]>
Commit | Line | Data |
---|---|---|
2bda0e17 KB |
1 | REM |
2 | REM replace g:\egcs-mingw32 with whatever your installation root may be. | |
3 | REM | |
4 | path C:\WINDOWS;C:\WINDOWS\COMMAND;g:\egcs-mingw32\bin;c:\bin | |
5 | ||
6 | SET GCC_EXEC_PREFIX=g:\egcs-mingw32\lib\gcc-lib\ | |
7 | set BISON_SIMPLE=g:\egcs-mingw32\share\bison.simple | |
8 | set BISON_HAIRY=g:\egcs-mingw32\share\bison.hairy | |
9 | ||
10 | rem 4DOS users only... | |
11 | unalias make | |
12 | alias makeming make -f makefile.g95 | |
13 |