Add win-build.bat for buildbot
[gssweb.git] / win-build.bat
1 cd json_gssapi
2 del /f /s /q build
3 rd /s /q build
4 mkdir build
5 cd build
6 call setenv /x64 /Debug
7 cmake -DCMAKE_BUILD_TYPE=Debug -G "NMake Makefiles" ../
8 nmake -f Makefile