Add firefox and chrome extensions to win-build.bat
[gssweb.git] / win-build.bat
1 del /f /s /q build
2 rd /s /q build
3 mkdir build
4 cd build
5 call setenv /x86 /Debug
6 call c:\firefox-addon-sdk\bin\activate.bat
7 cmake -DCMAKE_BUILD_TYPE=Debug -G "NMake Makefiles" ../
8 nmake -f Makefile