summaryrefslogtreecommitdiff
path: root/storage/mroonga/packages/windows/build-vc2015-zip-32.bat
blob: 5cef259afe5c91312d52c9a23697c48155835ffe (plain)
1
2
3
4
5
6
7
8
rmdir /S /Q build-vc2015-zip-32
mkdir build-vc2015-zip-32
cd build-vc2015-zip-32
cmake ..\source -G "Visual Studio 14" -DMRN_GROONGA_EMBED=OFF -DMRN_GROONGA_NORMALIZER_MYSQL_EMBED=OFF > config.log
cmake --build . --config RelWithDebInfo > build.log
cmake --build . --config RelWithDebInfo --target package > zip.log
move *.zip ..\
cd ..