Advertisement
tuldok89

32-bit MinGW

May 17th, 2013
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. @echo off
  2. set PATH=%PATH%;c:\mingw32\bin
  3. set LIB=c:\mingw32\i686-w64-mingw32\lib;c:\Qt\deps\lib
  4. set INCLUDE=c:\mingw32\i686-w64-mingw32\include;c:\Qt\deps\include
  5. start %COMSPEC%
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement