Add firefox and chrome extensions to win-build.bat
authorKevin Wasserman <krwasserman@hotmail.com>
Thu, 30 Apr 2015 15:29:33 +0000 (11:29 -0400)
committerKevin Wasserman <krwasserman@hotmail.com>
Thu, 30 Apr 2015 15:30:55 +0000 (11:30 -0400)
win-build.bat

index 7c6f882..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 /x86 /Debug
 del /f /s /q build
 rd /s /q build
 mkdir build
 cd build
 call setenv /x86 /Debug
+call c:\firefox-addon-sdk\bin\activate.bat
 cmake -DCMAKE_BUILD_TYPE=Debug -G "NMake Makefiles" ../
 nmake -f Makefile
 cmake -DCMAKE_BUILD_TYPE=Debug -G "NMake Makefiles" ../
 nmake -f Makefile