diff options
Diffstat (limited to '')
-rwxr-xr-x | OpenSim/Tools/LaunchSLClient/runprebuild.bat | 4 | ||||
-rwxr-xr-x | OpenSim/Tools/LaunchSLClient/runprebuild.sh | 2 | ||||
-rwxr-xr-x | OpenSim/Tools/LaunchSLClient/runprebuild2008.bat | 4 | ||||
-rwxr-xr-x | runprebuild.bat | 4 | ||||
-rwxr-xr-x | runprebuild.sh | 2 | ||||
-rwxr-xr-x | runprebuild2008.bat | 4 |
6 files changed, 6 insertions, 14 deletions
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 @@ | |||
1 | ..\..\..\bin\Prebuild.exe /target nant | 1 | ..\..\..\bin\Prebuild.exe /target nant |
2 | ..\..\..\bin\Prebuild.exe /target vs2005 | 2 | ..\..\..\bin\Prebuild.exe /target vs2008 |
3 | echo C:\WINDOWS\Microsoft.NET\Framework\v3.5\msbuild LaunchSLClient.sln > compile.bat | ||
3 | 4 | ||
4 | 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 @@ | |||
2 | 2 | ||
3 | mono ../../../bin/Prebuild.exe /target nant | 3 | mono ../../../bin/Prebuild.exe /target nant |
4 | mono ../../../bin/Prebuild.exe /target monodev | 4 | mono ../../../bin/Prebuild.exe /target monodev |
5 | mono ../../../bin/Prebuild.exe /target vs2005 | 5 | 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 @@ | |||
1 | ..\..\..\bin\Prebuild.exe /target nant | ||
2 | ..\..\..\bin\Prebuild.exe /target vs2008 | ||
3 | echo C:\WINDOWS\Microsoft.NET\Framework\v3.5\msbuild LaunchSLClient.sln > compile.bat | ||
4 | |||
diff --git a/runprebuild.bat b/runprebuild.bat index ba0cd64..8927e9a 100755 --- a/runprebuild.bat +++ b/runprebuild.bat | |||
@@ -1,4 +1,4 @@ | |||
1 | bin\Prebuild.exe /target nant | 1 | bin\Prebuild.exe /target nant |
2 | bin\Prebuild.exe /target vs2005 | 2 | bin\Prebuild.exe /target vs2008 |
3 | echo C:\WINDOWS\Microsoft.NET\Framework\v3.5\msbuild opensim.sln > compile.bat | ||
3 | 4 | ||
4 | echo C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\msbuild opensim.sln > compile.bat | ||
diff --git a/runprebuild.sh b/runprebuild.sh index d51cf3c..3e1417a 100755 --- a/runprebuild.sh +++ b/runprebuild.sh | |||
@@ -4,4 +4,4 @@ mono bin/Prebuild.exe /target nant | |||
4 | # needed until we break up OpenSim.exe | 4 | # needed until we break up OpenSim.exe |
5 | perl -pi -e 's{OpenSim.dll}{OpenSim.exe}' OpenSim/ApplicationPlugins/LoadRegions/OpenSim.ApplicationPlugins.LoadRegions.dll.build | 5 | perl -pi -e 's{OpenSim.dll}{OpenSim.exe}' OpenSim/ApplicationPlugins/LoadRegions/OpenSim.ApplicationPlugins.LoadRegions.dll.build |
6 | mono bin/Prebuild.exe /target monodev | 6 | mono bin/Prebuild.exe /target monodev |
7 | mono bin/Prebuild.exe /target vs2005 | 7 | mono bin/Prebuild.exe /target vs2008 |
diff --git a/runprebuild2008.bat b/runprebuild2008.bat deleted file mode 100755 index 8927e9a..0000000 --- a/runprebuild2008.bat +++ /dev/null | |||
@@ -1,4 +0,0 @@ | |||
1 | bin\Prebuild.exe /target nant | ||
2 | bin\Prebuild.exe /target vs2008 | ||
3 | echo C:\WINDOWS\Microsoft.NET\Framework\v3.5\msbuild opensim.sln > compile.bat | ||
4 | |||