Skip to content

Instantly share code, notes, and snippets.

@peterix
Created January 1, 2012 18:43
Show Gist options
  • Save peterix/1548014 to your computer and use it in GitHub Desktop.
Save peterix/1548014 to your computer and use it in GitHub Desktop.
call "%VS100COMNTOOLS%vsvars32.bat"
md VC2010
cd VC2010
cmake -G "NMake Makefiles" -DCMAKE_BUILD_TYPE=Release ..\.. -DBUILD_DFUSION=OFF -DCMAKE_INSTALL_PREFIX=C:/DF
nmake
pause
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment