summaryrefslogtreecommitdiff
path: root/storage/mroonga/packages/windows/build-vc2013-zip-64.bat
blob: 6ca288b6a8b423e721424062fbbd6adca54f702b (plain)
1
2
3
4
5
6
7
8
rmdir /S /Q build-vc2013-zip-64
mkdir build-vc2013-zip-64
cd build-vc2013-zip-64
cmake ..\source -G "Visual Studio 12 Win64" -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 ..