change win32 to win

This commit is contained in:
unknown 2006-01-31 08:41:39 -06:00
commit 1940cabd08
2 changed files with 6 additions and 6 deletions

View file

@ -1,7 +1,7 @@
@echo off
win32\cmakefiles\deploy
win\cmakefiles\deploy
del cmakecache.txt
copy win32\vs71cache.txt cmakecache.txt
copy win\vs71cache.txt cmakecache.txt
cmake -G "Visual Studio 7 .NET 2003"
copy cmakecache.txt win32\vs71cache.txt
copy cmakecache.txt win\vs71cache.txt