mirror of
https://github.com/MariaDB/server.git
synced 2025-01-23 15:24:16 +01:00
8 lines
337 B
Batchfile
8 lines
337 B
Batchfile
rmdir /S /Q build-vc2013-zip-32
|
|
mkdir build-vc2013-zip-32
|
|
cd build-vc2013-zip-32
|
|
cmake ..\source -G "Visual Studio 12" -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 ..
|