Guest User

Untitled

a guest
Dec 9th, 2016
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. MainCpp=main
  2.  
  3. GppCompilerWin32="///usr/bin/i586-pc-mingw32-g++"
  4.  
  5. RemoveDebugInfoGppCompilerWin32="///usr/bin/i586-pc-mingw32-strip"
  6.  
  7. LibWin=-I"///usr/i586-pc-mingw32/sys-root/mingw/include" -L"///usr/i586-pc-mingw32/sys-root/mingw/lib" -lmingw32 -luser32 -lgdi32 -lwinmm
  8.  
  9. GppCompilerWin32Flags=-mwindows
  10.  
  11. win32:
  12.  
  13. $(GppCompilerWin32) $(GppCompilerWin32Flags) -o $(MainCpp)win32.exe $(MainCpp).cpp
  14. $(LibWin) $(RemoveDebugInfoGppCompilerWin32) $(MainCpp)win32.exe
Add Comment
Please, Sign In to add comment