mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
11 lines
249 B
Batchfile
11 lines
249 B
Batchfile
@echo off
|
|
|
|
REM - First we need to copy all the cmakelists to the proper folders
|
|
cd win\cmakefiles
|
|
call deploy.bat
|
|
cd ..\..
|
|
|
|
del cmakecache.txt
|
|
copy win\vs8cache.txt cmakecache.txt
|
|
cmake -G "Visual Studio 8 2005"
|
|
copy cmakecache.txt win\vs8cache.txt
|