Merge bk-internal.mysql.com:/home/bk/mysql-5.1

into  mysql.com:/Users/emurphy/src/mysql/clean/mysql-5.1
This commit is contained in:
unknown 2006-06-16 09:28:46 -04:00
commit 1a7be7370c
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
@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

View File

@ -1,6 +1,6 @@
@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