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