Commit e9804226 authored by reggie@big_geek's avatar reggie@big_geek

change win32 to win

parent e7ef3238
@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
@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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment