8810d43125
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12933 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
17 lines
511 B
Batchfile
17 lines
511 B
Batchfile
REM
|
|
REM replace c:\MINGW with whatever your installation root may be.
|
|
REM GCC_EXEC_PREFIX is optional, and hardly ever needs to be set (read:
|
|
REM leave it alone).
|
|
REM
|
|
SET MINGWDIR=c:\gcc-2.95
|
|
PATH=%MINGWDIR%\bin;%PATH%
|
|
set BISON_SIMPLE=%MINGWDIR%\share\bison.simple
|
|
set BISON_HAIRY=%MINGWDIR%\share\bison.hairy
|
|
|
|
REM SET GCC_EXEC_PREFIX=%MINGWDIR%\lib\gcc-lib\
|
|
REM set LIBRARY_PATH=%MINGWDIR%\lib;%MINGWDIR%\lib\gcc-lib\i386-mingw32\2.8.1
|
|
|
|
rem 4DOS users only...
|
|
unalias make
|
|
alias makeming make -f makefile.g95
|