]>
Commit | Line | Data |
---|---|---|
1 | Rem This sets up the environment for Cygwin. Replace g:\gnuwin32\b20 with your | |
2 | Rem Cygwin directory. | |
3 | @ECHO OFF | |
4 | SET MAKE_MODE=UNIX | |
5 | PATH C:\WINDOWS;C:\WINDOWS\command;g:\GNUWIN32\B20\CYGWIN~1\H-I586~1\BIN;d:\wx\utils\tex2rtf\bin;g:\ast\astex;g:\ast\emtex\bin;g:\cvs;c:\bin | |
6 | set BISON_SIMPLE=g:\gnuwin32\b20\cygwin-b20\share\bison.simple | |
7 | set BISON_HAIRY=g:\gnuwin32\b20\cygwin-b20\share\bison.hairy | |
8 | ||
9 | Rem 4DOS users only... | |
10 | unalias make | |
11 | alias makegnu make -f makefile.g95 |