Switch runprebuild.bat from VS2005 to VS2008. Remove runprebuild2008.bat.
parent
8c8edb0c4e
commit
f9ff986908
|
@ -1,4 +1,4 @@
|
||||||
..\..\..\bin\Prebuild.exe /target nant
|
..\..\..\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
|
|
||||||
|
|
|
@ -2,4 +2,4 @@
|
||||||
|
|
||||||
mono ../../../bin/Prebuild.exe /target nant
|
mono ../../../bin/Prebuild.exe /target nant
|
||||||
mono ../../../bin/Prebuild.exe /target monodev
|
mono ../../../bin/Prebuild.exe /target monodev
|
||||||
mono ../../../bin/Prebuild.exe /target vs2005
|
mono ../../../bin/Prebuild.exe /target vs2008
|
||||||
|
|
|
@ -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
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
bin\Prebuild.exe /target nant
|
bin\Prebuild.exe /target nant
|
||||||
bin\Prebuild.exe /target vs2005
|
bin\Prebuild.exe /target vs2008
|
||||||
|
echo C:\WINDOWS\Microsoft.NET\Framework\v3.5\msbuild opensim.sln > compile.bat
|
||||||
|
|
||||||
echo C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\msbuild opensim.sln > compile.bat
|
|
||||||
|
|
|
@ -4,4 +4,4 @@ mono bin/Prebuild.exe /target nant
|
||||||
# needed until we break up OpenSim.exe
|
# needed until we break up OpenSim.exe
|
||||||
perl -pi -e 's{OpenSim.dll}{OpenSim.exe}' OpenSim/ApplicationPlugins/LoadRegions/OpenSim.ApplicationPlugins.LoadRegions.dll.build
|
perl -pi -e 's{OpenSim.dll}{OpenSim.exe}' OpenSim/ApplicationPlugins/LoadRegions/OpenSim.ApplicationPlugins.LoadRegions.dll.build
|
||||||
mono bin/Prebuild.exe /target monodev
|
mono bin/Prebuild.exe /target monodev
|
||||||
mono bin/Prebuild.exe /target vs2005
|
mono bin/Prebuild.exe /target vs2008
|
||||||
|
|
|
@ -1,4 +0,0 @@
|
||||||
bin\Prebuild.exe /target nant
|
|
||||||
bin\Prebuild.exe /target vs2008
|
|
||||||
echo C:\WINDOWS\Microsoft.NET\Framework\v3.5\msbuild opensim.sln > compile.bat
|
|
||||||
|
|
Loading…
Reference in New Issue