Mercurial > sdl-ios-xcode
diff setvars.cmd @ 1190:173c063d4f55
OS/2 port!
This was mostly, if not entirely, written by "Doodle" and "Caetano":
doodle@scenergy.dfmk.hu
daniel@caetano.eng.br
--ryan.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Wed, 23 Nov 2005 07:29:56 +0000 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/setvars.cmd Wed Nov 23 07:29:56 2005 +0000 @@ -0,0 +1,16 @@ +@ECHO OFF +SET WATCOM=d:\watcom +SET NASM=d:\nasm +SET OS2TK=d:\os2tk45 +SET FSLIB=d:\watcom\projects\FSLib + +SET PATH=%WATCOM%\BINP;%WATCOM%\BINW;%os2tk%\bin;%NASM%;%PATH% +SET INCLUDE=%WATCOM%\H;%WATCOM%\H\OS2 +SET FINCLUDE=%WATCOM%\SRC\FORTRAN +SET EDPATH=%WATCOM%\EDDAT +SET HELP=%WATCOM%\BINP\HELP;%HELP% +SET BOOKSHELF=%WATCOM%\BINP\HELP;%BOOKSHELF% +SET BEGINLIBPATH=%WATCOM%\BINP\DLL + +cmd +