home *** CD-ROM | disk | FTP | other *** search
/ Programming Win32 Under the API / ProgrammingWin32UnderTheApiPatVillani.iso / mingw32.bat < prev    next >
DOS Batch File  |  1999-11-07  |  260b  |  8 lines

  1. REM
  2. REM replace c:\gcc-2.95.2 with whatever your installation root may be.
  3. REM GCC_EXEC_PREFIX is optional, and hardly ever needs to be set (read:
  4. REM leave it alone).
  5. REM
  6. PATH=c:\gcc-2.95.2\bin;%PATH%
  7. REM SET GCC_EXEC_PREFIX=c:\gcc-2.95.2\lib\gcc-lib\
  8.