Commit 10fd4b0f authored by elliot@mysql.com's avatar elliot@mysql.com

Fixing false alarm errors on windows build from a clean clone.

parent bcc898f7
@echo off
del cmakecache.txt
if exist cmakecache.txt del cmakecache.txt
copy win\vs71cache.txt cmakecache.txt
cmake -G "Visual Studio 7 .NET 2003"
copy cmakecache.txt win\vs71cache.txt
......
@echo off
del cmakecache.txt
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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment