aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorJeff Ames2008-05-01 15:26:13 +0000
committerJeff Ames2008-05-01 15:26:13 +0000
commit387d5065905dfdebfa3878211e228c9503447df9 (patch)
treeb9ed1990ecbc38c19b56871ca1877c961c56fef4 /OpenSim
parent* committing what I've got so far for DuplicateOnRay so I don't fight the con... (diff)
downloadopensim-SC_OLD-387d5065905dfdebfa3878211e228c9503447df9.zip
opensim-SC_OLD-387d5065905dfdebfa3878211e228c9503447df9.tar.gz
opensim-SC_OLD-387d5065905dfdebfa3878211e228c9503447df9.tar.bz2
opensim-SC_OLD-387d5065905dfdebfa3878211e228c9503447df9.tar.xz
Add prebuild stuff to LaunchSLClient. Moving LaunchSLClient source files so build works (1/2)
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/Tools/LaunchSLClient/LaunchSLClient.csproj152
-rw-r--r--OpenSim/Tools/LaunchSLClient/prebuild.xml66
-rwxr-xr-xOpenSim/Tools/LaunchSLClient/runprebuild.bat4
-rwxr-xr-xOpenSim/Tools/LaunchSLClient/runprebuild.sh5
-rwxr-xr-xOpenSim/Tools/LaunchSLClient/runprebuild2008.bat4
5 files changed, 79 insertions, 152 deletions
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 @@
1<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
2 <PropertyGroup>
3 <ProjectType>Local</ProjectType>
4 <ProductVersion>9.0.21022</ProductVersion>
5 <SchemaVersion>2.0</SchemaVersion>
6 <ProjectGuid>{FFC2EE60-0000-0000-0000-000000000000}</ProjectGuid>
7 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
8 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
9 <ApplicationIcon>
10 </ApplicationIcon>
11 <AssemblyKeyContainerName>
12 </AssemblyKeyContainerName>
13 <AssemblyName>LaunchSLClient</AssemblyName>
14 <DefaultClientScript>JScript</DefaultClientScript>
15 <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
16 <DefaultTargetSchema>IE50</DefaultTargetSchema>
17 <DelaySign>false</DelaySign>
18 <OutputType>Exe</OutputType>
19 <AppDesignerFolder>
20 </AppDesignerFolder>
21 <RootNamespace>LaunchSLClient</RootNamespace>
22 <StartupObject>
23 </StartupObject>
24 <FileUpgradeFlags>
25 </FileUpgradeFlags>
26 </PropertyGroup>
27 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
28 <AllowUnsafeBlocks>False</AllowUnsafeBlocks>
29 <BaseAddress>285212672</BaseAddress>
30 <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
31 <ConfigurationOverrideFile>
32 </ConfigurationOverrideFile>
33 <DefineConstants>TRACE;DEBUG</DefineConstants>
34 <DocumentationFile>
35 </DocumentationFile>
36 <DebugSymbols>True</DebugSymbols>
37 <FileAlignment>4096</FileAlignment>
38 <Optimize>False</Optimize>
39 <OutputPath>..\..\..\bin\</OutputPath>
40 <RegisterForComInterop>False</RegisterForComInterop>
41 <RemoveIntegerChecks>False</RemoveIntegerChecks>
42 <TreatWarningsAsErrors>False</TreatWarningsAsErrors>
43 <WarningLevel>4</WarningLevel>
44 <NoWarn>
45 </NoWarn>
46 </PropertyGroup>
47 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
48 <AllowUnsafeBlocks>False</AllowUnsafeBlocks>
49 <BaseAddress>285212672</BaseAddress>
50 <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
51 <ConfigurationOverrideFile>
52 </ConfigurationOverrideFile>
53 <DefineConstants>TRACE</DefineConstants>
54 <DocumentationFile>
55 </DocumentationFile>
56 <DebugSymbols>False</DebugSymbols>
57 <FileAlignment>4096</FileAlignment>
58 <Optimize>True</Optimize>
59 <OutputPath>..\..\..\bin\</OutputPath>
60 <RegisterForComInterop>False</RegisterForComInterop>
61 <RemoveIntegerChecks>False</RemoveIntegerChecks>
62 <TreatWarningsAsErrors>False</TreatWarningsAsErrors>
63 <WarningLevel>4</WarningLevel>
64 <NoWarn>
65 </NoWarn>
66 </PropertyGroup>
67 <ItemGroup>
68 <Reference Include="Microsoft.Win32">
69 <HintPath>Microsoft.Win32.dll</HintPath>
70 <Private>False</Private>
71 </Reference>
72 <Reference Include="System">
73 <HintPath>System.dll</HintPath>
74 <Private>False</Private>
75 </Reference>
76 <Reference Include="System.Collections">
77 <HintPath>System.Collections.dll</HintPath>
78 <Private>False</Private>
79 </Reference>
80 <Reference Include="System.Collections.Generic">
81 <HintPath>System.Collections.Generic.dll</HintPath>
82 <Private>False</Private>
83 </Reference>
84 <Reference Include="System.ComponentModel">
85 <HintPath>System.ComponentModel.dll</HintPath>
86 <Private>False</Private>
87 </Reference>
88 <Reference Include="System.Data">
89 <HintPath>System.Data.dll</HintPath>
90 <Private>False</Private>
91 </Reference>
92 <Reference Include="System.Diagnostics">
93 <HintPath>System.Diagnostics.dll</HintPath>
94 <Private>False</Private>
95 </Reference>
96 <Reference Include="System.Drawing">
97 <HintPath>System.Drawing.dll</HintPath>
98 <Private>False</Private>
99 </Reference>
100 <Reference Include="System.IO">
101 <HintPath>System.IO.dll</HintPath>
102 <Private>False</Private>
103 </Reference>
104 <Reference Include="System.Text">
105 <HintPath>System.Text.dll</HintPath>
106 <Private>False</Private>
107 </Reference>
108 <Reference Include="System.Text.RegularExpressions">
109 <HintPath>System.Text.RegularExpressions.dll</HintPath>
110 <Private>False</Private>
111 </Reference>
112 <Reference Include="System.Windows.Forms">
113 <HintPath>System.Windows.Forms.dll</HintPath>
114 <Private>False</Private>
115 </Reference>
116 </ItemGroup>
117 <ItemGroup>
118 </ItemGroup>
119 <ItemGroup>
120 <Compile Include="Form1.cs">
121 <SubType>Form</SubType>
122 </Compile>
123 <Compile Include="Form1.Designer.cs">
124 <DependentUpon>Form1.cs</DependentUpon>
125 <SubType>Code</SubType>
126 </Compile>
127 <Compile Include="LauncherException.cs">
128 <SubType>Code</SubType>
129 </Compile>
130 <Compile Include="Program.cs">
131 <SubType>Code</SubType>
132 </Compile>
133 <Compile Include="Properties\AssemblyInfo.cs">
134 <SubType>Code</SubType>
135 </Compile>
136 <Compile Include="Properties\Resources.Designer.cs">
137 <DependentUpon>Properties\Resources.cs</DependentUpon>
138 <SubType>Code</SubType>
139 </Compile>
140 <Compile Include="Properties\Settings.Designer.cs">
141 <DependentUpon>Properties\Settings.cs</DependentUpon>
142 <SubType>Code</SubType>
143 </Compile>
144 </ItemGroup>
145 <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
146 <PropertyGroup>
147 <PreBuildEvent>
148 </PreBuildEvent>
149 <PostBuildEvent>
150 </PostBuildEvent>
151 </PropertyGroup>
152</Project> \ 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 @@
1<?xml version="1.0" encoding="utf-8" ?>
2<Prebuild xmlns="http://dnpb.sourceforge.net/schemas/prebuild-1.7.xsd" version="1.7">
3 <Solution name="LaunchSLClient" activeConfig="Debug" path="./" version="0.5.0-svn">
4 <Configuration name="Debug">
5 <Options>
6 <CompilerDefines>TRACE;DEBUG</CompilerDefines>
7 <OptimizeCode>false</OptimizeCode>
8 <CheckUnderflowOverflow>false</CheckUnderflowOverflow>
9 <AllowUnsafe>false</AllowUnsafe>
10 <WarningLevel>4</WarningLevel>
11 <WarningsAsErrors>false</WarningsAsErrors>
12 <SuppressWarnings></SuppressWarnings>
13 <OutputPath>../../../bin</OutputPath>
14 <DebugInformation>true</DebugInformation>
15 <IncrementalBuild>true</IncrementalBuild>
16 <NoStdLib>false</NoStdLib>
17 </Options>
18 </Configuration>
19 <Configuration name="Release">
20 <Options>
21 <CompilerDefines>TRACE</CompilerDefines>
22 <OptimizeCode>true</OptimizeCode>
23 <CheckUnderflowOverflow>false</CheckUnderflowOverflow>
24 <AllowUnsafe>false</AllowUnsafe>
25 <WarningLevel>4</WarningLevel>
26 <WarningsAsErrors>false</WarningsAsErrors>
27 <SuppressWarnings></SuppressWarnings>
28 <OutputPath>../../../bin</OutputPath>
29 <DebugInformation>false</DebugInformation>
30 <IncrementalBuild>true</IncrementalBuild>
31 <NoStdLib>false</NoStdLib>
32 </Options>
33 </Configuration>
34
35 <Project name="LaunchSLClient" path="LaunchSLClient" type="Exe">
36 <Configuration name="Debug">
37 <Options>
38 <OutputPath>../../../bin/</OutputPath>
39 </Options>
40 </Configuration>
41 <Configuration name="Release">
42 <Options>
43 <OutputPath>../../../bin/</OutputPath>
44 </Options>
45 </Configuration>
46
47 <ReferencePath>../../../bin/</ReferencePath>
48 <Reference name="System" localCopy="false"/>
49 <Reference name="System.IO" localCopy="false"/>
50 <Reference name="System.Collections" localCopy="false"/>
51 <Reference name="System.Collections.Generic" localCopy="false"/>
52 <Reference name="System.ComponentModel" localCopy="false"/>
53 <Reference name="System.Data" localCopy="false"/>
54 <Reference name="System.Diagnostics" localCopy="false"/>
55 <Reference name="System.Drawing" localCopy="false"/>
56 <Reference name="System.Text" localCopy="false"/>
57 <Reference name="System.Text.RegularExpressions" localCopy="false"/>
58 <Reference name="System.Windows.Forms" localCopy="false"/>
59 <Reference name="Microsoft.Win32" localCopy="false"/>
60
61 <Files>
62 <Match pattern="*.cs" recurse="true"/>
63 </Files>
64 </Project>
65 </Solution>
66</Prebuild>
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 @@
1..\..\..\bin\Prebuild.exe /target nant
2..\..\..\bin\Prebuild.exe /target vs2005
3
4echo 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 @@
1#!/bin/sh
2
3mono ../../../bin/Prebuild.exe /target nant
4mono ../../../bin/Prebuild.exe /target monodev
5mono ../../../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 @@
1..\..\..\bin\Prebuild.exe /target nant
2..\..\..\bin\Prebuild.exe /target vs2008
3echo C:\WINDOWS\Microsoft.NET\Framework\v3.5\msbuild LaunchSLClient.sln > compile.bat
4