home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Programming Win32 Under the API
/
ProgrammingWin32UnderTheApiPatVillani.iso
/
mingw32.bat
< prev
next >
Wrap
DOS Batch File
|
1999-11-07
|
260b
|
8 lines
REM
REM replace c:\gcc-2.95.2 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
PATH=c:\gcc-2.95.2\bin;%PATH%
REM SET GCC_EXEC_PREFIX=c:\gcc-2.95.2\lib\gcc-lib\