From 387d5065905dfdebfa3878211e228c9503447df9 Mon Sep 17 00:00:00 2001 From: Jeff Ames Date: Thu, 1 May 2008 15:26:13 +0000 Subject: Add prebuild stuff to LaunchSLClient. Moving LaunchSLClient source files so build works (1/2) --- OpenSim/Tools/LaunchSLClient/LaunchSLClient.csproj | 152 --------------------- OpenSim/Tools/LaunchSLClient/prebuild.xml | 66 +++++++++ OpenSim/Tools/LaunchSLClient/runprebuild.bat | 4 + OpenSim/Tools/LaunchSLClient/runprebuild.sh | 5 + OpenSim/Tools/LaunchSLClient/runprebuild2008.bat | 4 + 5 files changed, 79 insertions(+), 152 deletions(-) delete mode 100644 OpenSim/Tools/LaunchSLClient/LaunchSLClient.csproj create mode 100644 OpenSim/Tools/LaunchSLClient/prebuild.xml create mode 100755 OpenSim/Tools/LaunchSLClient/runprebuild.bat create mode 100755 OpenSim/Tools/LaunchSLClient/runprebuild.sh create mode 100755 OpenSim/Tools/LaunchSLClient/runprebuild2008.bat (limited to 'OpenSim') diff --git a/OpenSim/Tools/LaunchSLClient/LaunchSLClient.csproj b/OpenSim/Tools/LaunchSLClient/LaunchSLClient.csproj deleted file mode 100644 index 73c6072..0000000 --- a/OpenSim/Tools/LaunchSLClient/LaunchSLClient.csproj +++ /dev/null @@ -1,152 +0,0 @@ - - - Local - 9.0.21022 - 2.0 - {FFC2EE60-0000-0000-0000-000000000000} - Debug - AnyCPU - - - - - LaunchSLClient - JScript - Grid - IE50 - false - Exe - - - LaunchSLClient - - - - - - - False - 285212672 - False - - - TRACE;DEBUG - - - True - 4096 - False - ..\..\..\bin\ - False - False - False - 4 - - - - - False - 285212672 - False - - - TRACE - - - False - 4096 - True - ..\..\..\bin\ - False - False - False - 4 - - - - - - Microsoft.Win32.dll - False - - - System.dll - False - - - System.Collections.dll - False - - - System.Collections.Generic.dll - False - - - System.ComponentModel.dll - False - - - System.Data.dll - False - - - System.Diagnostics.dll - False - - - System.Drawing.dll - False - - - System.IO.dll - False - - - System.Text.dll - False - - - System.Text.RegularExpressions.dll - False - - - System.Windows.Forms.dll - False - - - - - - - Form - - - Form1.cs - Code - - - Code - - - Code - - - Code - - - Properties\Resources.cs - Code - - - Properties\Settings.cs - Code - - - - - - - - - - \ No newline at end of file diff --git a/OpenSim/Tools/LaunchSLClient/prebuild.xml b/OpenSim/Tools/LaunchSLClient/prebuild.xml new file mode 100644 index 0000000..8e58ba6 --- /dev/null +++ b/OpenSim/Tools/LaunchSLClient/prebuild.xml @@ -0,0 +1,66 @@ + + + + + + TRACE;DEBUG + false + false + false + 4 + false + + ../../../bin + true + true + false + + + + + TRACE + true + false + false + 4 + false + + ../../../bin + false + true + false + + + + + + + ../../../bin/ + + + + + ../../../bin/ + + + + ../../../bin/ + + + + + + + + + + + + + + + + + + + diff --git a/OpenSim/Tools/LaunchSLClient/runprebuild.bat b/OpenSim/Tools/LaunchSLClient/runprebuild.bat new file mode 100755 index 0000000..0ef3dd9 --- /dev/null +++ b/OpenSim/Tools/LaunchSLClient/runprebuild.bat @@ -0,0 +1,4 @@ +..\..\..\bin\Prebuild.exe /target nant +..\..\..\bin\Prebuild.exe /target vs2005 + +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 new file mode 100755 index 0000000..4fa418b --- /dev/null +++ b/OpenSim/Tools/LaunchSLClient/runprebuild.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +mono ../../../bin/Prebuild.exe /target nant +mono ../../../bin/Prebuild.exe /target monodev +mono ../../../bin/Prebuild.exe /target vs2005 diff --git a/OpenSim/Tools/LaunchSLClient/runprebuild2008.bat b/OpenSim/Tools/LaunchSLClient/runprebuild2008.bat new file mode 100755 index 0000000..41e2714 --- /dev/null +++ b/OpenSim/Tools/LaunchSLClient/runprebuild2008.bat @@ -0,0 +1,4 @@ +..\..\..\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