summaryrefslogtreecommitdiff
path: root/build/win32vs/BuildWin.bat
blob: 421e5c8495e1f9e9ab4a8a52e65b946c482a4897 (plain)
1
2
3
4
5
6
7
8
rem Build using MS Visual Studio

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

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

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