mirror of
https://github.com/MariaDB/server.git
synced 2025-01-23 15:24:16 +01:00
8 lines
274 B
Batchfile
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 ..
|