summaryrefslogtreecommitdiff
path: root/build/win64vs/BuildWin.bat
blob: 2e336418c0e47a67cb3cedecdb9398d2b448aa60 (plain)
1
2
3
4
5
6
7
8
9
10
rem Build using MS Visual Studio
pause To build the Windows Visual Studio 64 bit version, execute this script from a Visual Studio 64 bit command window


cmake -G "NMake Makefiles" -DCMAKE_BUILD_TYPE=Debug .
rem cmake -G "NMake Makefiles" -DCMAKE_BUILD_TYPE=Release .

pause

nmake