1999-10-14 14:10:59 +00:00
|
|
|
Rem This sets up the environment for Cygwin. Replace g:\gnuwin32\b20 with your
|
|
|
|
Rem Cygwin directory.
|
1998-11-25 21:42:56 +00:00
|
|
|
@ECHO OFF
|
|
|
|
SET MAKE_MODE=UNIX
|
|
|
|
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
|
|
|
|
set BISON_SIMPLE=g:\gnuwin32\b20\cygwin-b20\share\bison.simple
|
|
|
|
set BISON_HAIRY=g:\gnuwin32\b20\cygwin-b20\share\bison.hairy
|
1999-10-14 14:10:59 +00:00
|
|
|
|
|
|
|
Rem 4DOS users only...
|
1998-05-20 14:12:05 +00:00
|
|
|
unalias make
|
|
|
|
alias makegnu make -f makefile.g95
|