]>
Commit | Line | Data |
---|---|---|
2bda0e17 KB |
1 | rem Cygnus Gnu-Win32 environment variables |
2 | rem Assumes that compiler and wxWindows are installed on the g: drive. | |
3 | rem | |
4 | set WXWIN=d:\wx2 | |
5 | path C:\WINDOWS;C:\WINDOWS\COMMAND;g:\gnuwin32\b19\H-i386-cygwin32\bin;g:\gnuwin32\b19\H-i386-cygwin32\lib\gcc-lib\i386-cygwin32\cygnus-2.7.2-970404;c:\bin;g:\gnuwin32\b19\tcl\bin | |
6 | set GCC_EXEC_PREFIX=G:\gnuwin32\b19\H-i386-cygwin32\lib\gcc-lib\ | |
7 | set RCINCLUDE=%WXWIN\include | |
8 | set CPLUS_INCLUDE_PATH=/g/gnuwin32/b19/h-i386-cygwin32/i386-cygwin32/include:/g/gnuwin32/b19/include/g++:/g/gnuwin32/b19/H-i386-cygwin32/lib/gcc-lib/i386-cygwin32/cygnus-2.7.2-970404/include:/d/wx2/include:/g/gnuwin32/b19/include/g++ | |
9 | set MAKE_MODE=unix | |
10 | mount G: /g | |
11 | mount D: /d | |
12 | ||
13 | rem 4DOS users only... | |
14 | unalias make | |
15 | alias makegnu make -f makefile.g95 |