mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 21:42:35 +01:00
6 lines
160 B
Batchfile
Executable file
6 lines
160 B
Batchfile
Executable file
@echo off
|
|
|
|
if exist cmakecache.txt del cmakecache.txt
|
|
copy win\vs8cache.txt cmakecache.txt
|
|
cmake -G "Visual Studio 8 2005"
|
|
copy cmakecache.txt win\vs8cache.txt
|