mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01:00
59d38c15bc
win/build-vs71.bat: Don't trigger 'could not find the file specified' errors when running from a clean clone. win/build-vs8.bat: Don't trigger 'could not find the file specified' errors when running from a clean clone.
6 lines
160 B
Batchfile
6 lines
160 B
Batchfile
@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
|