Use template for nullify to avoid aliasing issue.
[gssweb.git] / win-build.bat
index 38ef6ea..2a9aa75 100644 (file)
@@ -1,8 +1,8 @@
-cd json_gssapi
 del /f /s /q build
 rd /s /q build
 mkdir build
 cd build
-call setenv /x64 /Debug
+call setenv /x86 /Debug
+call c:\firefox-addon-sdk\bin\activate.bat
 cmake -DCMAKE_BUILD_TYPE=Debug -G "NMake Makefiles" ../
 nmake -f Makefile