mirror of
https://github.com/MariaDB/server.git
synced 2025-01-20 22:12:30 +01:00
a477e78bdb
out in the target directories.
6 lines
136 B
Batchfile
6 lines
136 B
Batchfile
@echo off
|
|
|
|
del cmakecache.txt
|
|
copy win\vs8cache.txt cmakecache.txt
|
|
cmake -G "Visual Studio 8 2005"
|
|
copy cmakecache.txt win\vs8cache.txt
|