Commit 1940cabd authored by unknown's avatar unknown
Browse files

change win32 to win

parent c062c570
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@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
+3 −3
Original line number Diff line number Diff line
@echo off
win32\cmakefiles\deploy
win\cmakefiles\deploy
del cmakecache.txt
copy win32\vs8cache.txt cmakecache.txt
copy win\vs8cache.txt cmakecache.txt
cmake -G "Visual Studio 8 2005"
copy cmakecache.txt win32\vs8cache.txt
copy cmakecache.txt win\vs8cache.txt