Switch runprebuild.bat from VS2005 to VS2008. Remove runprebuild2008.bat.

This commit is contained in:
Jeff Ames
2009-07-10 04:29:00 +00:00
parent 8c8edb0c4e
commit f9ff986908
6 changed files with 6 additions and 14 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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