mariadb/storage/mroonga/packages/windows/build-vc2015-msi-64.bat

8 lines
274 B
Batchfile

rmdir /S /Q build-vc2015-msi-64
mkdir build-vc2015-msi-64
cd build-vc2015-msi-64
cmake ..\source -G "Visual Studio 14 Win64" > config.log
cmake --build . --config RelWithDebInfo > build.log
cmake --build . --config RelWithDebInfo --target msi > msi.log
move *.msi ..\
cd ..