From f9ff986908521f4eb816d15f8f4598433f13c18e Mon Sep 17 00:00:00 2001 From: Jeff Ames Date: Fri, 10 Jul 2009 04:29:00 +0000 Subject: Switch runprebuild.bat from VS2005 to VS2008. Remove runprebuild2008.bat. --- OpenSim/Tools/LaunchSLClient/runprebuild.bat | 4 ++-- OpenSim/Tools/LaunchSLClient/runprebuild.sh | 2 +- OpenSim/Tools/LaunchSLClient/runprebuild2008.bat | 4 ---- 3 files changed, 3 insertions(+), 7 deletions(-) delete mode 100755 OpenSim/Tools/LaunchSLClient/runprebuild2008.bat (limited to 'OpenSim/Tools/LaunchSLClient') diff --git a/OpenSim/Tools/LaunchSLClient/runprebuild.bat b/OpenSim/Tools/LaunchSLClient/runprebuild.bat index 0ef3dd9..41e2714 100755 --- a/OpenSim/Tools/LaunchSLClient/runprebuild.bat +++ b/OpenSim/Tools/LaunchSLClient/runprebuild.bat @@ -1,4 +1,4 @@ ..\..\..\bin\Prebuild.exe /target nant -..\..\..\bin\Prebuild.exe /target vs2005 +..\..\..\bin\Prebuild.exe /target vs2008 +echo C:\WINDOWS\Microsoft.NET\Framework\v3.5\msbuild LaunchSLClient.sln > compile.bat -echo C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\msbuild LaunchSLClient.sln > compile.bat diff --git a/OpenSim/Tools/LaunchSLClient/runprebuild.sh b/OpenSim/Tools/LaunchSLClient/runprebuild.sh index 4fa418b..25ea4cd 100755 --- a/OpenSim/Tools/LaunchSLClient/runprebuild.sh +++ b/OpenSim/Tools/LaunchSLClient/runprebuild.sh @@ -2,4 +2,4 @@ mono ../../../bin/Prebuild.exe /target nant mono ../../../bin/Prebuild.exe /target monodev -mono ../../../bin/Prebuild.exe /target vs2005 +mono ../../../bin/Prebuild.exe /target vs2008 diff --git a/OpenSim/Tools/LaunchSLClient/runprebuild2008.bat b/OpenSim/Tools/LaunchSLClient/runprebuild2008.bat deleted file mode 100755 index 41e2714..0000000 --- a/OpenSim/Tools/LaunchSLClient/runprebuild2008.bat +++ /dev/null @@ -1,4 +0,0 @@ -..\..\..\bin\Prebuild.exe /target nant -..\..\..\bin\Prebuild.exe /target vs2008 -echo C:\WINDOWS\Microsoft.NET\Framework\v3.5\msbuild LaunchSLClient.sln > compile.bat - -- cgit v1.1