From 479bcd38ab69c4caa6ff6b2bde54522ea6110e23 Mon Sep 17 00:00:00 2001 From: John Hurliman Date: Tue, 17 Jul 2007 00:06:34 +0000 Subject: [PATCH] Moved openjpegnet assembly in to libsecondlife.dll, should make life slightly easier for distributing libsl software. Define NO_UNSAFE at compile time to disable OpenJPEGNet components git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@1316 52acb1d6-8a22-11de-b505-999d5b087335 --- SLImageUpload/SLImageUpload.csproj | 4 - bin/libsecondlife.dll.config | 5 + importprimscript/importprimscript.csproj | 4 - {openjpegnet => libsecondlife}/OpenJPEG.cs | 5 + {openjpegnet => libsecondlife}/TGALoader.cs | 5 + libsecondlife/examples/Baker/Baker.csproj | 6 +- .../examples/TestClient/TestClient.csproj | 208 +++++++++--------- .../examples/groupmanager/groupmanager.csproj | 4 - .../libsecondlife.Utilities.csproj | 4 - libsecondlife/libsecondlife.csproj | 12 +- libsecondlife/libsecondlife.sln | 6 - 11 files changed, 122 insertions(+), 141 deletions(-) create mode 100644 bin/libsecondlife.dll.config rename {openjpegnet => libsecondlife}/OpenJPEG.cs (99%) rename {openjpegnet => libsecondlife}/TGALoader.cs (99%) diff --git a/SLImageUpload/SLImageUpload.csproj b/SLImageUpload/SLImageUpload.csproj index fc1b29d3..91a0ac60 100644 --- a/SLImageUpload/SLImageUpload.csproj +++ b/SLImageUpload/SLImageUpload.csproj @@ -72,10 +72,6 @@ {D9CDEDFB-8169-4B03-B57F-0DF638F044EC} libsecondlife - - {D0DCFDCB-71FA-4343-A8D1-24D4665A94A4} - openjpegnet - - + --> + \ No newline at end of file diff --git a/libsecondlife/examples/groupmanager/groupmanager.csproj b/libsecondlife/examples/groupmanager/groupmanager.csproj index 380c5c4b..f7e411cd 100644 --- a/libsecondlife/examples/groupmanager/groupmanager.csproj +++ b/libsecondlife/examples/groupmanager/groupmanager.csproj @@ -88,10 +88,6 @@ System.XML - - {D0DCFDCB-71FA-4343-A8D1-24D4665A94A4} - openjpegnet - libsecondlife {D9CDEDFB-8169-4B03-B57F-0DF638F044EC} diff --git a/libsecondlife/libsecondlife.Utilities/libsecondlife.Utilities.csproj b/libsecondlife/libsecondlife.Utilities/libsecondlife.Utilities.csproj index 964c9aa5..f7827631 100644 --- a/libsecondlife/libsecondlife.Utilities/libsecondlife.Utilities.csproj +++ b/libsecondlife/libsecondlife.Utilities/libsecondlife.Utilities.csproj @@ -38,10 +38,6 @@ - - {D0DCFDCB-71FA-4343-A8D1-24D4665A94A4} - openjpegnet - {D9CDEDFB-8169-4B03-B57F-0DF638F044EC} libsecondlife diff --git a/libsecondlife/libsecondlife.csproj b/libsecondlife/libsecondlife.csproj index 962dbc0f..88d3a269 100644 --- a/libsecondlife/libsecondlife.csproj +++ b/libsecondlife/libsecondlife.csproj @@ -29,7 +29,7 @@ ..\bin\ - false + true 285212672 false @@ -52,7 +52,7 @@ ..\bin\ - false + true 285212672 false @@ -126,6 +126,7 @@ Code + Code @@ -150,6 +151,7 @@ Code + @@ -160,12 +162,6 @@ - - - {D0DCFDCB-71FA-4343-A8D1-24D4665A94A4} - openjpegnet - - diff --git a/libsecondlife/libsecondlife.sln b/libsecondlife/libsecondlife.sln index ae14720a..716032a1 100644 --- a/libsecondlife/libsecondlife.sln +++ b/libsecondlife/libsecondlife.sln @@ -22,8 +22,6 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "libsecondlife.Tests", "libs EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VisualParamGenerator", "VisualParamGenerator\VisualParamGenerator.csproj", "{D2A514C5-5590-4789-9032-6E5B4C297B80}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "openjpegnet", "..\openjpegnet\openjpegnet.csproj", "{D0DCFDCB-71FA-4343-A8D1-24D4665A94A4}" -EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Heightmap", "examples\Heightmap\Heightmap.csproj", "{D9669D08-AC81-4F45-AD23-82787C6EFBBA}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "key2name", "examples\Key2Name\key2name.csproj", "{4FF68142-9C61-42D1-87DC-5D37CB671C29}" @@ -93,10 +91,6 @@ Global {D2A514C5-5590-4789-9032-6E5B4C297B80}.Debug|Any CPU.Build.0 = Debug|Any CPU {D2A514C5-5590-4789-9032-6E5B4C297B80}.Release|Any CPU.ActiveCfg = Release|Any CPU {D2A514C5-5590-4789-9032-6E5B4C297B80}.Release|Any CPU.Build.0 = Release|Any CPU - {D0DCFDCB-71FA-4343-A8D1-24D4665A94A4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {D0DCFDCB-71FA-4343-A8D1-24D4665A94A4}.Debug|Any CPU.Build.0 = Debug|Any CPU - {D0DCFDCB-71FA-4343-A8D1-24D4665A94A4}.Release|Any CPU.ActiveCfg = Release|Any CPU - {D0DCFDCB-71FA-4343-A8D1-24D4665A94A4}.Release|Any CPU.Build.0 = Release|Any CPU {D9669D08-AC81-4F45-AD23-82787C6EFBBA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {D9669D08-AC81-4F45-AD23-82787C6EFBBA}.Debug|Any CPU.Build.0 = Debug|Any CPU {D9669D08-AC81-4F45-AD23-82787C6EFBBA}.Release|Any CPU.ActiveCfg = Release|Any CPU