summaryrefslogtreecommitdiff
path: root/build/win64vs/BuildWin.bat
blob: 2151838d082edad6dd73780a100c6e2f5c6c116e (plain)
1
2
3
4
5
6
7
8
9
10
11
rem Build using MS Visual Studio

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

pause To build the Windows Visual Studio 64 bit version, execute this script from a Visual Studio 64 bit command window

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

pause

nmake