Advertisement
Guest User

Untitled

a guest
Sep 18th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. mkdir build-real
  2. cd build-real
  3. set INCLUDE=C:\Program Files (x86)\Microsoft DirectX 9.0 SDK (February 2005)\include;%INCLUDE%
  4. set LIB=C:\Program Files (x86)\Microsoft DirectX 9.0 SDK (February 2005)\lib\x86;%LIB%
  5. set INCLUDE=D:\GnuWin32\include;%INCLUDE%
  6. set LIB=D:\GnuWin32\lib;%LIB%
  7. cmake ..\.. -G"MinGW Makefiles" -DCMAKE_BUILD_TYPE=Release -DSHARED=off
  8. mingw32-make
  9. pause
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement