Loading win/build-vs71.bat +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 win/build-vs8.bat +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 Loading
win/build-vs71.bat +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
win/build-vs8.bat +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