Loading win/build-vs71.bat +0 −5 Original line number Diff line number Diff line @echo off REM - First we need to copy all the cmakelists to the proper folders cd win\cmakefiles call deploy.bat cd ..\.. del cmakecache.txt copy win\vs71cache.txt cmakecache.txt cmake -G "Visual Studio 7 .NET 2003" Loading win/build-vs8.bat +0 −5 Original line number Diff line number Diff line @echo off REM - First we need to copy all the cmakelists to the proper folders cd win\cmakefiles call deploy.bat cd ..\.. del cmakecache.txt copy win\vs8cache.txt cmakecache.txt cmake -G "Visual Studio 8 2005" Loading Loading
win/build-vs71.bat +0 −5 Original line number Diff line number Diff line @echo off REM - First we need to copy all the cmakelists to the proper folders cd win\cmakefiles call deploy.bat cd ..\.. del cmakecache.txt copy win\vs71cache.txt cmakecache.txt cmake -G "Visual Studio 7 .NET 2003" Loading
win/build-vs8.bat +0 −5 Original line number Diff line number Diff line @echo off REM - First we need to copy all the cmakelists to the proper folders cd win\cmakefiles call deploy.bat cd ..\.. del cmakecache.txt copy win\vs8cache.txt cmakecache.txt cmake -G "Visual Studio 8 2005" Loading