Loading win/build-vs71.bat +1 −1 Original line number Diff line number Diff line @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 Loading win/build-vs8.bat +1 −1 Original line number Diff line number Diff line @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 Loading
win/build-vs71.bat +1 −1 Original line number Diff line number Diff line @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 Loading
win/build-vs8.bat +1 −1 Original line number Diff line number Diff line @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