2bda0e1738
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
14 lines
369 B
Batchfile
14 lines
369 B
Batchfile
REM
|
|
REM replace g:\egcs-mingw32 with whatever your installation root may be.
|
|
REM
|
|
path C:\WINDOWS;C:\WINDOWS\COMMAND;g:\egcs-mingw32\bin;c:\bin
|
|
|
|
SET GCC_EXEC_PREFIX=g:\egcs-mingw32\lib\gcc-lib\
|
|
set BISON_SIMPLE=g:\egcs-mingw32\share\bison.simple
|
|
set BISON_HAIRY=g:\egcs-mingw32\share\bison.hairy
|
|
|
|
rem 4DOS users only...
|
|
unalias make
|
|
alias makeming make -f makefile.g95
|
|
|