mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-03-03 12:03:53 +01:00
12 lines
467 B
Batchfile
12 lines
467 B
Batchfile
Rem This sets up the environment for Cygwin. Replace g:\gnuwin32\b20 with your
|
|
Rem Cygwin directory.
|
|
@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
|
|
|
|
Rem 4DOS users only...
|
|
unalias make
|
|
alias makegnu make -f makefile.g95
|