hdrflow-svn Mailing List for HDRFlow (Page 4)
Status: Pre-Alpha
Brought to you by:
glslang
You can subscribe to this list here.
| 2007 |
Jan
|
Feb
|
Mar
|
Apr
(30) |
May
(38) |
Jun
(22) |
Jul
(53) |
Aug
(66) |
Sep
(56) |
Oct
(29) |
Nov
(13) |
Dec
(6) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2008 |
Jan
(16) |
Feb
(22) |
Mar
(12) |
Apr
(4) |
May
|
Jun
|
Jul
|
Aug
|
Sep
(6) |
Oct
|
Nov
|
Dec
|
| 2009 |
Jan
|
Feb
|
Mar
|
Apr
(12) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: <gl...@us...> - 2007-12-29 15:34:39
|
Revision: 387
http://hdrflow.svn.sourceforge.net/hdrflow/?rev=387&view=rev
Author: glslang
Date: 2007-12-29 07:34:35 -0800 (Sat, 29 Dec 2007)
Log Message:
-----------
+ port maya plugin to win
+ build fixes to account for FFMpeg from SVN
Modified Paths:
--------------
trunk/lib/extras/extras_vc8.sln
trunk/lib/extras/src/imf/mfn/mfn.cpp
trunk/lib/openlibraries/src/openmedialib/plugins/avformat/avformat_vc8.vcproj
Added Paths:
-----------
trunk/lib/extras/src/imf/hdr/readers_vc8.vcproj
trunk/lib/extras/src/imf/mfn/config.hpp
trunk/lib/extras/src/imf/mfn/readers_vc8.vcproj
Modified: trunk/lib/extras/extras_vc8.sln
===================================================================
--- trunk/lib/extras/extras_vc8.sln 2007-12-22 20:01:12 UTC (rev 386)
+++ trunk/lib/extras/extras_vc8.sln 2007-12-29 15:34:35 UTC (rev 387)
@@ -24,6 +24,10 @@
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "noise", "src\noise\noise_vc8.vcproj", "{927446CD-3483-4CCF-B581-F0896DD4A550}"
EndProject
+Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Maya 2008", "Maya 2008", "{0CED7D48-905C-4C67-96B9-668B7728ED10}"
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "readers", "src\imf\mfn\readers_vc8.vcproj", "{061A3FF5-B3C6-4CDC-A018-5B985C234CD6}"
+EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Multi-threaded Debug DLL|Win32 = Multi-threaded Debug DLL|Win32
@@ -50,6 +54,10 @@
{927446CD-3483-4CCF-B581-F0896DD4A550}.Multi-threaded Debug DLL|Win32.Build.0 = Multi-threaded Debug DLL|Win32
{927446CD-3483-4CCF-B581-F0896DD4A550}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
{927446CD-3483-4CCF-B581-F0896DD4A550}.Multi-threaded Release DLL|Win32.Build.0 = Multi-threaded Release DLL|Win32
+ {061A3FF5-B3C6-4CDC-A018-5B985C234CD6}.Multi-threaded Debug DLL|Win32.ActiveCfg = Multi-threaded Debug DLL|Win32
+ {061A3FF5-B3C6-4CDC-A018-5B985C234CD6}.Multi-threaded Debug DLL|Win32.Build.0 = Multi-threaded Debug DLL|Win32
+ {061A3FF5-B3C6-4CDC-A018-5B985C234CD6}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
+ {061A3FF5-B3C6-4CDC-A018-5B985C234CD6}.Multi-threaded Release DLL|Win32.Build.0 = Multi-threaded Release DLL|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
@@ -60,10 +68,12 @@
{D133B05E-F174-4CDA-8FF4-C45C139CFACD} = {2644DB77-2096-4A50-A23F-C57D3C011FE2}
{CE7A290A-13C0-424E-A02A-96CDC6B0E6BE} = {2644DB77-2096-4A50-A23F-C57D3C011FE2}
{4E0BD6BF-2B4D-4BF8-BEB7-3BFF57D627BC} = {2644DB77-2096-4A50-A23F-C57D3C011FE2}
+ {0CED7D48-905C-4C67-96B9-668B7728ED10} = {2644DB77-2096-4A50-A23F-C57D3C011FE2}
{B4CCC2D9-D505-4B08-B908-B2A38105ABC8} = {675FBBBA-6681-49E3-AAC6-FE371310DA63}
{927446CD-3483-4CCF-B581-F0896DD4A550} = {E0C3CF4A-5F43-4BBC-B7A9-6D4CDB225CD9}
{C8F73831-1355-45C9-BD1B-C7AAB4CDE373} = {D133B05E-F174-4CDA-8FF4-C45C139CFACD}
{9A2197B4-ABC1-4047-A81B-15E9D228C108} = {CE7A290A-13C0-424E-A02A-96CDC6B0E6BE}
{95CD0C43-860C-467B-9995-E6A4E0F8519B} = {4E0BD6BF-2B4D-4BF8-BEB7-3BFF57D627BC}
+ {061A3FF5-B3C6-4CDC-A018-5B985C234CD6} = {0CED7D48-905C-4C67-96B9-668B7728ED10}
EndGlobalSection
EndGlobal
Added: trunk/lib/extras/src/imf/hdr/readers_vc8.vcproj
===================================================================
--- trunk/lib/extras/src/imf/hdr/readers_vc8.vcproj (rev 0)
+++ trunk/lib/extras/src/imf/hdr/readers_vc8.vcproj 2007-12-29 15:34:35 UTC (rev 387)
@@ -0,0 +1,205 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="8.00"
+ Name="readers"
+ ProjectGUID="{061A3FF5-B3C6-4CDC-A018-5B985C234CD6}"
+ RootNamespace="readers"
+ Keyword="Win32Proj"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Multi-threaded Debug DLL|Win32"
+ OutputDirectory="$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="2"
+ CharacterSet="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories=""$(SolutionDir)\..\openlibraries\src";"C:\Boost\include\boost-1_34_1""
+ PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;READERS_EXPORTS;HAVE_FLEX_STRING"
+ MinimalRebuild="true"
+ ExceptionHandling="2"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ BufferSecurityCheck="false"
+ OpenMP="true"
+ UsePrecompiledHeader="0"
+ WarningLevel="4"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="4"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ OutputFile="$(OutDir)\hdrflow_extras_maya_readers-vc80-d-0_1_0.dll"
+ LinkIncremental="2"
+ AdditionalLibraryDirectories="C:\Boost\lib;"$(SolutionDir)\..\openlibraries\src\openpluginlib\pl\$(ConfigurationName)";"$(SolutionDir)\..\openlibraries\src\openimagelib\il\$(ConfigurationName)";"$(SolutionDir)\..\openlibraries\src\openmedialib\ml\$(ConfigurationName)""
+ GenerateDebugInformation="true"
+ SubSystem="2"
+ TargetMachine="1"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCWebDeploymentTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Multi-threaded Release DLL|Win32"
+ OutputDirectory="$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="2"
+ CharacterSet="1"
+ WholeProgramOptimization="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""$(SolutionDir)\..\openlibraries\src";"C:\Boost\include\boost-1_34_1""
+ PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;READERS_EXPORTS;HAVE_FLEX_STRING"
+ ExceptionHandling="2"
+ RuntimeLibrary="2"
+ BufferSecurityCheck="false"
+ OpenMP="true"
+ UsePrecompiledHeader="0"
+ WarningLevel="4"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ OutputFile="$(OutDir)\hdrflow_extras_maya_readers-vc80-r-0_1_0.dll"
+ LinkIncremental="1"
+ AdditionalLibraryDirectories="C:\Boost\lib;"$(SolutionDir)\..\openlibraries\src\openpluginlib\pl\$(ConfigurationName)";"$(SolutionDir)\..\openlibraries\src\openimagelib\il\$(ConfigurationName)";"$(SolutionDir)\..\openlibraries\src\openmedialib\ml\$(ConfigurationName)""
+ GenerateDebugInformation="true"
+ SubSystem="2"
+ OptimizeReferences="2"
+ EnableCOMDATFolding="2"
+ TargetMachine="1"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCWebDeploymentTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
+ >
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="h;hpp;hxx;hm;inl;inc;xsd"
+ UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
+ >
+ </Filter>
+ <Filter
+ Name="Resource Files"
+ Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
+ UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
+ >
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
Property changes on: trunk/lib/extras/src/imf/hdr/readers_vc8.vcproj
___________________________________________________________________
Name: svn:eol-style
+ native
Added: trunk/lib/extras/src/imf/mfn/config.hpp
===================================================================
--- trunk/lib/extras/src/imf/mfn/config.hpp (rev 0)
+++ trunk/lib/extras/src/imf/mfn/config.hpp 2007-12-29 15:34:35 UTC (rev 387)
@@ -0,0 +1,25 @@
+
+// mfn - Autodesk's Maya import/export image plugin
+
+// Copyright (c) 2007 Goncalo N. M. de Carvalho
+// Released under the GPL.
+// For more information, see http://www.hdrflow.com.
+
+#ifndef READERS_CONFIG_INC_
+#define READERS_CONFIG_INC_
+
+#ifdef WIN32
+# ifdef READERS_EXPORTS
+# define READERS_DECLSPEC __declspec( dllexport )
+# else
+# define READERS_DECLSPEC __declspec( dllimport )
+# endif
+#else
+# ifdef READERS_EXPORTS
+# define READERS_DECLSPEC __attribute__( ( visibility( "default" ) ) )
+# else
+# define READERS_DECLSPEC __attribute__( ( visibility( "default" ) ) )
+# endif
+#endif
+
+#endif
Property changes on: trunk/lib/extras/src/imf/mfn/config.hpp
___________________________________________________________________
Name: svn:eol-style
+ native
Modified: trunk/lib/extras/src/imf/mfn/mfn.cpp
===================================================================
--- trunk/lib/extras/src/imf/mfn/mfn.cpp 2007-12-22 20:01:12 UTC (rev 386)
+++ trunk/lib/extras/src/imf/mfn/mfn.cpp 2007-12-29 15:34:35 UTC (rev 387)
@@ -23,6 +23,8 @@
#include <openimagelib/il/openimagelib_plugin.hpp>
+#include <imf/mfn/config.hpp>
+
namespace pl = olib::openpluginlib;
namespace il = olib::openimagelib::il;
@@ -188,7 +190,7 @@
} } }
-extern "C" MStatus initializePlugin( MObject obj )
+extern "C" READERS_DECLSPEC MStatus initializePlugin( MObject obj )
{
MFnPlugin plugin( obj, "com.cryogenicgraphics", "8.0", "Any" );
MStringArray extensions;
@@ -210,7 +212,7 @@
return MS::kSuccess;
}
-extern "C" MStatus uninitializePlugin( MObject obj )
+extern "C" READERS_DECLSPEC MStatus uninitializePlugin( MObject obj )
{
MFnPlugin plugin( obj );
CHECK_MSTATUS( plugin.deregisterImageFile( "HDRFlow" ) );
Added: trunk/lib/extras/src/imf/mfn/readers_vc8.vcproj
===================================================================
--- trunk/lib/extras/src/imf/mfn/readers_vc8.vcproj (rev 0)
+++ trunk/lib/extras/src/imf/mfn/readers_vc8.vcproj 2007-12-29 15:34:35 UTC (rev 387)
@@ -0,0 +1,217 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="8.00"
+ Name="readers"
+ ProjectGUID="{061A3FF5-B3C6-4CDC-A018-5B985C234CD6}"
+ RootNamespace="readers"
+ Keyword="Win32Proj"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Multi-threaded Debug DLL|Win32"
+ OutputDirectory="$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="2"
+ CharacterSet="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories=""$(SolutionDir)\..\openlibraries\src";"$(SolutionDir)\src";"C:\Boost\include\boost-1_34_1";"C:\Program Files\Autodesk\Maya2008\include""
+ PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;READERS_EXPORTS;HAVE_FLEX_STRING;_BOOL;REQUIRE_IOSTREAM"
+ MinimalRebuild="true"
+ ExceptionHandling="2"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ BufferSecurityCheck="false"
+ OpenMP="true"
+ UsePrecompiledHeader="0"
+ WarningLevel="4"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="4"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ IgnoreImportLibrary="true"
+ AdditionalDependencies="OpenMaya.lib Foundation.lib"
+ OutputFile="$(OutDir)\HDRFlowMaya.mll"
+ LinkIncremental="2"
+ AdditionalLibraryDirectories="C:\Boost\lib;"$(SolutionDir)\..\openlibraries\src\openpluginlib\pl\$(ConfigurationName)";"$(SolutionDir)\..\openlibraries\src\openimagelib\il\$(ConfigurationName)";"$(SolutionDir)\..\openlibraries\src\openmedialib\ml\$(ConfigurationName)";"C:\Program Files\Autodesk\Maya2008\lib""
+ GenerateDebugInformation="true"
+ SubSystem="2"
+ TargetMachine="1"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCWebDeploymentTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Multi-threaded Release DLL|Win32"
+ OutputDirectory="$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="2"
+ CharacterSet="1"
+ WholeProgramOptimization="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""$(SolutionDir)\..\openlibraries\src";"$(SolutionDir)\src";"C:\Boost\include\boost-1_34_1";"C:\Program Files\Autodesk\Maya2008\include""
+ PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;READERS_EXPORTS;HAVE_FLEX_STRING;_BOOL;REQUIRE_IOSTREAM"
+ ExceptionHandling="2"
+ RuntimeLibrary="2"
+ BufferSecurityCheck="false"
+ OpenMP="true"
+ UsePrecompiledHeader="0"
+ WarningLevel="4"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ IgnoreImportLibrary="true"
+ AdditionalDependencies="OpenMaya.lib Foundation.lib"
+ OutputFile="$(OutDir)\HDRFlowMaya.mll"
+ LinkIncremental="1"
+ AdditionalLibraryDirectories="C:\Boost\lib;"$(SolutionDir)\..\openlibraries\src\openpluginlib\pl\$(ConfigurationName)";"$(SolutionDir)\..\openlibraries\src\openimagelib\il\$(ConfigurationName)";"$(SolutionDir)\..\openlibraries\src\openmedialib\ml\$(ConfigurationName)";"C:\Program Files\Autodesk\Maya2008\lib""
+ GenerateDebugInformation="true"
+ SubSystem="2"
+ OptimizeReferences="2"
+ EnableCOMDATFolding="2"
+ TargetMachine="1"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCWebDeploymentTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
+ >
+ <File
+ RelativePath=".\mfn.cpp"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="h;hpp;hxx;hm;inl;inc;xsd"
+ UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
+ >
+ <File
+ RelativePath=".\config.hpp"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="Resource Files"
+ Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
+ UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
+ >
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
Property changes on: trunk/lib/extras/src/imf/mfn/readers_vc8.vcproj
___________________________________________________________________
Name: svn:eol-style
+ native
Modified: trunk/lib/openlibraries/src/openmedialib/plugins/avformat/avformat_vc8.vcproj
===================================================================
--- trunk/lib/openlibraries/src/openmedialib/plugins/avformat/avformat_vc8.vcproj 2007-12-22 20:01:12 UTC (rev 386)
+++ trunk/lib/openlibraries/src/openmedialib/plugins/avformat/avformat_vc8.vcproj 2007-12-29 15:34:35 UTC (rev 387)
@@ -67,7 +67,7 @@
<Tool
Name="VCLinkerTool"
IgnoreImportLibrary="true"
- AdditionalDependencies="avcodec-51.lib avformat-51.lib avutil-49.lib"
+ AdditionalDependencies="avcodec.lib avformat.lib avutil.lib"
OutputFile="$(OutDir)\openmedialib_avformat-vc80-d-0_5_0.dll"
LinkIncremental="2"
AdditionalLibraryDirectories="C:\Boost\lib;"$(SolutionDir)\src\openpluginlib\pl\$(ConfigurationName)";"$(SolutionDir)\src\openimagelib\il\$(ConfigurationName)";"C:\Program Files\FFmpeg\lib""
@@ -151,7 +151,7 @@
<Tool
Name="VCLinkerTool"
IgnoreImportLibrary="true"
- AdditionalDependencies="avcodec-51.lib avformat-51.lib avutil-49.lib"
+ AdditionalDependencies="avcodec.lib avformat.lib avutil.lib"
OutputFile="$(OutDir)\openmedialib_avformat-vc80-r-0_5_0.dll"
LinkIncremental="1"
AdditionalLibraryDirectories="C:\Boost\lib;$(SolutionDir)\src\openpluginlib\pl\$(ConfigurationName);C:\Boost\lib;$(SolutionDir)\src\openimagelib\il\$(ConfigurationName);"C:\Program Files\FFmpeg\lib""
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <gl...@us...> - 2007-12-22 20:01:14
|
Revision: 386
http://hdrflow.svn.sourceforge.net/hdrflow/?rev=386&view=rev
Author: glslang
Date: 2007-12-22 12:01:12 -0800 (Sat, 22 Dec 2007)
Log Message:
-----------
+ remove ool
Modified Paths:
--------------
trunk/lib/openlibraries/openlibraries_vc8.sln
Modified: trunk/lib/openlibraries/openlibraries_vc8.sln
===================================================================
--- trunk/lib/openlibraries/openlibraries_vc8.sln 2007-12-01 17:48:15 UTC (rev 385)
+++ trunk/lib/openlibraries/openlibraries_vc8.sln 2007-12-22 20:01:12 UTC (rev 386)
@@ -220,25 +220,12 @@
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "plugins", "plugins", "{9483FC7B-E396-43E6-84ED-EB021AC54252}"
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sg", "src\openobjectlib\sg\sg_vc8.vcproj", "{DCCDFFF5-23EB-4E4B-BE38-9E5F8D42151E}"
- ProjectSection(ProjectDependencies) = postProject
- {C9BA7656-B238-4882-A30A-EC2BDB2843B4} = {C9BA7656-B238-4882-A30A-EC2BDB2843B4}
- {3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0} = {3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0}
- EndProjectSection
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "X3D", "src\openobjectlib\plugins\X3D\X3D_vc8.vcproj", "{7A98C731-F651-4427-BD02-25133DEA7171}"
- ProjectSection(ProjectDependencies) = postProject
- {3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0} = {3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0}
- {DCCDFFF5-23EB-4E4B-BE38-9E5F8D42151E} = {DCCDFFF5-23EB-4E4B-BE38-9E5F8D42151E}
- EndProjectSection
-EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "AL", "AL", "{D3688A41-2908-41C0-8BF1-4AB6E3DFDBC4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "plugins", "plugins", "{56A6ABC4-51B3-45A3-ADDD-D22A50AA55F9}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "al", "src\openassetlib\al\al_vc8.vcproj", "{BD346E41-BEBD-43E7-9801-8EC1158355C4}"
ProjectSection(ProjectDependencies) = postProject
- {DCCDFFF5-23EB-4E4B-BE38-9E5F8D42151E} = {DCCDFFF5-23EB-4E4B-BE38-9E5F8D42151E}
{84DAF5D6-05DE-4B4B-AB54-4CD2039EE5DC} = {84DAF5D6-05DE-4B4B-AB54-4CD2039EE5DC}
{3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0} = {3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0}
{C9BA7656-B238-4882-A30A-EC2BDB2843B4} = {C9BA7656-B238-4882-A30A-EC2BDB2843B4}
@@ -320,24 +307,20 @@
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "multipass_draw", "test\openobjectlib\GL\multipass_draw\multipass_draw_vc8.vcproj", "{AB0137D5-38BE-45A5-ACE9-02BB34D02358}"
ProjectSection(ProjectDependencies) = postProject
{3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0} = {3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0}
- {DCCDFFF5-23EB-4E4B-BE38-9E5F8D42151E} = {DCCDFFF5-23EB-4E4B-BE38-9E5F8D42151E}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "noise_volume", "test\openobjectlib\GL\noise_volume\noise_volume_vc8.vcproj", "{3780D440-9C37-4186-B9B2-861EF3833CD4}"
ProjectSection(ProjectDependencies) = postProject
- {DCCDFFF5-23EB-4E4B-BE38-9E5F8D42151E} = {DCCDFFF5-23EB-4E4B-BE38-9E5F8D42151E}
{3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0} = {3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "obj_draw", "test\openobjectlib\GL\obj_draw\obj_draw_vc8.vcproj", "{DD597B0F-DE01-4A1A-A399-F2355ABB06B0}"
ProjectSection(ProjectDependencies) = postProject
{3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0} = {3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0}
- {DCCDFFF5-23EB-4E4B-BE38-9E5F8D42151E} = {DCCDFFF5-23EB-4E4B-BE38-9E5F8D42151E}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "texture_draw", "test\openobjectlib\GL\texture_draw\texture_draw_vc8.vcproj", "{8032E526-0866-4764-A4E9-F18C7CEE12D2}"
ProjectSection(ProjectDependencies) = postProject
- {DCCDFFF5-23EB-4E4B-BE38-9E5F8D42151E} = {DCCDFFF5-23EB-4E4B-BE38-9E5F8D42151E}
{3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0} = {3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0}
EndProjectSection
EndProject
@@ -370,11 +353,6 @@
{84DAF5D6-05DE-4B4B-AB54-4CD2039EE5DC} = {84DAF5D6-05DE-4B4B-AB54-4CD2039EE5DC}
EndProjectSection
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "obj", "src\openobjectlib\plugins\wavefront\obj_vc8.vcproj", "{AE1793B8-18EA-4277-BFDD-8C9F2AFA0096}"
- ProjectSection(ProjectDependencies) = postProject
- {DCCDFFF5-23EB-4E4B-BE38-9E5F8D42151E} = {DCCDFFF5-23EB-4E4B-BE38-9E5F8D42151E}
- EndProjectSection
-EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "avformat", "src\openmedialib\plugins\avformat\avformat_vc8.vcproj", "{0C4F7499-83C6-4143-A392-56F299345E8A}"
ProjectSection(ProjectDependencies) = postProject
{3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0} = {3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0}
@@ -521,14 +499,6 @@
{1AC3D22B-175B-4169-B74A-276F9D5BA7AB}.Multi-threaded Debug DLL|Win32.Build.0 = Multi-threaded Debug DLL|Win32
{1AC3D22B-175B-4169-B74A-276F9D5BA7AB}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
{1AC3D22B-175B-4169-B74A-276F9D5BA7AB}.Multi-threaded Release DLL|Win32.Build.0 = Multi-threaded Release DLL|Win32
- {DCCDFFF5-23EB-4E4B-BE38-9E5F8D42151E}.Multi-threaded Debug DLL|Win32.ActiveCfg = Multi-threaded Debug DLL|Win32
- {DCCDFFF5-23EB-4E4B-BE38-9E5F8D42151E}.Multi-threaded Debug DLL|Win32.Build.0 = Multi-threaded Debug DLL|Win32
- {DCCDFFF5-23EB-4E4B-BE38-9E5F8D42151E}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
- {DCCDFFF5-23EB-4E4B-BE38-9E5F8D42151E}.Multi-threaded Release DLL|Win32.Build.0 = Multi-threaded Release DLL|Win32
- {7A98C731-F651-4427-BD02-25133DEA7171}.Multi-threaded Debug DLL|Win32.ActiveCfg = Multi-threaded Debug DLL|Win32
- {7A98C731-F651-4427-BD02-25133DEA7171}.Multi-threaded Debug DLL|Win32.Build.0 = Multi-threaded Debug DLL|Win32
- {7A98C731-F651-4427-BD02-25133DEA7171}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
- {7A98C731-F651-4427-BD02-25133DEA7171}.Multi-threaded Release DLL|Win32.Build.0 = Multi-threaded Release DLL|Win32
{BD346E41-BEBD-43E7-9801-8EC1158355C4}.Multi-threaded Debug DLL|Win32.ActiveCfg = Multi-threaded Debug DLL|Win32
{BD346E41-BEBD-43E7-9801-8EC1158355C4}.Multi-threaded Debug DLL|Win32.Build.0 = Multi-threaded Debug DLL|Win32
{BD346E41-BEBD-43E7-9801-8EC1158355C4}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
@@ -613,10 +583,6 @@
{B2F0E6E4-4EA9-45BD-9CD9-E1B9A57E4E91}.Multi-threaded Debug DLL|Win32.Build.0 = Multi-threaded Debug DLL|Win32
{B2F0E6E4-4EA9-45BD-9CD9-E1B9A57E4E91}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
{B2F0E6E4-4EA9-45BD-9CD9-E1B9A57E4E91}.Multi-threaded Release DLL|Win32.Build.0 = Multi-threaded Release DLL|Win32
- {AE1793B8-18EA-4277-BFDD-8C9F2AFA0096}.Multi-threaded Debug DLL|Win32.ActiveCfg = Multi-threaded Debug DLL|Win32
- {AE1793B8-18EA-4277-BFDD-8C9F2AFA0096}.Multi-threaded Debug DLL|Win32.Build.0 = Multi-threaded Debug DLL|Win32
- {AE1793B8-18EA-4277-BFDD-8C9F2AFA0096}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
- {AE1793B8-18EA-4277-BFDD-8C9F2AFA0096}.Multi-threaded Release DLL|Win32.Build.0 = Multi-threaded Release DLL|Win32
{0C4F7499-83C6-4143-A392-56F299345E8A}.Multi-threaded Debug DLL|Win32.ActiveCfg = Multi-threaded Debug DLL|Win32
{0C4F7499-83C6-4143-A392-56F299345E8A}.Multi-threaded Debug DLL|Win32.Build.0 = Multi-threaded Debug DLL|Win32
{0C4F7499-83C6-4143-A392-56F299345E8A}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
@@ -693,9 +659,6 @@
{1AC3D22B-175B-4169-B74A-276F9D5BA7AB} = {C039BC12-D0D0-4BAC-B8E4-445EEA6678B8}
{0C4F7499-83C6-4143-A392-56F299345E8A} = {C039BC12-D0D0-4BAC-B8E4-445EEA6678B8}
{68B4BE77-E59E-4A24-9AF5-D4CEFF132B51} = {C039BC12-D0D0-4BAC-B8E4-445EEA6678B8}
- {DCCDFFF5-23EB-4E4B-BE38-9E5F8D42151E} = {BD86F550-C573-4A68-955B-6CEDCC8F595D}
- {7A98C731-F651-4427-BD02-25133DEA7171} = {9483FC7B-E396-43E6-84ED-EB021AC54252}
- {AE1793B8-18EA-4277-BFDD-8C9F2AFA0096} = {9483FC7B-E396-43E6-84ED-EB021AC54252}
{BD346E41-BEBD-43E7-9801-8EC1158355C4} = {D3688A41-2908-41C0-8BF1-4AB6E3DFDBC4}
{ECEDB34E-A863-420F-BFC6-F294AC078892} = {D3688A41-2908-41C0-8BF1-4AB6E3DFDBC4}
{4B89FC29-D7E8-4E1A-99D7-17561B89DBEA} = {56A6ABC4-51B3-45A3-ADDD-D22A50AA55F9}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <gl...@us...> - 2007-12-01 17:48:18
|
Revision: 385
http://hdrflow.svn.sourceforge.net/hdrflow/?rev=385&view=rev
Author: glslang
Date: 2007-12-01 09:48:15 -0800 (Sat, 01 Dec 2007)
Log Message:
-----------
+ patch libtool to control generated install names on OS/X
Modified Paths:
--------------
trunk/lib/openlibraries/configure.ac
Added Paths:
-----------
trunk/lib/openlibraries/m4/install_name.m4
Modified: trunk/lib/openlibraries/configure.ac
===================================================================
--- trunk/lib/openlibraries/configure.ac 2007-11-18 13:37:44 UTC (rev 384)
+++ trunk/lib/openlibraries/configure.ac 2007-12-01 17:48:15 UTC (rev 385)
@@ -43,6 +43,8 @@
AC_PROG_LIBTOOL
AC_SUBST(LIBTOOL_DEPS)
+AC_CHECK_INSTALLNAME( )
+
dnl dl support
AC_CHECK_LIB(dl, dlopen,
have_dl=yes DL_LIBS="-ldl",
Added: trunk/lib/openlibraries/m4/install_name.m4
===================================================================
--- trunk/lib/openlibraries/m4/install_name.m4 (rev 0)
+++ trunk/lib/openlibraries/m4/install_name.m4 2007-12-01 17:48:15 UTC (rev 385)
@@ -0,0 +1,25 @@
+
+#
+# change libtool install_name defaults on OS/X
+#
+
+AC_DEFUN([AC_CHECK_INSTALLNAME],[
+ AC_ARG_ENABLE(installname, AC_HELP_STRING([--enable-installname], [enable install name]),
+ [enableinstallname=$enableval],
+ [enableinstallname=no])
+ AC_ARG_WITH(installnameprefix, AC_HELP_STRING([--with-installnameprefix], [install name prefix]),,with_installnameprefix="")
+
+ case $host in
+ *-apple-darwin*)
+ AC_MSG_CHECKING(libtool for install name)
+ if test x"$enableinstallname" = x"yes" ; then
+ test -f libtool || (mv libtool libtool.old && cp libtool.old libtool)
+ sed -e "s/install_name \\\\\$rpath\/\\\\\$soname/install_name $with_installnameprefix\/\\\\\$soname/g" libtool > libtool.new
+ mv libtool.new libtool
+ AC_MSG_RESULT(yes)
+ else
+ AC_MSG_RESULT(no)
+ fi
+ ;;
+ esac
+])
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <gl...@us...> - 2007-11-18 13:37:46
|
Revision: 384
http://hdrflow.svn.sourceforge.net/hdrflow/?rev=384&view=rev
Author: glslang
Date: 2007-11-18 05:37:44 -0800 (Sun, 18 Nov 2007)
Log Message:
-----------
+ remove unneeded tests
Modified Paths:
--------------
trunk/lib/openlibraries/configure.ac
Modified: trunk/lib/openlibraries/configure.ac
===================================================================
--- trunk/lib/openlibraries/configure.ac 2007-11-13 21:51:58 UTC (rev 383)
+++ trunk/lib/openlibraries/configure.ac 2007-11-18 13:37:44 UTC (rev 384)
@@ -203,37 +203,6 @@
fi
AM_CONDITIONAL(HAVE_LIBAVFORMAT, [test x"$libavformat" = "xyes"])
-dnl mlt support
-AC_PATH_PROG(MLT_CONFIG, mlt-config, no)
-if test "x$MLT_CONFIG" = "xno" ; then
- AC_MSG_RESULT([*** mlt support is not available ***])
-else
- AC_DEFINE(HAVE_LIBMLT,1,[Define this for mlt support])
- MLT_CXXFLAGS=`$MLT_CONFIG --cflags`
- MLT_LIBS="-lmlt++ `$MLT_CONFIG --libs`"
- AC_SUBST(MLT_CXXFLAGS)
- AC_SUBST(MLT_LIBS)
- have_libmlt="yes"
-fi
-AM_CONDITIONAL(HAVE_LIBMLT, [test x"$have_libmlt" = "xyes"])
-
-dnl sdl support
-AC_PATH_PROG(SDL_CONFIG, sdl-config, no)
-if test "x$SDL_CONFIG" = "xno" ; then
- AC_MSG_RESULT([*** sdl support is not available ***])
-else
- AC_DEFINE(HAVE_LIBSDL,1,[Define this for sdl support])
- SDL_CXXFLAGS=`$SDL_CONFIG --cflags`
- SDL_LIBS=`$SDL_CONFIG --libs`
- AC_SUBST(SDL_CXXFLAGS)
- AC_SUBST(SDL_LIBS)
- have_libsdl="yes"
-fi
-AM_CONDITIONAL(HAVE_LIBSDL, [test x"$have_libsdl" = "xyes"])
-
-dnl qimage support
-AC_CHECK_QT( )
-
dnl Check for ILM OpenEXR
if test "x$HAVE_PKG_CONFIG" = "xyes" ; then
PKG_CHECK_MODULES(OPENEXR, OpenEXR, OpenEXR="yes", OpenEXR="no")
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <gl...@us...> - 2007-11-13 21:52:04
|
Revision: 383
http://hdrflow.svn.sourceforge.net/hdrflow/?rev=383&view=rev
Author: glslang
Date: 2007-11-13 13:51:58 -0800 (Tue, 13 Nov 2007)
Log Message:
-----------
+ bug fixes
Modified Paths:
--------------
trunk/lib/openlibraries/installer/openlibraries_sdk.nsi
trunk/lib/openlibraries/openlibraries_vc8.sln
trunk/lib/openlibraries/src/openpluginlib/pl/openpluginlib.cpp
Modified: trunk/lib/openlibraries/installer/openlibraries_sdk.nsi
===================================================================
--- trunk/lib/openlibraries/installer/openlibraries_sdk.nsi 2007-11-10 21:14:24 UTC (rev 382)
+++ trunk/lib/openlibraries/installer/openlibraries_sdk.nsi 2007-11-13 21:51:58 UTC (rev 383)
@@ -228,8 +228,8 @@
File "..\src\openimagelib\plugins\gdi+\Multi-threaded Debug DLL\openimagelib_gdi-vc80-d-${VERSION}.dll"
File "..\src\openimagelib\plugins\hdr\hdr_plugin.opl"
File "..\src\openimagelib\plugins\hdr\Multi-threaded Debug DLL\openimagelib_hdr-vc80-d-${VERSION}.dll"
- File "..\src\openimagelib\plugins\jpg\jpg_plugin.opl"
- File "..\src\openimagelib\plugins\jpg\Multi-threaded Debug DLL\openimagelib_jpg-vc80-d-${VERSION}.dll"
+; File "..\src\openimagelib\plugins\jpg\jpg_plugin.opl"
+; File "..\src\openimagelib\plugins\jpg\Multi-threaded Debug DLL\openimagelib_jpg-vc80-d-${VERSION}.dll"
File "..\src\openimagelib\plugins\sgi\sgi_plugin.opl"
File "..\src\openimagelib\plugins\sgi\Multi-threaded Debug DLL\openimagelib_sgi-vc80-d-${VERSION}.dll"
File "..\src\openimagelib\plugins\tga\tga_plugin.opl"
@@ -244,8 +244,8 @@
File "..\src\openmedialib\plugins\ofx\Multi-threaded Debug DLL\openmedialib_ofx-vc80-d-${VERSION}.dll"
;File "..\src\openobjectlib\plugins\3ds\3ds_plugin.opl"
;File "..\src\openobjectlib\plugins\3ds\Multi-threaded Debug DLL\openobjectlib_3ds-vc80-d-${VERSION}.dll"
- File "..\src\openobjectlib\plugins\obj\obj_plugin.opl"
- File "..\src\openobjectlib\plugins\obj\Multi-threaded Debug DLL\openobjectlib_obj-vc80-d-${VERSION}.dll"
+ File "..\src\openobjectlib\plugins\wavefront\obj_plugin.opl"
+ File "..\src\openobjectlib\plugins\wavefront\Multi-threaded Debug DLL\openobjectlib_obj-vc80-d-${VERSION}.dll"
File "..\src\openobjectlib\plugins\X3D\x3d_plugin.opl"
File "..\src\openobjectlib\plugins\X3D\Multi-threaded Debug DLL\openobjectlib_x3d-vc80-d-${VERSION}.dll"
File "..\src\openassetlib\plugins\sqlite\sqlite3_metadata_plugin.opl"
@@ -266,8 +266,8 @@
File "..\src\openimagelib\plugins\gdi+\Multi-threaded Release DLL\openimagelib_gdi-vc80-r-${VERSION}.dll"
File "..\src\openimagelib\plugins\hdr\hdr_plugin.opl"
File "..\src\openimagelib\plugins\hdr\Multi-threaded Release DLL\openimagelib_hdr-vc80-r-${VERSION}.dll"
- File "..\src\openimagelib\plugins\jpg\jpg_plugin.opl"
- File "..\src\openimagelib\plugins\jpg\Multi-threaded Release DLL\openimagelib_jpg-vc80-r-${VERSION}.dll"
+; File "..\src\openimagelib\plugins\jpg\jpg_plugin.opl"
+; File "..\src\openimagelib\plugins\jpg\Multi-threaded Release DLL\openimagelib_jpg-vc80-r-${VERSION}.dll"
File "..\src\openimagelib\plugins\sgi\sgi_plugin.opl"
File "..\src\openimagelib\plugins\sgi\Multi-threaded Release DLL\openimagelib_sgi-vc80-r-${VERSION}.dll"
File "..\src\openimagelib\plugins\tga\tga_plugin.opl"
@@ -282,8 +282,8 @@
File "..\src\openmedialib\plugins\ofx\Multi-threaded Release DLL\openmedialib_ofx-vc80-r-${VERSION}.dll"
;File "..\src\openobjectlib\plugins\3ds\3ds_plugin.opl"
;File "..\src\openobjectlib\plugins\3ds\Multi-threaded Release DLL\openobjectlib_3ds-vc80-r-${VERSION}.dll"
- File "..\src\openobjectlib\plugins\obj\obj_plugin.opl"
- File "..\src\openobjectlib\plugins\obj\Multi-threaded Release DLL\openobjectlib_obj-vc80-r-${VERSION}.dll"
+ File "..\src\openobjectlib\plugins\wavefront\obj_plugin.opl"
+ File "..\src\openobjectlib\plugins\wavefront\Multi-threaded Release DLL\openobjectlib_obj-vc80-r-${VERSION}.dll"
File "..\src\openobjectlib\plugins\X3D\x3d_plugin.opl"
File "..\src\openobjectlib\plugins\X3D\Multi-threaded Release DLL\openobjectlib_x3d-vc80-r-${VERSION}.dll"
File "..\src\openeffectslib\plugins\tonemap\tonemap_plugin.opl"
Modified: trunk/lib/openlibraries/openlibraries_vc8.sln
===================================================================
--- trunk/lib/openlibraries/openlibraries_vc8.sln 2007-11-10 21:14:24 UTC (rev 382)
+++ trunk/lib/openlibraries/openlibraries_vc8.sln 2007-11-13 21:51:58 UTC (rev 383)
@@ -375,6 +375,18 @@
{DCCDFFF5-23EB-4E4B-BE38-9E5F8D42151E} = {DCCDFFF5-23EB-4E4B-BE38-9E5F8D42151E}
EndProjectSection
EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "avformat", "src\openmedialib\plugins\avformat\avformat_vc8.vcproj", "{0C4F7499-83C6-4143-A392-56F299345E8A}"
+ ProjectSection(ProjectDependencies) = postProject
+ {3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0} = {3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0}
+ {84DAF5D6-05DE-4B4B-AB54-4CD2039EE5DC} = {84DAF5D6-05DE-4B4B-AB54-4CD2039EE5DC}
+ EndProjectSection
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "openal", "src\openmedialib\plugins\openal\openal_vc8.vcproj", "{68B4BE77-E59E-4A24-9AF5-D4CEFF132B51}"
+ ProjectSection(ProjectDependencies) = postProject
+ {84DAF5D6-05DE-4B4B-AB54-4CD2039EE5DC} = {84DAF5D6-05DE-4B4B-AB54-4CD2039EE5DC}
+ {3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0} = {3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0}
+ EndProjectSection
+EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Multi-threaded Debug DLL|Win32 = Multi-threaded Debug DLL|Win32
@@ -605,6 +617,14 @@
{AE1793B8-18EA-4277-BFDD-8C9F2AFA0096}.Multi-threaded Debug DLL|Win32.Build.0 = Multi-threaded Debug DLL|Win32
{AE1793B8-18EA-4277-BFDD-8C9F2AFA0096}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
{AE1793B8-18EA-4277-BFDD-8C9F2AFA0096}.Multi-threaded Release DLL|Win32.Build.0 = Multi-threaded Release DLL|Win32
+ {0C4F7499-83C6-4143-A392-56F299345E8A}.Multi-threaded Debug DLL|Win32.ActiveCfg = Multi-threaded Debug DLL|Win32
+ {0C4F7499-83C6-4143-A392-56F299345E8A}.Multi-threaded Debug DLL|Win32.Build.0 = Multi-threaded Debug DLL|Win32
+ {0C4F7499-83C6-4143-A392-56F299345E8A}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
+ {0C4F7499-83C6-4143-A392-56F299345E8A}.Multi-threaded Release DLL|Win32.Build.0 = Multi-threaded Release DLL|Win32
+ {68B4BE77-E59E-4A24-9AF5-D4CEFF132B51}.Multi-threaded Debug DLL|Win32.ActiveCfg = Multi-threaded Debug DLL|Win32
+ {68B4BE77-E59E-4A24-9AF5-D4CEFF132B51}.Multi-threaded Debug DLL|Win32.Build.0 = Multi-threaded Debug DLL|Win32
+ {68B4BE77-E59E-4A24-9AF5-D4CEFF132B51}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
+ {68B4BE77-E59E-4A24-9AF5-D4CEFF132B51}.Multi-threaded Release DLL|Win32.Build.0 = Multi-threaded Release DLL|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
@@ -671,6 +691,8 @@
{A60E2710-2DA9-4641-AEF6-6488A6264723} = {C039BC12-D0D0-4BAC-B8E4-445EEA6678B8}
{C29BD9EC-EC1B-4D7F-8985-F85698CE66ED} = {C039BC12-D0D0-4BAC-B8E4-445EEA6678B8}
{1AC3D22B-175B-4169-B74A-276F9D5BA7AB} = {C039BC12-D0D0-4BAC-B8E4-445EEA6678B8}
+ {0C4F7499-83C6-4143-A392-56F299345E8A} = {C039BC12-D0D0-4BAC-B8E4-445EEA6678B8}
+ {68B4BE77-E59E-4A24-9AF5-D4CEFF132B51} = {C039BC12-D0D0-4BAC-B8E4-445EEA6678B8}
{DCCDFFF5-23EB-4E4B-BE38-9E5F8D42151E} = {BD86F550-C573-4A68-955B-6CEDCC8F595D}
{7A98C731-F651-4427-BD02-25133DEA7171} = {9483FC7B-E396-43E6-84ED-EB021AC54252}
{AE1793B8-18EA-4277-BFDD-8C9F2AFA0096} = {9483FC7B-E396-43E6-84ED-EB021AC54252}
Modified: trunk/lib/openlibraries/src/openpluginlib/pl/openpluginlib.cpp
===================================================================
--- trunk/lib/openlibraries/src/openpluginlib/pl/openpluginlib.cpp 2007-11-10 21:14:24 UTC (rev 382)
+++ trunk/lib/openlibraries/src/openpluginlib/pl/openpluginlib.cpp 2007-11-13 21:51:58 UTC (rev 383)
@@ -74,7 +74,7 @@
else
filter = str.second.out_filter;
- if( !str_.empty( ) && str_.find( filter ) == wstring::npos )
+ if( str_.find( filter ) == wstring::npos )
str_ += filter + wstring( L" " );
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <gl...@us...> - 2007-11-10 21:14:26
|
Revision: 382
http://hdrflow.svn.sourceforge.net/hdrflow/?rev=382&view=rev
Author: glslang
Date: 2007-11-10 13:14:24 -0800 (Sat, 10 Nov 2007)
Log Message:
-----------
+ removes all RPATH references
Modified Paths:
--------------
trunk/lib/openlibraries/configure.ac
trunk/lib/openlibraries/m4/boost.m4
trunk/lib/openlibraries/m4/glew.m4
trunk/lib/openlibraries/m4/openal.m4
trunk/lib/openlibraries/m4/openimagelib.m4
trunk/lib/openlibraries/m4/qt.m4
trunk/lib/openlibraries/m4/universal_binary.m4
trunk/lib/openlibraries/openlibraries.pc.in
trunk/lib/openlibraries/src/openassetlib/plugins/sqlite/Makefile.am
trunk/lib/openlibraries/src/openassetlib/py/Makefile.am
trunk/lib/openlibraries/src/openimagelib/plugins/png/Makefile.am
trunk/lib/openlibraries/src/openimagelib/py/Makefile.am
trunk/lib/openlibraries/src/openmedialib/plugins/openal/Makefile.am
trunk/lib/openlibraries/src/openmedialib/py/Makefile.am
trunk/lib/openlibraries/src/openobjectlib/sg/Makefile.am
trunk/lib/openlibraries/src/openpluginlib/pl/Makefile.am
trunk/lib/openlibraries/src/openpluginlib/py/Makefile.am
trunk/lib/openlibraries/test/openeffectslib/tm_bench/Makefile.am
trunk/lib/openlibraries/test/openimagelib/GL/_2D/Makefile.am
trunk/lib/openlibraries/test/openimagelib/GL/_2D_compressed/Makefile.am
trunk/lib/openlibraries/test/openimagelib/GL/_2D_compressed_cubemap/Makefile.am
trunk/lib/openlibraries/test/openimagelib/GL/_2D_crop/Makefile.am
trunk/lib/openlibraries/test/openimagelib/GL/_2D_crop2/Makefile.am
trunk/lib/openlibraries/test/openimagelib/GL/_2D_exr/Makefile.am
trunk/lib/openlibraries/test/openimagelib/GL/_2D_scale/Makefile.am
trunk/lib/openlibraries/test/openimagelib/GL/_2D_sgi/Makefile.am
trunk/lib/openlibraries/test/openmedialib/player/Makefile.am
trunk/lib/openlibraries/test/openmedialib/store/Makefile.am
trunk/lib/openlibraries/test/openobjectlib/GL/multipass_draw/Makefile.am
trunk/lib/openlibraries/test/openobjectlib/GL/noise_volume/Makefile.am
trunk/lib/openlibraries/test/openobjectlib/GL/obj_draw/Makefile.am
trunk/lib/openlibraries/test/openobjectlib/GL/texture_draw/Makefile.am
trunk/lib/openlibraries/test/openpluginlib/discovery/Makefile.am
trunk/lib/openlibraries/test/openpluginlib/enumerate/Makefile.am
trunk/lib/openlibraries/test/openpluginlib/gettimeofday/Makefile.am
trunk/lib/openlibraries/test/openpluginlib/gpu_timer_query/Makefile.am
trunk/lib/openlibraries/test/openpluginlib/initialization/Makefile.am
trunk/lib/openlibraries/test/openpluginlib/pcos/key/Makefile.am
trunk/lib/openlibraries/test/openpluginlib/pcos/property/Makefile.am
trunk/lib/openlibraries/test/openpluginlib/pcos/property_container/Makefile.am
trunk/lib/openlibraries/test/openpluginlib/pcos/subject-observer/Makefile.am
trunk/lib/openlibraries/test/openpluginlib/rdtsc/Makefile.am
Modified: trunk/lib/openlibraries/configure.ac
===================================================================
--- trunk/lib/openlibraries/configure.ac 2007-11-08 23:36:41 UTC (rev 381)
+++ trunk/lib/openlibraries/configure.ac 2007-11-10 21:14:24 UTC (rev 382)
@@ -303,33 +303,6 @@
AC_SUBST(OPENASSETLIB_PLUGINPATH)
AC_SUBST(OPENPLUGINLIB_LIBPATH)
-#
-# RPATHS
-#
-
-case $host in
- *-*-linux*)
- OPENPLUGINLIB_RPATH="-Wl,-rpath=${OPENLIBRARIES_LIBPATH}/openpluginlib/$OL_LIBNAME"
- OPENIMAGELIB_RPATH="-Wl,-rpath=${OPENLIBRARIES_LIBPATH}/openimagelib/$OL_LIBNAME"
- OPENMEDIALIB_RPATH="-Wl,-rpath=${OPENLIBRARIES_LIBPATH}/openmedialib/$OL_LIBNAME"
- OPENOBJECTLIB_RPATH="-Wl,-rpath=${OPENLIBRARIES_LIBPATH}/openobjectlib/$OL_LIBNAME"
- OPENASSETLIB_RPATH="-Wl,-rpath=${OPENLIBRARIES_LIBPATH}/openassetlib/$OL_LIBNAME"
- ;;
- *)
- OPENPLUGINLIB_RPATH=""
- OPENIMAGELIB_RPATH=""
- OPENMEDIALIB_RPATH=""
- OPENOBJECTLIB_RPATH=""
- OPENASSETLIB_RPATH=""
- ;;
-esac
-
-AC_SUBST(OPENPLUGINLIB_RPATH)
-AC_SUBST(OPENIMAGELIB_RPATH)
-AC_SUBST(OPENMEDIALIB_RPATH)
-AC_SUBST(OPENOBJECTLIB_RPATH)
-AC_SUBST(OPENASSETLIB_RPATH)
-
dnl
dnl Output configuration files
dnl
Modified: trunk/lib/openlibraries/m4/boost.m4
===================================================================
--- trunk/lib/openlibraries/m4/boost.m4 2007-11-08 23:36:41 UTC (rev 381)
+++ trunk/lib/openlibraries/m4/boost.m4 2007-11-10 21:14:24 UTC (rev 382)
@@ -14,7 +14,6 @@
BOOST_INCLUDE_PATH=""
BOOST_LIB_PATH=""
- BOOST_LIB_RPATH=""
AS_IF([test "x$with_boostversion" == "x"],
AC_MSG_WARN([*** Boost version is not defined. Will use system defaults. ***])
@@ -48,12 +47,6 @@
BOOST_LIB_PATH="-L$with_boostprefix/$OL_LIBNAME"
,,)
- case $host in
- *-*-linux*)
- BOOST_LIB_RPATH="-Wl,-rpath=$with_boostprefix/$OL_LIBNAME"
- ;;
- esac
-
BOOST_LIBNAMESUFFIX="$BOOST_LIB_TOOLSET$BOOST_LIB_RUNTIME$BOOST_LIB_VERSION"
BOOST_FILESYSTEM_LIBS="-lboost_filesystem$BOOST_LIB_TOOLSET$BOOST_LIB_RUNTIME$BOOST_LIB_VERSION"
@@ -91,7 +84,6 @@
AC_SUBST(BOOST_LIB_TOOLSET)
AC_SUBST(BOOST_INCLUDE_PATH)
AC_SUBST(BOOST_LIB_PATH)
- AC_SUBST(BOOST_LIB_RPATH)
AC_SUBST(BOOST_FILESYSTEM_LIBS)
AM_CONDITIONAL(HAVE_BOOST_FILESYSTEM, [test x$ac_use_boost_filesystem = "xyes"])
Modified: trunk/lib/openlibraries/m4/glew.m4
===================================================================
--- trunk/lib/openlibraries/m4/glew.m4 2007-11-08 23:36:41 UTC (rev 381)
+++ trunk/lib/openlibraries/m4/glew.m4 2007-11-10 21:14:24 UTC (rev 382)
@@ -14,7 +14,6 @@
GLEW_PREFIX="$with_glewprefix"
GLEW_INCLUDE_PATH=""
GLEW_LIB_PATH=""
- GLEW_LIB_RPATH=""
GLEW_LIBS=""
if test x$enableglew = "xyes" ; then
@@ -33,21 +32,12 @@
[ac_have_glew="yes" GLEW_LIBS="-lGLEW" AC_DEFINE(HAVE_GL_GLEW_H, 1,[Define this if you have GLEW support])],
[AC_MSG_ERROR([*** GLEW support is not available. Please install GLEW to proceed. ***])])]
- LDFLAGS="$save_LDFLAGS", [AC_MSG_ERROR([*** GLEW support is not available. Please install GLEW to proceed. ***])],[])
-
- if test x$ac_have_glew = "xyes"; then
- ac_use_glew=yes
- case $host in
- *-*-linux*)
- GLEW_LIB_RPATH="-Wl,-rpath=$with_glewprefix/$OL_LIBNAME"
- esac
- fi
+ LDFLAGS="$save_LDFLAGS", [AC_MSG_ERROR([*** GLEW support is not available. Please install GLEW to proceed. ***])],[])
fi
AC_SUBST(GLEW_PREFIX)
AC_SUBST(GLEW_INCLUDE_PATH)
AC_SUBST(GLEW_LIB_PATH)
- AC_SUBST(GLEW_LIB_RPATH)
AC_SUBST(GLEW_LIBS)
if test x$ac_use_glew = "xyes"; then
Modified: trunk/lib/openlibraries/m4/openal.m4
===================================================================
--- trunk/lib/openlibraries/m4/openal.m4 2007-11-08 23:36:41 UTC (rev 381)
+++ trunk/lib/openlibraries/m4/openal.m4 2007-11-10 21:14:24 UTC (rev 382)
@@ -18,7 +18,6 @@
OPENAL_PREFIX="$with_openalprefix"
OPENAL_INCLUDE_PATH=""
OPENAL_LIB_PATH=""
- OPENAL_LIB_RPATH=""
OPENAL_LIBS=""
if test x$enableopenal = "xyes" ; then
@@ -66,7 +65,6 @@
AC_SUBST(OPENAL_INCLUDE_PATH)
AC_SUBST(OPENAL_LIB_PATH)
- AC_SUBST(OPENAL_LIB_RPATH)
AC_SUBST(OPENAL_LIBS)
AM_CONDITIONAL(HAVE_OPENAL, [test x$ac_use_openal = "xyes"])
Modified: trunk/lib/openlibraries/m4/openimagelib.m4
===================================================================
--- trunk/lib/openlibraries/m4/openimagelib.m4 2007-11-08 23:36:41 UTC (rev 381)
+++ trunk/lib/openlibraries/m4/openimagelib.m4 2007-11-10 21:14:24 UTC (rev 382)
@@ -21,6 +21,7 @@
AC_MSG_RESULT([*** PNG support is not available ***]))
else
PNG_CFLAGS=`$LIBPNG_CONFIG --cflags`
+ PNG_LDFLAGS=`$LIBPNG_CONFIG --ldflags`
PNG_LIBS=`$LIBPNG_CONFIG --libs`
have_libpng="yes"
AC_DEFINE(HAVE_LIBPNG,1,[Define this for PNG support])
@@ -28,6 +29,7 @@
AM_CONDITIONAL(HAVE_LIBPNG, test x"$have_libpng" = "xyes")
AC_SUBST(PNG_CFLAGS)
+ AC_SUBST(PNG_LDFLAGS)
AC_SUBST(PNG_LIBS)
dnl libjpeg support
Modified: trunk/lib/openlibraries/m4/qt.m4
===================================================================
--- trunk/lib/openlibraries/m4/qt.m4 2007-11-08 23:36:41 UTC (rev 381)
+++ trunk/lib/openlibraries/m4/qt.m4 2007-11-10 21:14:24 UTC (rev 382)
@@ -9,15 +9,8 @@
QT_INCLUDE_PATH="-I${with_qtinclude}"
QT_LIB_PATH="-L${with_qtlib}"
- QT_LIB_RPATH=""
QT_LIBS=""
- case $host in
- *-*-linux*)
- QT_LIB_RPATH="-Wl,-rpath=${with_qtlib}"
- ;;
- esac
-
save_CPPFLAGS="$CPPFLAGS"
CPPFLAGS="$CPPFLAGS ${QT_INCLUDE_PATH}"
@@ -52,7 +45,6 @@
AC_SUBST(QT_INCLUDE_PATH)
AC_SUBST(QT_LIB_PATH)
- AC_SUBST(QT_LIB_RPATH)
AC_SUBST(QT_LIBS)
AM_CONDITIONAL(HAVE_QT, [test x$ac_use_qt = "xyes"])
Modified: trunk/lib/openlibraries/m4/universal_binary.m4
===================================================================
--- trunk/lib/openlibraries/m4/universal_binary.m4 2007-11-08 23:36:41 UTC (rev 381)
+++ trunk/lib/openlibraries/m4/universal_binary.m4 2007-11-10 21:14:24 UTC (rev 382)
@@ -16,7 +16,7 @@
AC_MSG_ERROR([--enable-universalbinaries requires --disable-dependency-tracking])
fi
AC_MSG_RESULT(yes)
- CXXFLAGS="$CXXFLAGS -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch ppc -arch i386"
+ CXXFLAGS="$CXXFLAGS -arch ppc -arch i386"
else
AC_MSG_RESULT(no)
fi
Modified: trunk/lib/openlibraries/openlibraries.pc.in
===================================================================
--- trunk/lib/openlibraries/openlibraries.pc.in 2007-11-08 23:36:41 UTC (rev 381)
+++ trunk/lib/openlibraries/openlibraries.pc.in 2007-11-10 21:14:24 UTC (rev 382)
@@ -18,9 +18,7 @@
Description: OpenLibraries - a library suite for non-linear editing, visual effects and rich media applications.
Version: @OL_MAJOR@.@OL_MINOR@.@OL_SUB@
-Libs: @OPENPLUGINLIB_RPATH@ @OPENIMAGELIB_RPATH@ @OPENMEDIALIB_RPATH@ @OPENOBJECTLIB_RPATH@ \
- @OPENASSETLIB_RPATH@ @BOOST_LIB_RPATH@ @GLEW_LIB_RPATH@ \
- -L${libdir}/openlibraries-@OL_MAJOR@.@OL_MINOR@.@OL_SUB@/openobjectlib/@OL_LIBNAME@ -lopenobjectlib_sg \
+Libs:-L${libdir}/openlibraries-@OL_MAJOR@.@OL_MINOR@.@OL_SUB@/openobjectlib/@OL_LIBNAME@ -lopenobjectlib_sg \
-L${libdir}/openlibraries-@OL_MAJOR@.@OL_MINOR@.@OL_SUB@/openimagelib/@OL_LIBNAME@ -lopenimagelib_il \
-L${libdir}/openlibraries-@OL_MAJOR@.@OL_MINOR@.@OL_SUB@/openmedialib/@OL_LIBNAME@ -lopenmedialib_ml \
-L${libdir}/openlibraries-@OL_MAJOR@.@OL_MINOR@.@OL_SUB@/openpluginlib/@OL_LIBNAME@ -lopenpluginlib_pl \
Modified: trunk/lib/openlibraries/src/openassetlib/plugins/sqlite/Makefile.am
===================================================================
--- trunk/lib/openlibraries/src/openassetlib/plugins/sqlite/Makefile.am 2007-11-08 23:36:41 UTC (rev 381)
+++ trunk/lib/openlibraries/src/openassetlib/plugins/sqlite/Makefile.am 2007-11-10 21:14:24 UTC (rev 382)
@@ -32,7 +32,6 @@
libopenassetlib_sqlite3_plugin_la_LDFLAGS = \
$(OLIB_LDFLAGS) \
$(BOOST_LIB_PATH) \
- $(BOOST_LIB_RPATH) \
-version-info $(OL_LT_CURRENT):$(OL_LT_REVISION):$(OL_LT_AGE)
libopenassetlib_sqlite3_plugin_ladir = $(OPENASSETLIB_PLUGINPATH)
Modified: trunk/lib/openlibraries/src/openassetlib/py/Makefile.am
===================================================================
--- trunk/lib/openlibraries/src/openassetlib/py/Makefile.am 2007-11-08 23:36:41 UTC (rev 381)
+++ trunk/lib/openlibraries/src/openassetlib/py/Makefile.am 2007-11-10 21:14:24 UTC (rev 382)
@@ -32,7 +32,6 @@
libopenassetlib_py_la_LDFLAGS = \
$(OLIB_LDFLAGS) \
$(BOOST_LIB_PATH) \
- $(BOOST_LIB_RPATH) \
-version-info $(OL_LT_CURRENT):$(OL_LT_REVISION):$(OL_LT_AGE)
endif
Modified: trunk/lib/openlibraries/src/openimagelib/plugins/png/Makefile.am
===================================================================
--- trunk/lib/openlibraries/src/openimagelib/plugins/png/Makefile.am 2007-11-08 23:36:41 UTC (rev 381)
+++ trunk/lib/openlibraries/src/openimagelib/plugins/png/Makefile.am 2007-11-10 21:14:24 UTC (rev 382)
@@ -13,16 +13,17 @@
libopenimagelib_png_la_CXXFLAGS = \
$(OLIB_CXXFLAGS) \
+ $(PNG_CFLAGS) \
$(BOOST_INCLUDE_PATH) \
-DIL_EXPORTS
libopenimagelib_png_la_LIBADD = \
$(top_builddir)/src/openpluginlib/pl/libopenpluginlib_pl.la \
- $(top_builddir)/src/openimagelib/il/libopenimagelib_il.la \
- $(PNG_LIBS)
+ $(top_builddir)/src/openimagelib/il/libopenimagelib_il.la
libopenimagelib_png_la_LDFLAGS = \
$(OLIB_LDFLAGS) \
+ $(PNG_LDFLAGS) \
$(BOOST_LIB_PATH) \
-version-info $(OL_LT_CURRENT):$(OL_LT_REVISION):$(OL_LT_AGE)
Modified: trunk/lib/openlibraries/src/openimagelib/py/Makefile.am
===================================================================
--- trunk/lib/openlibraries/src/openimagelib/py/Makefile.am 2007-11-08 23:36:41 UTC (rev 381)
+++ trunk/lib/openlibraries/src/openimagelib/py/Makefile.am 2007-11-10 21:14:24 UTC (rev 382)
@@ -26,7 +26,6 @@
libopenimagelib_py_la_LDFLAGS = \
$(OLIB_LDFLAGS) \
$(BOOST_LIB_PATH) \
- $(BOOST_LIB_RPATH) \
-version-info $(OL_LT_CURRENT):$(OL_LT_REVISION):$(OL_LT_AGE)
endif
Modified: trunk/lib/openlibraries/src/openmedialib/plugins/openal/Makefile.am
===================================================================
--- trunk/lib/openlibraries/src/openmedialib/plugins/openal/Makefile.am 2007-11-08 23:36:41 UTC (rev 381)
+++ trunk/lib/openlibraries/src/openmedialib/plugins/openal/Makefile.am 2007-11-10 21:14:24 UTC (rev 382)
@@ -28,9 +28,7 @@
libopenmedialib_openal_la_LDFLAGS = \
$(OLIB_LDFLAGS) \
$(BOOST_LIB_PATH) \
- $(BOOST_LIB_RPATH) \
$(OPENAL_LIB_PATH) \
- $(OPENAL_LIB_RPATH) \
-version-info $(OL_LT_CURRENT):$(OL_LT_REVISION):$(OL_LT_AGE)
libopenmedialib_openal_ladir = $(OPENMEDIALIB_PLUGINPATH)
Modified: trunk/lib/openlibraries/src/openmedialib/py/Makefile.am
===================================================================
--- trunk/lib/openlibraries/src/openmedialib/py/Makefile.am 2007-11-08 23:36:41 UTC (rev 381)
+++ trunk/lib/openlibraries/src/openmedialib/py/Makefile.am 2007-11-10 21:14:24 UTC (rev 382)
@@ -26,7 +26,6 @@
libopenmedialib_py_la_LDFLAGS = \
$(OLIB_LDFLAGS) \
$(BOOST_LIB_PATH) \
- $(BOOST_LIB_RPATH) \
-version-info $(OL_LT_CURRENT):$(OL_LT_REVISION):$(OL_LT_AGE)
endif
Modified: trunk/lib/openlibraries/src/openobjectlib/sg/Makefile.am
===================================================================
--- trunk/lib/openlibraries/src/openobjectlib/sg/Makefile.am 2007-11-08 23:36:41 UTC (rev 381)
+++ trunk/lib/openlibraries/src/openobjectlib/sg/Makefile.am 2007-11-10 21:14:24 UTC (rev 382)
@@ -57,8 +57,6 @@
$(OLIB_LDFLAGS) \
$(BOOST_LIB_PATH) \
$(GLEW_LIB_PATH) \
- $(BOOST_LIB_RPATH) \
- $(GLEW_LIB_RPATH) \
-version-info $(OL_LT_CURRENT):$(OL_LT_REVISION):$(OL_LT_AGE)
library_includedir = $(OPENLIBRARIES_INCLUDEPATH)/openobjectlib/sg
Modified: trunk/lib/openlibraries/src/openpluginlib/pl/Makefile.am
===================================================================
--- trunk/lib/openlibraries/src/openpluginlib/pl/Makefile.am 2007-11-08 23:36:41 UTC (rev 381)
+++ trunk/lib/openlibraries/src/openpluginlib/pl/Makefile.am 2007-11-10 21:14:24 UTC (rev 382)
@@ -93,8 +93,6 @@
$(OLIB_LDFLAGS) \
$(BOOST_LIB_PATH) \
$(GLEW_LIB_PATH) \
- $(BOOST_LIB_RPATH) \
- $(GLEW_LIB_RPATH) \
-version-info $(OL_LT_CURRENT):$(OL_LT_REVISION):$(OL_LT_AGE)
library_includedir = $(OPENLIBRARIES_INCLUDEPATH)/openpluginlib/pl
Modified: trunk/lib/openlibraries/src/openpluginlib/py/Makefile.am
===================================================================
--- trunk/lib/openlibraries/src/openpluginlib/py/Makefile.am 2007-11-08 23:36:41 UTC (rev 381)
+++ trunk/lib/openlibraries/src/openpluginlib/py/Makefile.am 2007-11-10 21:14:24 UTC (rev 382)
@@ -46,8 +46,6 @@
$(OLIB_LDFLAGS) \
$(BOOST_LIB_PATH) \
$(GLEW_LIB_PATH) \
- $(BOOST_LIB_RPATH) \
- $(GLEW_LIB_RPATH) \
-version-info $(OL_LT_CURRENT):$(OL_LT_REVISION):$(OL_LT_AGE)
endif
Modified: trunk/lib/openlibraries/test/openeffectslib/tm_bench/Makefile.am
===================================================================
--- trunk/lib/openlibraries/test/openeffectslib/tm_bench/Makefile.am 2007-11-08 23:36:41 UTC (rev 381)
+++ trunk/lib/openlibraries/test/openeffectslib/tm_bench/Makefile.am 2007-11-10 21:14:24 UTC (rev 382)
@@ -15,8 +15,7 @@
tm_bench_LDFLAGS = \
$(OLIB_LDFLAGS) \
- $(BOOST_LIB_PATH) \
- $(BOOST_LIB_RPATH)
+ $(BOOST_LIB_PATH)
tm_bench_LDADD = \
$(BOOST_FILESYSTEM_LIBS) \
Modified: trunk/lib/openlibraries/test/openimagelib/GL/_2D/Makefile.am
===================================================================
--- trunk/lib/openlibraries/test/openimagelib/GL/_2D/Makefile.am 2007-11-08 23:36:41 UTC (rev 381)
+++ trunk/lib/openlibraries/test/openimagelib/GL/_2D/Makefile.am 2007-11-10 21:14:24 UTC (rev 382)
@@ -17,9 +17,7 @@
_2D_LDFLAGS = \
$(OLIB_LDFLAGS) \
$(BOOST_LIB_PATH) \
- $(GLEW_LIB_PATH) \
- $(BOOST_LIB_RPATH) \
- $(GLEW_LIB_RPATH)
+ $(GLEW_LIB_PATH)
_2D_LDADD = \
$(OPENGL_LIBS) \
Modified: trunk/lib/openlibraries/test/openimagelib/GL/_2D_compressed/Makefile.am
===================================================================
--- trunk/lib/openlibraries/test/openimagelib/GL/_2D_compressed/Makefile.am 2007-11-08 23:36:41 UTC (rev 381)
+++ trunk/lib/openlibraries/test/openimagelib/GL/_2D_compressed/Makefile.am 2007-11-10 21:14:24 UTC (rev 382)
@@ -17,9 +17,7 @@
_2D_compressed_LDFLAGS = \
$(OLIB_LDFLAGS) \
$(BOOST_LIB_PATH) \
- $(GLEW_LIB_PATH) \
- $(BOOST_LIB_RPATH) \
- $(GLEW_LIB_RPATH)
+ $(GLEW_LIB_PATH)
_2D_compressed_LDADD = \
$(OPENGL_LIBS) \
Modified: trunk/lib/openlibraries/test/openimagelib/GL/_2D_compressed_cubemap/Makefile.am
===================================================================
--- trunk/lib/openlibraries/test/openimagelib/GL/_2D_compressed_cubemap/Makefile.am 2007-11-08 23:36:41 UTC (rev 381)
+++ trunk/lib/openlibraries/test/openimagelib/GL/_2D_compressed_cubemap/Makefile.am 2007-11-10 21:14:24 UTC (rev 382)
@@ -17,9 +17,7 @@
_2D_compressed_cubemap_LDFLAGS = \
$(OLIB_LDFLAGS) \
$(BOOST_LIB_PATH) \
- $(GLEW_LIB_PATH) \
- $(BOOST_LIB_RPATH) \
- $(GLEW_LIB_RPATH)
+ $(GLEW_LIB_PATH)
_2D_compressed_cubemap_LDADD = \
$(OPENGL_LIBS) \
Modified: trunk/lib/openlibraries/test/openimagelib/GL/_2D_crop/Makefile.am
===================================================================
--- trunk/lib/openlibraries/test/openimagelib/GL/_2D_crop/Makefile.am 2007-11-08 23:36:41 UTC (rev 381)
+++ trunk/lib/openlibraries/test/openimagelib/GL/_2D_crop/Makefile.am 2007-11-10 21:14:24 UTC (rev 382)
@@ -17,9 +17,7 @@
_2D_crop_LDFLAGS = \
$(OLIB_LDFLAGS) \
$(BOOST_LIB_PATH) \
- $(GLEW_LIB_PATH) \
- $(BOOST_LIB_RPATH) \
- $(GLEW_LIB_RPATH)
+ $(GLEW_LIB_PATH)
_2D_crop_LDADD = \
$(OPENGL_LIBS) \
Modified: trunk/lib/openlibraries/test/openimagelib/GL/_2D_crop2/Makefile.am
===================================================================
--- trunk/lib/openlibraries/test/openimagelib/GL/_2D_crop2/Makefile.am 2007-11-08 23:36:41 UTC (rev 381)
+++ trunk/lib/openlibraries/test/openimagelib/GL/_2D_crop2/Makefile.am 2007-11-10 21:14:24 UTC (rev 382)
@@ -17,9 +17,7 @@
_2D_crop2_LDFLAGS = \
$(OLIB_LDFLAGS) \
$(BOOST_LIB_PATH) \
- $(GLEW_LIB_PATH) \
- $(BOOST_LIB_RPATH) \
- $(GLEW_LIB_RPATH)
+ $(GLEW_LIB_PATH)
_2D_crop2_LDADD = \
$(OPENGL_LIBS) \
Modified: trunk/lib/openlibraries/test/openimagelib/GL/_2D_exr/Makefile.am
===================================================================
--- trunk/lib/openlibraries/test/openimagelib/GL/_2D_exr/Makefile.am 2007-11-08 23:36:41 UTC (rev 381)
+++ trunk/lib/openlibraries/test/openimagelib/GL/_2D_exr/Makefile.am 2007-11-10 21:14:24 UTC (rev 382)
@@ -17,9 +17,7 @@
_2D_exr_LDFLAGS = \
$(OLIB_LDFLAGS) \
$(BOOST_LIB_PATH) \
- $(GLEW_LIB_PATH) \
- $(BOOST_LIB_RPATH) \
- $(GLEW_LIB_RPATH)
+ $(GLEW_LIB_PATH)
_2D_exr_LDADD = \
$(OPENGL_LIBS) \
Modified: trunk/lib/openlibraries/test/openimagelib/GL/_2D_scale/Makefile.am
===================================================================
--- trunk/lib/openlibraries/test/openimagelib/GL/_2D_scale/Makefile.am 2007-11-08 23:36:41 UTC (rev 381)
+++ trunk/lib/openlibraries/test/openimagelib/GL/_2D_scale/Makefile.am 2007-11-10 21:14:24 UTC (rev 382)
@@ -16,9 +16,7 @@
_2D_scale_LDFLAGS = \
$(OLIB_LDFLAGS) \
$(BOOST_LIB_PATH) \
- $(GLEW_LIB_PATH) \
- $(BOOST_LIB_RPATH) \
- $(GLEW_LIB_RPATH)
+ $(GLEW_LIB_PATH)
_2D_scale_LDADD = \
$(OPENGL_LIBS) \
Modified: trunk/lib/openlibraries/test/openimagelib/GL/_2D_sgi/Makefile.am
===================================================================
--- trunk/lib/openlibraries/test/openimagelib/GL/_2D_sgi/Makefile.am 2007-11-08 23:36:41 UTC (rev 381)
+++ trunk/lib/openlibraries/test/openimagelib/GL/_2D_sgi/Makefile.am 2007-11-10 21:14:24 UTC (rev 382)
@@ -17,9 +17,7 @@
_2D_sgi_LDFLAGS = \
$(OLIB_LDFLAGS) \
$(BOOST_LIB_PATH) \
- $(GLEW_LIB_PATH) \
- $(BOOST_LIB_RPATH) \
- $(GLEW_LIB_RPATH)
+ $(GLEW_LIB_PATH)
_2D_sgi_LDADD = \
$(OPENGL_LIBS) \
Modified: trunk/lib/openlibraries/test/openmedialib/player/Makefile.am
===================================================================
--- trunk/lib/openlibraries/test/openmedialib/player/Makefile.am 2007-11-08 23:36:41 UTC (rev 381)
+++ trunk/lib/openlibraries/test/openmedialib/player/Makefile.am 2007-11-10 21:14:24 UTC (rev 382)
@@ -13,9 +13,7 @@
player_LDFLAGS = \
$(OLIB_LDFLAGS) \
$(BOOST_LIB_PATH) \
- $(GLEW_LIB_PATH) \
- $(BOOST_LIB_RPATH) \
- $(GLEW_LIB_RPATH)
+ $(GLEW_LIB_PATH)
player_LDADD = \
$(OPENGL_LIBS) \
Modified: trunk/lib/openlibraries/test/openmedialib/store/Makefile.am
===================================================================
--- trunk/lib/openlibraries/test/openmedialib/store/Makefile.am 2007-11-08 23:36:41 UTC (rev 381)
+++ trunk/lib/openlibraries/test/openmedialib/store/Makefile.am 2007-11-10 21:14:24 UTC (rev 382)
@@ -10,8 +10,7 @@
-DOPENMEDIALIB_PLUGINS=\"$(OPENMEDIALIB_PLUGINPATH)\"
store_LDFLAGS = \
- $(OLIB_LDFLAGS) \
- $(BOOST_LIB_RPATH)
+ $(OLIB_LDFLAGS)
store_LDADD = \
$(BOOST_FILESYSTEM_LIBS) \
Modified: trunk/lib/openlibraries/test/openobjectlib/GL/multipass_draw/Makefile.am
===================================================================
--- trunk/lib/openlibraries/test/openobjectlib/GL/multipass_draw/Makefile.am 2007-11-08 23:36:41 UTC (rev 381)
+++ trunk/lib/openlibraries/test/openobjectlib/GL/multipass_draw/Makefile.am 2007-11-10 21:14:24 UTC (rev 382)
@@ -16,9 +16,7 @@
-DOPENPLUGINS=\"$(OPENIMAGELIB_PLUGINPATH):$(OPENOBJECTLIB_PLUGINPATH)\"
multipass_draw_LDFLAGS = \
- $(OLIB_LDFLAGS) \
- $(BOOST_LIB_RPATH) \
- $(GLEW_LIB_RPATH)
+ $(OLIB_LDFLAGS)
multipass_draw_LDADD = \
$(OPENGL_LIBS) \
Modified: trunk/lib/openlibraries/test/openobjectlib/GL/noise_volume/Makefile.am
===================================================================
--- trunk/lib/openlibraries/test/openobjectlib/GL/noise_volume/Makefile.am 2007-11-08 23:36:41 UTC (rev 381)
+++ trunk/lib/openlibraries/test/openobjectlib/GL/noise_volume/Makefile.am 2007-11-10 21:14:24 UTC (rev 382)
@@ -16,9 +16,7 @@
-DOPENPLUGINS=\"$(OPENIMAGELIB_PLUGINPATH):$(OPENOBJECTLIB_PLUGINPATH)\"
noise_volume_LDFLAGS = \
- $(OLIB_LDFLAGS) \
- $(BOOST_LIB_RPATH) \
- $(GLEW_LIB_RPATH)
+ $(OLIB_LDFLAGS)
noise_volume_LDADD = \
$(OPENGL_LIBS) \
Modified: trunk/lib/openlibraries/test/openobjectlib/GL/obj_draw/Makefile.am
===================================================================
--- trunk/lib/openlibraries/test/openobjectlib/GL/obj_draw/Makefile.am 2007-11-08 23:36:41 UTC (rev 381)
+++ trunk/lib/openlibraries/test/openobjectlib/GL/obj_draw/Makefile.am 2007-11-10 21:14:24 UTC (rev 382)
@@ -16,9 +16,7 @@
-DOPENPLUGINS=\"$(OPENIMAGELIB_PLUGINPATH):$(OPENOBJECTLIB_PLUGINPATH)\"
obj_draw_LDFLAGS = \
- $(OLIB_LDFLAGS) \
- $(BOOST_LIB_RPATH) \
- $(GLEW_LIB_RPATH)
+ $(OLIB_LDFLAGS)
obj_draw_LDADD = \
$(OPENGL_LIBS) \
Modified: trunk/lib/openlibraries/test/openobjectlib/GL/texture_draw/Makefile.am
===================================================================
--- trunk/lib/openlibraries/test/openobjectlib/GL/texture_draw/Makefile.am 2007-11-08 23:36:41 UTC (rev 381)
+++ trunk/lib/openlibraries/test/openobjectlib/GL/texture_draw/Makefile.am 2007-11-10 21:14:24 UTC (rev 382)
@@ -15,9 +15,7 @@
$(OIL_CXXFLAGS)
texture_draw_LDFLAGS = \
- $(OLIB_LDFLAGS) \
- $(BOOST_LIB_RPATH) \
- $(GLEW_LIB_RPATH)
+ $(OLIB_LDFLAGS)
texture_draw_LDADD = \
$(OPENGL_LIBS) \
Modified: trunk/lib/openlibraries/test/openpluginlib/discovery/Makefile.am
===================================================================
--- trunk/lib/openlibraries/test/openpluginlib/discovery/Makefile.am 2007-11-08 23:36:41 UTC (rev 381)
+++ trunk/lib/openlibraries/test/openpluginlib/discovery/Makefile.am 2007-11-10 21:14:24 UTC (rev 382)
@@ -13,8 +13,7 @@
$(BOOST_INCLUDE_PATH)
discovery_LDFLAGS = \
- $(OLIB_LDFLAGS) \
- $(BOOST_LIB_RPATH)
+ $(OLIB_LDFLAGS)
discovery_LDADD = \
$(BOOST_FILESYSTEM_LIBS) \
Modified: trunk/lib/openlibraries/test/openpluginlib/enumerate/Makefile.am
===================================================================
--- trunk/lib/openlibraries/test/openpluginlib/enumerate/Makefile.am 2007-11-08 23:36:41 UTC (rev 381)
+++ trunk/lib/openlibraries/test/openpluginlib/enumerate/Makefile.am 2007-11-10 21:14:24 UTC (rev 382)
@@ -13,8 +13,7 @@
$(BOOST_INCLUDE_PATH)
enumerate_LDFLAGS = \
- $(OLIB_LDFLAGS) \
- $(BOOST_LIB_RPATH)
+ $(OLIB_LDFLAGS)
enumerate_LDADD = \
$(BOOST_FILESYSTEM_LIBS) \
Modified: trunk/lib/openlibraries/test/openpluginlib/gettimeofday/Makefile.am
===================================================================
--- trunk/lib/openlibraries/test/openpluginlib/gettimeofday/Makefile.am 2007-11-08 23:36:41 UTC (rev 381)
+++ trunk/lib/openlibraries/test/openpluginlib/gettimeofday/Makefile.am 2007-11-10 21:14:24 UTC (rev 382)
@@ -15,9 +15,7 @@
gettimeofday_LDFLAGS = \
$(OLIB_LDFLAGS) \
- $(GLEW_LIB_PATH) \
- $(BOOST_LIB_RPATH) \
- $(GLEW_LIB_RPATH)
+ $(GLEW_LIB_PATH)
gettimeofday_LDADD = \
$(BOOST_FILESYSTEM_LIBS) \
Modified: trunk/lib/openlibraries/test/openpluginlib/gpu_timer_query/Makefile.am
===================================================================
--- trunk/lib/openlibraries/test/openpluginlib/gpu_timer_query/Makefile.am 2007-11-08 23:36:41 UTC (rev 381)
+++ trunk/lib/openlibraries/test/openpluginlib/gpu_timer_query/Makefile.am 2007-11-10 21:14:24 UTC (rev 382)
@@ -16,9 +16,7 @@
gpu_timer_query_LDFLAGS = \
$(OLIB_LDFLAGS) \
$(BOOST_LIB_PATH) \
- $(GLEW_LIB_PATH) \
- $(BOOST_LIB_RPATH) \
- $(GLEW_LIB_RPATH)
+ $(GLEW_LIB_PATH)
gpu_timer_query_LDADD = \
$(OPENGL_LIBS) \
Modified: trunk/lib/openlibraries/test/openpluginlib/initialization/Makefile.am
===================================================================
--- trunk/lib/openlibraries/test/openpluginlib/initialization/Makefile.am 2007-11-08 23:36:41 UTC (rev 381)
+++ trunk/lib/openlibraries/test/openpluginlib/initialization/Makefile.am 2007-11-10 21:14:24 UTC (rev 382)
@@ -14,8 +14,7 @@
# end
initialization_LDFLAGS = \
- $(OLIB_LDFLAGS) \
- $(BOOST_LIB_RPATH)
+ $(OLIB_LDFLAGS)
initialization_LDADD = \
$(BOOST_FILESYSTEM_LIBS) \
Modified: trunk/lib/openlibraries/test/openpluginlib/pcos/key/Makefile.am
===================================================================
--- trunk/lib/openlibraries/test/openpluginlib/pcos/key/Makefile.am 2007-11-08 23:36:41 UTC (rev 381)
+++ trunk/lib/openlibraries/test/openpluginlib/pcos/key/Makefile.am 2007-11-10 21:14:24 UTC (rev 382)
@@ -13,8 +13,7 @@
$(BOOST_INCLUDE_PATH)
key_LDFLAGS = \
- $(OLIB_LDFLAGS) \
- $(BOOST_LIB_RPATH)
+ $(OLIB_LDFLAGS)
key_LDADD = \
$(top_builddir)/src/openpluginlib/pl/libopenpluginlib_pl.la \
Modified: trunk/lib/openlibraries/test/openpluginlib/pcos/property/Makefile.am
===================================================================
--- trunk/lib/openlibraries/test/openpluginlib/pcos/property/Makefile.am 2007-11-08 23:36:41 UTC (rev 381)
+++ trunk/lib/openlibraries/test/openpluginlib/pcos/property/Makefile.am 2007-11-10 21:14:24 UTC (rev 382)
@@ -13,8 +13,7 @@
$(BOOST_INCLUDE_PATH)
property_LDFLAGS = \
- $(OLIB_LDFLAGS) \
- $(BOOST_LIB_RPATH)
+ $(OLIB_LDFLAGS)
property_LDADD = \
$(top_builddir)/src/openpluginlib/pl/libopenpluginlib_pl.la \
Modified: trunk/lib/openlibraries/test/openpluginlib/pcos/property_container/Makefile.am
===================================================================
--- trunk/lib/openlibraries/test/openpluginlib/pcos/property_container/Makefile.am 2007-11-08 23:36:41 UTC (rev 381)
+++ trunk/lib/openlibraries/test/openpluginlib/pcos/property_container/Makefile.am 2007-11-10 21:14:24 UTC (rev 382)
@@ -13,8 +13,7 @@
$(BOOST_INCLUDE_PATH)
property_container_LDFLAGS = \
- $(OLIB_LDFLAGS) \
- $(BOOST_LIB_RPATH)
+ $(OLIB_LDFLAGS)
property_container_LDADD = \
$(top_builddir)/src/openpluginlib/pl/libopenpluginlib_pl.la \
Modified: trunk/lib/openlibraries/test/openpluginlib/pcos/subject-observer/Makefile.am
===================================================================
--- trunk/lib/openlibraries/test/openpluginlib/pcos/subject-observer/Makefile.am 2007-11-08 23:36:41 UTC (rev 381)
+++ trunk/lib/openlibraries/test/openpluginlib/pcos/subject-observer/Makefile.am 2007-11-10 21:14:24 UTC (rev 382)
@@ -13,8 +13,7 @@
$(BOOST_INCLUDE_PATH)
subjectobserver_LDFLAGS = \
- $(OLIB_LDFLAGS) \
- $(BOOST_LIB_RPATH)
+ $(OLIB_LDFLAGS)
subjectobserver_LDADD = \
$(top_builddir)/src/openpluginlib/pl/libopenpluginlib_pl.la \
Modified: trunk/lib/openlibraries/test/openpluginlib/rdtsc/Makefile.am
===================================================================
--- trunk/lib/openlibraries/test/openpluginlib/rdtsc/Makefile.am 2007-11-08 23:36:41 UTC (rev 381)
+++ trunk/lib/openlibraries/test/openpluginlib/rdtsc/Makefile.am 2007-11-10 21:14:24 UTC (rev 382)
@@ -15,9 +15,7 @@
rdtsc_LDFLAGS = \
$(OLIB_LDFLAGS) \
- $(GLEW_LIB_PATH) \
- $(BOOST_LIB_RPATH) \
- $(GLEW_LIB_RPATH)
+ $(GLEW_LIB_PATH)
rdtsc_LDADD = \
$(BOOST_FILESYSTEM_LIBS) \
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <gl...@us...> - 2007-11-08 23:36:42
|
Revision: 381
http://hdrflow.svn.sourceforge.net/hdrflow/?rev=381&view=rev
Author: glslang
Date: 2007-11-08 15:36:41 -0800 (Thu, 08 Nov 2007)
Log Message:
-----------
+ leopard fixes. use flat_namespace and undefined suppress
Modified Paths:
--------------
trunk/app/HDRFlow/HDRFlow.xcodeproj/project.pbxproj
Modified: trunk/app/HDRFlow/HDRFlow.xcodeproj/project.pbxproj
===================================================================
--- trunk/app/HDRFlow/HDRFlow.xcodeproj/project.pbxproj 2007-11-08 23:12:21 UTC (rev 380)
+++ trunk/app/HDRFlow/HDRFlow.xcodeproj/project.pbxproj 2007-11-08 23:36:41 UTC (rev 381)
@@ -267,9 +267,11 @@
29B97313FDCFA39411CA2CEA /* Project object */ = {
isa = PBXProject;
buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "HDRFlow" */;
+ compatibilityVersion = "Xcode 2.4";
hasScannedForEncodings = 1;
mainGroup = 29B97314FDCFA39411CA2CEA /* HDRFlow */;
projectDirPath = "";
+ projectRoot = "";
targets = (
8D1107260486CEB800E47090 /* HDRFlow */,
);
@@ -411,6 +413,11 @@
"/usr/local/include/boost-1_34_1",
/usr/local/include,
);
+ OTHER_LDFLAGS = (
+ "-flat_namespace",
+ "-undefined",
+ suppress,
+ );
PREBINDING = NO;
SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
};
@@ -435,6 +442,11 @@
"/usr/local/include/boost-1_34_1",
/usr/local/include,
);
+ OTHER_LDFLAGS = (
+ "-flat_namespace",
+ "-undefined",
+ suppress,
+ );
PREBINDING = NO;
SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
};
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <gl...@us...> - 2007-11-08 23:12:23
|
Revision: 380
http://hdrflow.svn.sourceforge.net/hdrflow/?rev=380&view=rev
Author: glslang
Date: 2007-11-08 15:12:21 -0800 (Thu, 08 Nov 2007)
Log Message:
-----------
+build fix. tiger only. leopard still broken
Modified Paths:
--------------
trunk/app/HDRFlow/HDRFlow.xcodeproj/project.pbxproj
Modified: trunk/app/HDRFlow/HDRFlow.xcodeproj/project.pbxproj
===================================================================
--- trunk/app/HDRFlow/HDRFlow.xcodeproj/project.pbxproj 2007-11-06 23:24:46 UTC (rev 379)
+++ trunk/app/HDRFlow/HDRFlow.xcodeproj/project.pbxproj 2007-11-08 23:12:21 UTC (rev 380)
@@ -399,6 +399,10 @@
ppc,
i386,
);
+ GCC_PREPROCESSOR_DEFINITIONS = (
+ "$(inherited)",
+ HAVE_PYTHON,
+ );
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
HEADER_SEARCH_PATHS = (
@@ -419,6 +423,10 @@
ppc,
i386,
);
+ GCC_PREPROCESSOR_DEFINITIONS = (
+ "$(inherited)",
+ HAVE_PYTHON,
+ );
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
HEADER_SEARCH_PATHS = (
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <gl...@us...> - 2007-11-06 23:24:47
|
Revision: 379
http://hdrflow.svn.sourceforge.net/hdrflow/?rev=379&view=rev
Author: glslang
Date: 2007-11-06 15:24:46 -0800 (Tue, 06 Nov 2007)
Log Message:
-----------
+ build fixes
Modified Paths:
--------------
trunk/lib/openlibraries/openlibraries_iw_vc8.sln
trunk/lib/openlibraries/openlibraries_vc8.sln
trunk/lib/openlibraries/src/openimagelib/plugins/jpg/jpg_vc8.vcproj
trunk/lib/openlibraries/src/openmedialib/plugins/quicktime/quicktime_vc8.vcproj
Modified: trunk/lib/openlibraries/openlibraries_iw_vc8.sln
===================================================================
--- trunk/lib/openlibraries/openlibraries_iw_vc8.sln 2007-11-06 22:52:16 UTC (rev 378)
+++ trunk/lib/openlibraries/openlibraries_iw_vc8.sln 2007-11-06 23:24:46 UTC (rev 379)
@@ -103,74 +103,74 @@
EndProject
Project("{EAF909A5-FA59-4C3D-9431-0FCC20D5BCF9}") = "3D_lightmap", "src\openimagelib\plugins\3D_lightmap\3D_lightmap_vc8.icproj", "{54828EE2-BA89-4700-9E52-24A8A8301880}"
ProjectSection(ProjectDependencies) = postProject
+ {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92} = {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92}
{67EA57CD-3ACE-4BA9-BD0D-440FFC547382} = {67EA57CD-3ACE-4BA9-BD0D-440FFC547382}
- {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92} = {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92}
EndProjectSection
EndProject
Project("{EAF909A5-FA59-4C3D-9431-0FCC20D5BCF9}") = "bmp", "src\openimagelib\plugins\bmp\bmp_vc8.icproj", "{847EA448-ED49-4A63-822E-6DBC2F760298}"
ProjectSection(ProjectDependencies) = postProject
+ {67EA57CD-3ACE-4BA9-BD0D-440FFC547382} = {67EA57CD-3ACE-4BA9-BD0D-440FFC547382}
{CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92} = {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92}
- {67EA57CD-3ACE-4BA9-BD0D-440FFC547382} = {67EA57CD-3ACE-4BA9-BD0D-440FFC547382}
EndProjectSection
EndProject
Project("{EAF909A5-FA59-4C3D-9431-0FCC20D5BCF9}") = "dds", "src\openimagelib\plugins\dds\dds_vc8.icproj", "{05C95FA3-7755-4F6E-8D87-79CA433A481C}"
ProjectSection(ProjectDependencies) = postProject
+ {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92} = {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92}
{67EA57CD-3ACE-4BA9-BD0D-440FFC547382} = {67EA57CD-3ACE-4BA9-BD0D-440FFC547382}
- {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92} = {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92}
EndProjectSection
EndProject
Project("{EAF909A5-FA59-4C3D-9431-0FCC20D5BCF9}") = "dpx", "src\openimagelib\plugins\dpx\dpx_vc8.icproj", "{70559110-3095-4653-B905-3332F81FB48C}"
ProjectSection(ProjectDependencies) = postProject
+ {67EA57CD-3ACE-4BA9-BD0D-440FFC547382} = {67EA57CD-3ACE-4BA9-BD0D-440FFC547382}
{CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92} = {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92}
- {67EA57CD-3ACE-4BA9-BD0D-440FFC547382} = {67EA57CD-3ACE-4BA9-BD0D-440FFC547382}
EndProjectSection
EndProject
Project("{EAF909A5-FA59-4C3D-9431-0FCC20D5BCF9}") = "exr", "src\openimagelib\plugins\exr\exr_vc8.icproj", "{168C99C5-7434-43DB-BC01-1545486FD320}"
ProjectSection(ProjectDependencies) = postProject
+ {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92} = {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92}
{67EA57CD-3ACE-4BA9-BD0D-440FFC547382} = {67EA57CD-3ACE-4BA9-BD0D-440FFC547382}
- {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92} = {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92}
EndProjectSection
EndProject
Project("{EAF909A5-FA59-4C3D-9431-0FCC20D5BCF9}") = "gdi+", "src\openimagelib\plugins\gdi+\gdi+_vc8.icproj", "{D2A54593-9912-4A94-950C-4204994E5AD0}"
ProjectSection(ProjectDependencies) = postProject
+ {67EA57CD-3ACE-4BA9-BD0D-440FFC547382} = {67EA57CD-3ACE-4BA9-BD0D-440FFC547382}
{CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92} = {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92}
- {67EA57CD-3ACE-4BA9-BD0D-440FFC547382} = {67EA57CD-3ACE-4BA9-BD0D-440FFC547382}
EndProjectSection
EndProject
Project("{EAF909A5-FA59-4C3D-9431-0FCC20D5BCF9}") = "hdr", "src\openimagelib\plugins\hdr\hdr_vc8.icproj", "{82F69659-47F1-44E2-A6AF-7E125BFE333B}"
ProjectSection(ProjectDependencies) = postProject
+ {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92} = {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92}
{67EA57CD-3ACE-4BA9-BD0D-440FFC547382} = {67EA57CD-3ACE-4BA9-BD0D-440FFC547382}
- {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92} = {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92}
EndProjectSection
EndProject
Project("{EAF909A5-FA59-4C3D-9431-0FCC20D5BCF9}") = "png", "src\openimagelib\plugins\png\png_vc8.icproj", "{6C5F9915-54DD-4C1F-9CD1-6112D80BBE8C}"
ProjectSection(ProjectDependencies) = postProject
+ {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92} = {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92}
{67EA57CD-3ACE-4BA9-BD0D-440FFC547382} = {67EA57CD-3ACE-4BA9-BD0D-440FFC547382}
- {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92} = {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92}
EndProjectSection
EndProject
Project("{EAF909A5-FA59-4C3D-9431-0FCC20D5BCF9}") = "psd", "src\openimagelib\plugins\psd\psd_vc8.icproj", "{A6B1C8AA-F6EB-4EE4-BD11-758BF9C2E6EE}"
ProjectSection(ProjectDependencies) = postProject
+ {67EA57CD-3ACE-4BA9-BD0D-440FFC547382} = {67EA57CD-3ACE-4BA9-BD0D-440FFC547382}
{CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92} = {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92}
- {67EA57CD-3ACE-4BA9-BD0D-440FFC547382} = {67EA57CD-3ACE-4BA9-BD0D-440FFC547382}
EndProjectSection
EndProject
Project("{EAF909A5-FA59-4C3D-9431-0FCC20D5BCF9}") = "quicktime", "src\openimagelib\plugins\quicktime\quicktime_vc8.icproj", "{123BEE85-5545-49D6-BC1A-B9D07187312A}"
ProjectSection(ProjectDependencies) = postProject
+ {67EA57CD-3ACE-4BA9-BD0D-440FFC547382} = {67EA57CD-3ACE-4BA9-BD0D-440FFC547382}
{CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92} = {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92}
- {67EA57CD-3ACE-4BA9-BD0D-440FFC547382} = {67EA57CD-3ACE-4BA9-BD0D-440FFC547382}
EndProjectSection
EndProject
Project("{EAF909A5-FA59-4C3D-9431-0FCC20D5BCF9}") = "sgi", "src\openimagelib\plugins\sgi\sgi_vc8.icproj", "{F29DD922-4E1C-4A7D-B388-FB4FCA97F369}"
ProjectSection(ProjectDependencies) = postProject
+ {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92} = {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92}
{67EA57CD-3ACE-4BA9-BD0D-440FFC547382} = {67EA57CD-3ACE-4BA9-BD0D-440FFC547382}
- {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92} = {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92}
EndProjectSection
EndProject
Project("{EAF909A5-FA59-4C3D-9431-0FCC20D5BCF9}") = "tga", "src\openimagelib\plugins\tga\tga_vc8.icproj", "{FA6FE539-D58B-4963-BC62-F0F5AE9D07A2}"
ProjectSection(ProjectDependencies) = postProject
+ {67EA57CD-3ACE-4BA9-BD0D-440FFC547382} = {67EA57CD-3ACE-4BA9-BD0D-440FFC547382}
{CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92} = {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92}
- {67EA57CD-3ACE-4BA9-BD0D-440FFC547382} = {67EA57CD-3ACE-4BA9-BD0D-440FFC547382}
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ML", "ML", "{F76943CD-19F1-469A-B725-38C44C2DD27F}"
@@ -179,8 +179,8 @@
EndProject
Project("{EAF909A5-FA59-4C3D-9431-0FCC20D5BCF9}") = "ml", "src\openmedialib\ml\ml_vc8.icproj", "{C84EAE1C-7E87-4E3D-BCF9-003383139800}"
ProjectSection(ProjectDependencies) = postProject
+ {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92} = {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92}
{67EA57CD-3ACE-4BA9-BD0D-440FFC547382} = {67EA57CD-3ACE-4BA9-BD0D-440FFC547382}
- {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92} = {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92}
EndProjectSection
EndProject
Project("{EAF909A5-FA59-4C3D-9431-0FCC20D5BCF9}") = "py", "src\openmedialib\py\py_vc8.icproj", "{7A534984-2C4F-43EB-9ED1-F47E0E1C07F5}"
@@ -190,30 +190,30 @@
EndProject
Project("{EAF909A5-FA59-4C3D-9431-0FCC20D5BCF9}") = "gensys", "src\openmedialib\plugins\gensys\gensys_vc8.icproj", "{B7855283-738F-4ADF-9C7C-5BFFDD5B537F}"
ProjectSection(ProjectDependencies) = postProject
+ {C84EAE1C-7E87-4E3D-BCF9-003383139800} = {C84EAE1C-7E87-4E3D-BCF9-003383139800}
+ {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92} = {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92}
{67EA57CD-3ACE-4BA9-BD0D-440FFC547382} = {67EA57CD-3ACE-4BA9-BD0D-440FFC547382}
- {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92} = {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92}
- {C84EAE1C-7E87-4E3D-BCF9-003383139800} = {C84EAE1C-7E87-4E3D-BCF9-003383139800}
EndProjectSection
EndProject
Project("{EAF909A5-FA59-4C3D-9431-0FCC20D5BCF9}") = "ofx", "src\openmedialib\plugins\ofx\ofx_vc8.icproj", "{FC5B483A-2782-4DB8-88FC-CDF767A067D5}"
ProjectSection(ProjectDependencies) = postProject
+ {C84EAE1C-7E87-4E3D-BCF9-003383139800} = {C84EAE1C-7E87-4E3D-BCF9-003383139800}
+ {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92} = {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92}
{67EA57CD-3ACE-4BA9-BD0D-440FFC547382} = {67EA57CD-3ACE-4BA9-BD0D-440FFC547382}
- {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92} = {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92}
- {C84EAE1C-7E87-4E3D-BCF9-003383139800} = {C84EAE1C-7E87-4E3D-BCF9-003383139800}
EndProjectSection
EndProject
Project("{EAF909A5-FA59-4C3D-9431-0FCC20D5BCF9}") = "oil", "src\openmedialib\plugins\oil\oil_vc8.icproj", "{1BECC806-7A92-409B-A6F2-1FA6AB42E0A5}"
ProjectSection(ProjectDependencies) = postProject
+ {67EA57CD-3ACE-4BA9-BD0D-440FFC547382} = {67EA57CD-3ACE-4BA9-BD0D-440FFC547382}
+ {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92} = {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92}
{C84EAE1C-7E87-4E3D-BCF9-003383139800} = {C84EAE1C-7E87-4E3D-BCF9-003383139800}
- {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92} = {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92}
- {67EA57CD-3ACE-4BA9-BD0D-440FFC547382} = {67EA57CD-3ACE-4BA9-BD0D-440FFC547382}
EndProjectSection
EndProject
Project("{EAF909A5-FA59-4C3D-9431-0FCC20D5BCF9}") = "quicktime", "src\openmedialib\plugins\quicktime\quicktime_vc8.icproj", "{9F7A5B52-4A77-4C5F-B664-7C7F0D74AEA4}"
ProjectSection(ProjectDependencies) = postProject
+ {67EA57CD-3ACE-4BA9-BD0D-440FFC547382} = {67EA57CD-3ACE-4BA9-BD0D-440FFC547382}
+ {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92} = {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92}
{C84EAE1C-7E87-4E3D-BCF9-003383139800} = {C84EAE1C-7E87-4E3D-BCF9-003383139800}
- {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92} = {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92}
- {67EA57CD-3ACE-4BA9-BD0D-440FFC547382} = {67EA57CD-3ACE-4BA9-BD0D-440FFC547382}
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SG", "SG", "{BD86F550-C573-4A68-955B-6CEDCC8F595D}"
@@ -222,14 +222,14 @@
EndProject
Project("{EAF909A5-FA59-4C3D-9431-0FCC20D5BCF9}") = "sg", "src\openobjectlib\sg\sg_vc8.icproj", "{B3A51819-E9B9-445A-9347-BC8D1D3BC1DA}"
ProjectSection(ProjectDependencies) = postProject
+ {67EA57CD-3ACE-4BA9-BD0D-440FFC547382} = {67EA57CD-3ACE-4BA9-BD0D-440FFC547382}
{CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92} = {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92}
- {67EA57CD-3ACE-4BA9-BD0D-440FFC547382} = {67EA57CD-3ACE-4BA9-BD0D-440FFC547382}
EndProjectSection
EndProject
Project("{EAF909A5-FA59-4C3D-9431-0FCC20D5BCF9}") = "X3D", "src\openobjectlib\plugins\X3D\X3D_vc8.icproj", "{CF7C26D5-4EB0-41C9-BB84-9E655A0227F6}"
ProjectSection(ProjectDependencies) = postProject
+ {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92} = {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92}
{B3A51819-E9B9-445A-9347-BC8D1D3BC1DA} = {B3A51819-E9B9-445A-9347-BC8D1D3BC1DA}
- {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92} = {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92}
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "AL", "AL", "{D3688A41-2908-41C0-8BF1-4AB6E3DFDBC4}"
@@ -238,10 +238,10 @@
EndProject
Project("{EAF909A5-FA59-4C3D-9431-0FCC20D5BCF9}") = "al", "src\openassetlib\al\al_vc8.icproj", "{80261E5B-CC18-4844-B0C2-7D8B04671BAE}"
ProjectSection(ProjectDependencies) = postProject
+ {B3A51819-E9B9-445A-9347-BC8D1D3BC1DA} = {B3A51819-E9B9-445A-9347-BC8D1D3BC1DA}
+ {C84EAE1C-7E87-4E3D-BCF9-003383139800} = {C84EAE1C-7E87-4E3D-BCF9-003383139800}
+ {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92} = {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92}
{67EA57CD-3ACE-4BA9-BD0D-440FFC547382} = {67EA57CD-3ACE-4BA9-BD0D-440FFC547382}
- {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92} = {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92}
- {C84EAE1C-7E87-4E3D-BCF9-003383139800} = {C84EAE1C-7E87-4E3D-BCF9-003383139800}
- {B3A51819-E9B9-445A-9347-BC8D1D3BC1DA} = {B3A51819-E9B9-445A-9347-BC8D1D3BC1DA}
EndProjectSection
EndProject
Project("{EAF909A5-FA59-4C3D-9431-0FCC20D5BCF9}") = "py", "src\openassetlib\py\py_vc8.icproj", "{DCDE03E7-5170-4CB4-ACF5-E788CF12E283}"
@@ -251,94 +251,94 @@
EndProject
Project("{EAF909A5-FA59-4C3D-9431-0FCC20D5BCF9}") = "sqlite", "src\openassetlib\plugins\sqlite\sqlite_vc8.icproj", "{E18DF63F-8CDB-4377-8C5C-79FCC969E113}"
ProjectSection(ProjectDependencies) = postProject
+ {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92} = {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92}
{80261E5B-CC18-4844-B0C2-7D8B04671BAE} = {80261E5B-CC18-4844-B0C2-7D8B04671BAE}
- {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92} = {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92}
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "GL", "GL", "{C2EBF114-BFF6-4520-BC11-EB54565B92D6}"
EndProject
Project("{EAF909A5-FA59-4C3D-9431-0FCC20D5BCF9}") = "_2D", "test\openimagelib\GL\_2D\_2D_vc8.icproj", "{EC14269B-467D-4AE7-94B1-F6F4B6280543}"
ProjectSection(ProjectDependencies) = postProject
+ {67EA57CD-3ACE-4BA9-BD0D-440FFC547382} = {67EA57CD-3ACE-4BA9-BD0D-440FFC547382}
{CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92} = {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92}
- {67EA57CD-3ACE-4BA9-BD0D-440FFC547382} = {67EA57CD-3ACE-4BA9-BD0D-440FFC547382}
EndProjectSection
EndProject
Project("{EAF909A5-FA59-4C3D-9431-0FCC20D5BCF9}") = "_2D_compressed", "test\openimagelib\GL\_2D_compressed\_2D_compressed_vc8.icproj", "{5CBC56F0-7DF5-437C-A59D-5ECD4CAF21DC}"
ProjectSection(ProjectDependencies) = postProject
+ {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92} = {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92}
{67EA57CD-3ACE-4BA9-BD0D-440FFC547382} = {67EA57CD-3ACE-4BA9-BD0D-440FFC547382}
- {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92} = {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92}
EndProjectSection
EndProject
Project("{EAF909A5-FA59-4C3D-9431-0FCC20D5BCF9}") = "_2D_compressed_cubemap", "test\openimagelib\GL\_2D_compressed_cubemap\_2D_compressed_cubemap_vc8.icproj", "{30E45B23-A206-4803-833F-23445A872619}"
ProjectSection(ProjectDependencies) = postProject
+ {67EA57CD-3ACE-4BA9-BD0D-440FFC547382} = {67EA57CD-3ACE-4BA9-BD0D-440FFC547382}
{CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92} = {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92}
- {67EA57CD-3ACE-4BA9-BD0D-440FFC547382} = {67EA57CD-3ACE-4BA9-BD0D-440FFC547382}
EndProjectSection
EndProject
Project("{EAF909A5-FA59-4C3D-9431-0FCC20D5BCF9}") = "_2D_crop", "test\openimagelib\GL\_2D_crop\_2D_crop_vc8.icproj", "{F6C427E3-5A7E-4515-B353-4BABD59B4280}"
ProjectSection(ProjectDependencies) = postProject
+ {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92} = {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92}
{67EA57CD-3ACE-4BA9-BD0D-440FFC547382} = {67EA57CD-3ACE-4BA9-BD0D-440FFC547382}
- {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92} = {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92}
EndProjectSection
EndProject
Project("{EAF909A5-FA59-4C3D-9431-0FCC20D5BCF9}") = "_2D_crop2", "test\openimagelib\GL\_2D_crop2\_2D_crop2_vc8.icproj", "{B37C93F8-C0E4-4ABB-90B5-56DA6AF8068B}"
ProjectSection(ProjectDependencies) = postProject
+ {67EA57CD-3ACE-4BA9-BD0D-440FFC547382} = {67EA57CD-3ACE-4BA9-BD0D-440FFC547382}
{CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92} = {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92}
- {67EA57CD-3ACE-4BA9-BD0D-440FFC547382} = {67EA57CD-3ACE-4BA9-BD0D-440FFC547382}
EndProjectSection
EndProject
Project("{EAF909A5-FA59-4C3D-9431-0FCC20D5BCF9}") = "_2D_exr", "test\openimagelib\GL\_2D_exr\_2D_exr_vc8.icproj", "{1B8C0271-A3E1-4B9F-A3D2-8AD59994AD8A}"
ProjectSection(ProjectDependencies) = postProject
+ {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92} = {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92}
{67EA57CD-3ACE-4BA9-BD0D-440FFC547382} = {67EA57CD-3ACE-4BA9-BD0D-440FFC547382}
- {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92} = {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92}
EndProjectSection
EndProject
Project("{EAF909A5-FA59-4C3D-9431-0FCC20D5BCF9}") = "_2D_sgi", "test\openimagelib\GL\_2D_sgi\_2D_sgi_vc8.icproj", "{009731D9-D224-48AB-A8F4-B5C584A0FAEF}"
ProjectSection(ProjectDependencies) = postProject
+ {67EA57CD-3ACE-4BA9-BD0D-440FFC547382} = {67EA57CD-3ACE-4BA9-BD0D-440FFC547382}
{CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92} = {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92}
- {67EA57CD-3ACE-4BA9-BD0D-440FFC547382} = {67EA57CD-3ACE-4BA9-BD0D-440FFC547382}
EndProjectSection
EndProject
Project("{EAF909A5-FA59-4C3D-9431-0FCC20D5BCF9}") = "_3D_lightmap", "test\openimagelib\GL\_3D_lightmap\_3D_lightmap_vc8.icproj", "{83613041-D1A9-40E0-92C7-AB9B5B1CF30B}"
ProjectSection(ProjectDependencies) = postProject
+ {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92} = {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92}
{67EA57CD-3ACE-4BA9-BD0D-440FFC547382} = {67EA57CD-3ACE-4BA9-BD0D-440FFC547382}
- {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92} = {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92}
EndProjectSection
EndProject
Project("{EAF909A5-FA59-4C3D-9431-0FCC20D5BCF9}") = "player", "test\openmedialib\player\player_vc8.icproj", "{28420E73-D1B5-4191-B0AF-6C3A59E33F57}"
ProjectSection(ProjectDependencies) = postProject
+ {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92} = {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92}
{C84EAE1C-7E87-4E3D-BCF9-003383139800} = {C84EAE1C-7E87-4E3D-BCF9-003383139800}
- {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92} = {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92}
EndProjectSection
EndProject
Project("{EAF909A5-FA59-4C3D-9431-0FCC20D5BCF9}") = "store", "test\openmedialib\store\store_vc8.icproj", "{105D3AE5-6D9E-40FC-A0AD-89DC3C795121}"
ProjectSection(ProjectDependencies) = postProject
+ {C84EAE1C-7E87-4E3D-BCF9-003383139800} = {C84EAE1C-7E87-4E3D-BCF9-003383139800}
{CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92} = {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92}
- {C84EAE1C-7E87-4E3D-BCF9-003383139800} = {C84EAE1C-7E87-4E3D-BCF9-003383139800}
EndProjectSection
EndProject
Project("{EAF909A5-FA59-4C3D-9431-0FCC20D5BCF9}") = "multipass_draw", "test\openobjectlib\GL\multipass_draw\multipass_draw_vc8.icproj", "{40ABEE3D-14F3-490A-8919-CEAE879BCF28}"
ProjectSection(ProjectDependencies) = postProject
+ {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92} = {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92}
{B3A51819-E9B9-445A-9347-BC8D1D3BC1DA} = {B3A51819-E9B9-445A-9347-BC8D1D3BC1DA}
- {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92} = {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92}
EndProjectSection
EndProject
Project("{EAF909A5-FA59-4C3D-9431-0FCC20D5BCF9}") = "noise_volume", "test\openobjectlib\GL\noise_volume\noise_volume_vc8.icproj", "{BFA2FC4C-3A12-4D2D-B981-B3ABC1DEEB40}"
ProjectSection(ProjectDependencies) = postProject
+ {B3A51819-E9B9-445A-9347-BC8D1D3BC1DA} = {B3A51819-E9B9-445A-9347-BC8D1D3BC1DA}
{CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92} = {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92}
- {B3A51819-E9B9-445A-9347-BC8D1D3BC1DA} = {B3A51819-E9B9-445A-9347-BC8D1D3BC1DA}
EndProjectSection
EndProject
Project("{EAF909A5-FA59-4C3D-9431-0FCC20D5BCF9}") = "obj_draw", "test\openobjectlib\GL\obj_draw\obj_draw_vc8.icproj", "{68B88FAE-568D-4CED-90F4-3FDA1BCC481D}"
ProjectSection(ProjectDependencies) = postProject
+ {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92} = {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92}
{B3A51819-E9B9-445A-9347-BC8D1D3BC1DA} = {B3A51819-E9B9-445A-9347-BC8D1D3BC1DA}
- {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92} = {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92}
EndProjectSection
EndProject
Project("{EAF909A5-FA59-4C3D-9431-0FCC20D5BCF9}") = "texture_draw", "test\openobjectlib\GL\texture_draw\texture_draw_vc8.icproj", "{840428EF-8268-4F4D-878C-DAB32E8D5AC8}"
ProjectSection(ProjectDependencies) = postProject
+ {B3A51819-E9B9-445A-9347-BC8D1D3BC1DA} = {B3A51819-E9B9-445A-9347-BC8D1D3BC1DA}
{CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92} = {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92}
- {B3A51819-E9B9-445A-9347-BC8D1D3BC1DA} = {B3A51819-E9B9-445A-9347-BC8D1D3BC1DA}
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "GL", "GL", "{B972DCEB-386E-42D2-8C5E-DD2942EC7F63}"
@@ -347,15 +347,15 @@
EndProject
Project("{EAF909A5-FA59-4C3D-9431-0FCC20D5BCF9}") = "tonemap", "src\openeffectslib\plugins\tonemap\tonemap_vc8.icproj", "{68A41D6B-F6DB-4A26-9202-22950CC80697}"
ProjectSection(ProjectDependencies) = postProject
+ {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92} = {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92}
{C84EAE1C-7E87-4E3D-BCF9-003383139800} = {C84EAE1C-7E87-4E3D-BCF9-003383139800}
- {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92} = {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92}
EndProjectSection
EndProject
Project("{EAF909A5-FA59-4C3D-9431-0FCC20D5BCF9}") = "tm_bench", "test\openeffectslib\tm_bench\tm_bench_vc8.icproj", "{6217C9BE-C025-48E5-BBB6-258BDF3ED5F3}"
ProjectSection(ProjectDependencies) = postProject
+ {67EA57CD-3ACE-4BA9-BD0D-440FFC547382} = {67EA57CD-3ACE-4BA9-BD0D-440FFC547382}
+ {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92} = {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92}
{C84EAE1C-7E87-4E3D-BCF9-003383139800} = {C84EAE1C-7E87-4E3D-BCF9-003383139800}
- {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92} = {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92}
- {67EA57CD-3ACE-4BA9-BD0D-440FFC547382} = {67EA57CD-3ACE-4BA9-BD0D-440FFC547382}
EndProjectSection
EndProject
Project("{EAF909A5-FA59-4C3D-9431-0FCC20D5BCF9}") = "tiff", "src\openimagelib\plugins\tiff\tiff_vc8.icproj", "{FF86DCCC-8D8F-4016-B4BC-6699963EEEE1}"
@@ -365,18 +365,21 @@
EndProject
Project("{EAF909A5-FA59-4C3D-9431-0FCC20D5BCF9}") = "rescaler_bench", "test\openeffectslib\rescaler_bench\rescaler_bench_vc8.icproj", "{52CD991C-C495-4EB9-80D2-D9E1F809AA9B}"
ProjectSection(ProjectDependencies) = postProject
+ {67EA57CD-3ACE-4BA9-BD0D-440FFC547382} = {67EA57CD-3ACE-4BA9-BD0D-440FFC547382}
+ {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92} = {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92}
{C84EAE1C-7E87-4E3D-BCF9-003383139800} = {C84EAE1C-7E87-4E3D-BCF9-003383139800}
- {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92} = {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92}
- {67EA57CD-3ACE-4BA9-BD0D-440FFC547382} = {67EA57CD-3ACE-4BA9-BD0D-440FFC547382}
EndProjectSection
EndProject
Project("{EAF909A5-FA59-4C3D-9431-0FCC20D5BCF9}") = "jpg", "src\openimagelib\plugins\jpg\jpg_vc8.icproj", "{BB6CABC4-A340-4BD6-BAEE-33A0B80B94DA}"
ProjectSection(ProjectDependencies) = postProject
+ {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92} = {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92}
{67EA57CD-3ACE-4BA9-BD0D-440FFC547382} = {67EA57CD-3ACE-4BA9-BD0D-440FFC547382}
- {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92} = {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92}
EndProjectSection
EndProject
Project("{EAF909A5-FA59-4C3D-9431-0FCC20D5BCF9}") = "obj", "src\openobjectlib\plugins\wavefront\obj_vc8.icproj", "{DDF3D73D-8E68-403E-A5D8-0F3D3231E590}"
+ ProjectSection(ProjectDependencies) = postProject
+ {B3A51819-E9B9-445A-9347-BC8D1D3BC1DA} = {B3A51819-E9B9-445A-9347-BC8D1D3BC1DA}
+ EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -608,6 +611,10 @@
{BB6CABC4-A340-4BD6-BAEE-33A0B80B94DA}.Multi-threaded Debug DLL|Win32.Build.0 = Multi-threaded Debug DLL|Win32
{BB6CABC4-A340-4BD6-BAEE-33A0B80B94DA}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
{BB6CABC4-A340-4BD6-BAEE-33A0B80B94DA}.Multi-threaded Release DLL|Win32.Build.0 = Multi-threaded Release DLL|Win32
+ {DDF3D73D-8E68-403E-A5D8-0F3D3231E590}.Multi-threaded Debug DLL|Win32.ActiveCfg = Multi-threaded Debug DLL|Win32
+ {DDF3D73D-8E68-403E-A5D8-0F3D3231E590}.Multi-threaded Debug DLL|Win32.Build.0 = Multi-threaded Debug DLL|Win32
+ {DDF3D73D-8E68-403E-A5D8-0F3D3231E590}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
+ {DDF3D73D-8E68-403E-A5D8-0F3D3231E590}.Multi-threaded Release DLL|Win32.Build.0 = Multi-threaded Release DLL|Win32
{2B35E24C-CFD8-4658-ADC5-9C831B6181D5}.Multi-threaded Debug DLL|Win32.ActiveCfg = Multi-threaded Debug DLL|Win32
{2B35E24C-CFD8-4658-ADC5-9C831B6181D5}.Multi-threaded Debug DLL|Win32.Build.0 = Multi-threaded Debug DLL|Win32
{2B35E24C-CFD8-4658-ADC5-9C831B6181D5}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
@@ -832,10 +839,6 @@
{DB59A3DD-CC08-4FFD-ADFA-F659B2FC78B1}.Multi-threaded Debug DLL|Win32.Build.0 = Multi-threaded Debug DLL|Win32
{DB59A3DD-CC08-4FFD-ADFA-F659B2FC78B1}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
{DB59A3DD-CC08-4FFD-ADFA-F659B2FC78B1}.Multi-threaded Release DLL|Win32.Build.0 = Multi-threaded Release DLL|Win32
- {DDF3D73D-8E68-403E-A5D8-0F3D3231E590}.Multi-threaded Debug DLL|Win32.ActiveCfg = Multi-threaded Debug DLL|Win32
- {DDF3D73D-8E68-403E-A5D8-0F3D3231E590}.Multi-threaded Debug DLL|Win32.Build.0 = Multi-threaded Debug DLL|Win32
- {DDF3D73D-8E68-403E-A5D8-0F3D3231E590}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
- {DDF3D73D-8E68-403E-A5D8-0F3D3231E590}.Multi-threaded Release DLL|Win32.Build.0 = Multi-threaded Release DLL|Win32
{AE1793B8-18EA-4277-BFDD-8C9F2AFA0096}.Multi-threaded Debug DLL|Win32.ActiveCfg = Multi-threaded Debug DLL|Win32
{AE1793B8-18EA-4277-BFDD-8C9F2AFA0096}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
EndGlobalSection
Modified: trunk/lib/openlibraries/openlibraries_vc8.sln
===================================================================
--- trunk/lib/openlibraries/openlibraries_vc8.sln 2007-11-06 22:52:16 UTC (rev 378)
+++ trunk/lib/openlibraries/openlibraries_vc8.sln 2007-11-06 23:24:46 UTC (rev 379)
@@ -103,74 +103,74 @@
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "3D_lightmap", "src\openimagelib\plugins\3D_lightmap\3D_lightmap_vc8.vcproj", "{B1F25233-BC0C-4AB7-A1F2-ACFB520E34D1}"
ProjectSection(ProjectDependencies) = postProject
- {C9BA7656-B238-4882-A30A-EC2BDB2843B4} = {C9BA7656-B238-4882-A30A-EC2BDB2843B4}
{3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0} = {3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0}
+ {C9BA7656-B238-4882-A30A-EC2BDB2843B4} = {C9BA7656-B238-4882-A30A-EC2BDB2843B4}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "bmp", "src\openimagelib\plugins\bmp\bmp_vc8.vcproj", "{261595DD-FB76-4D37-A3C8-0D9625C20D46}"
ProjectSection(ProjectDependencies) = postProject
- {3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0} = {3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0}
{C9BA7656-B238-4882-A30A-EC2BDB2843B4} = {C9BA7656-B238-4882-A30A-EC2BDB2843B4}
+ {3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0} = {3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "dds", "src\openimagelib\plugins\dds\dds_vc8.vcproj", "{B8498FDE-2F2F-4CAF-AA28-A6EBA5AECADE}"
ProjectSection(ProjectDependencies) = postProject
- {C9BA7656-B238-4882-A30A-EC2BDB2843B4} = {C9BA7656-B238-4882-A30A-EC2BDB2843B4}
{3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0} = {3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0}
+ {C9BA7656-B238-4882-A30A-EC2BDB2843B4} = {C9BA7656-B238-4882-A30A-EC2BDB2843B4}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "dpx", "src\openimagelib\plugins\dpx\dpx_vc8.vcproj", "{875CE227-A98F-4711-9496-61BC21DA88B8}"
ProjectSection(ProjectDependencies) = postProject
- {3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0} = {3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0}
{C9BA7656-B238-4882-A30A-EC2BDB2843B4} = {C9BA7656-B238-4882-A30A-EC2BDB2843B4}
+ {3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0} = {3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "exr", "src\openimagelib\plugins\exr\exr_vc8.vcproj", "{17CBC457-3279-40F9-A614-A69046132424}"
ProjectSection(ProjectDependencies) = postProject
- {C9BA7656-B238-4882-A30A-EC2BDB2843B4} = {C9BA7656-B238-4882-A30A-EC2BDB2843B4}
{3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0} = {3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0}
+ {C9BA7656-B238-4882-A30A-EC2BDB2843B4} = {C9BA7656-B238-4882-A30A-EC2BDB2843B4}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gdi+", "src\openimagelib\plugins\gdi+\gdi+_vc8.vcproj", "{08D0F0FA-947B-4AAF-90A8-7FBFC5EBD51B}"
ProjectSection(ProjectDependencies) = postProject
- {3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0} = {3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0}
{C9BA7656-B238-4882-A30A-EC2BDB2843B4} = {C9BA7656-B238-4882-A30A-EC2BDB2843B4}
+ {3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0} = {3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hdr", "src\openimagelib\plugins\hdr\hdr_vc8.vcproj", "{972FF7FA-BDBE-400E-BDF6-59C13A6AE74D}"
ProjectSection(ProjectDependencies) = postProject
- {C9BA7656-B238-4882-A30A-EC2BDB2843B4} = {C9BA7656-B238-4882-A30A-EC2BDB2843B4}
{3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0} = {3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0}
+ {C9BA7656-B238-4882-A30A-EC2BDB2843B4} = {C9BA7656-B238-4882-A30A-EC2BDB2843B4}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "png", "src\openimagelib\plugins\png\png_vc8.vcproj", "{4A6B0F4F-676E-4A96-A990-62464D923ED2}"
ProjectSection(ProjectDependencies) = postProject
- {C9BA7656-B238-4882-A30A-EC2BDB2843B4} = {C9BA7656-B238-4882-A30A-EC2BDB2843B4}
{3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0} = {3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0}
+ {C9BA7656-B238-4882-A30A-EC2BDB2843B4} = {C9BA7656-B238-4882-A30A-EC2BDB2843B4}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "psd", "src\openimagelib\plugins\psd\psd_vc8.vcproj", "{FF23E252-5FD9-4642-9563-1111B12D8EE7}"
ProjectSection(ProjectDependencies) = postProject
- {3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0} = {3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0}
{C9BA7656-B238-4882-A30A-EC2BDB2843B4} = {C9BA7656-B238-4882-A30A-EC2BDB2843B4}
+ {3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0} = {3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "quicktime", "src\openimagelib\plugins\quicktime\quicktime_vc8.vcproj", "{AB23E1B4-55D4-4846-99BE-6EF3848ABCF3}"
ProjectSection(ProjectDependencies) = postProject
- {3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0} = {3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0}
{C9BA7656-B238-4882-A30A-EC2BDB2843B4} = {C9BA7656-B238-4882-A30A-EC2BDB2843B4}
+ {3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0} = {3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sgi", "src\openimagelib\plugins\sgi\sgi_vc8.vcproj", "{291BFF23-61D3-4355-8AA5-C8BF0FE30CB0}"
ProjectSection(ProjectDependencies) = postProject
- {C9BA7656-B238-4882-A30A-EC2BDB2843B4} = {C9BA7656-B238-4882-A30A-EC2BDB2843B4}
{3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0} = {3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0}
+ {C9BA7656-B238-4882-A30A-EC2BDB2843B4} = {C9BA7656-B238-4882-A30A-EC2BDB2843B4}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "tga", "src\openimagelib\plugins\tga\tga_vc8.vcproj", "{227A0088-F3AE-4CA7-941C-0283D44F1678}"
ProjectSection(ProjectDependencies) = postProject
- {3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0} = {3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0}
{C9BA7656-B238-4882-A30A-EC2BDB2843B4} = {C9BA7656-B238-4882-A30A-EC2BDB2843B4}
+ {3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0} = {3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0}
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ML", "ML", "{F76943CD-19F1-469A-B725-38C44C2DD27F}"
@@ -179,8 +179,8 @@
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ml", "src\openmedialib\ml\ml_vc8.vcproj", "{84DAF5D6-05DE-4B4B-AB54-4CD2039EE5DC}"
ProjectSection(ProjectDependencies) = postProject
- {C9BA7656-B238-4882-A30A-EC2BDB2843B4} = {C9BA7656-B238-4882-A30A-EC2BDB2843B4}
{3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0} = {3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0}
+ {C9BA7656-B238-4882-A30A-EC2BDB2843B4} = {C9BA7656-B238-4882-A30A-EC2BDB2843B4}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "py", "src\openmedialib\py\py_vc8.vcproj", "{1C648B54-C3DC-49B5-AFC9-B205F3151F81}"
@@ -190,30 +190,30 @@
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gensys", "src\openmedialib\plugins\gensys\gensys_vc8.vcproj", "{88BCD57E-044F-4427-A407-541BA8A938E6}"
ProjectSection(ProjectDependencies) = postProject
- {C9BA7656-B238-4882-A30A-EC2BDB2843B4} = {C9BA7656-B238-4882-A30A-EC2BDB2843B4}
- {3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0} = {3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0}
{84DAF5D6-05DE-4B4B-AB54-4CD2039EE5DC} = {84DAF5D6-05DE-4B4B-AB54-4CD2039EE5DC}
+ {3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0} = {3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0}
+ {C9BA7656-B238-4882-A30A-EC2BDB2843B4} = {C9BA7656-B238-4882-A30A-EC2BDB2843B4}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ofx", "src\openmedialib\plugins\ofx\ofx_vc8.vcproj", "{A60E2710-2DA9-4641-AEF6-6488A6264723}"
ProjectSection(ProjectDependencies) = postProject
- {C9BA7656-B238-4882-A30A-EC2BDB2843B4} = {C9BA7656-B238-4882-A30A-EC2BDB2843B4}
- {3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0} = {3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0}
{84DAF5D6-05DE-4B4B-AB54-4CD2039EE5DC} = {84DAF5D6-05DE-4B4B-AB54-4CD2039EE5DC}
+ {3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0} = {3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0}
+ {C9BA7656-B238-4882-A30A-EC2BDB2843B4} = {C9BA7656-B238-4882-A30A-EC2BDB2843B4}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "oil", "src\openmedialib\plugins\oil\oil_vc8.vcproj", "{C29BD9EC-EC1B-4D7F-8985-F85698CE66ED}"
ProjectSection(ProjectDependencies) = postProject
- {84DAF5D6-05DE-4B4B-AB54-4CD2039EE5DC} = {84DAF5D6-05DE-4B4B-AB54-4CD2039EE5DC}
- {3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0} = {3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0}
{C9BA7656-B238-4882-A30A-EC2BDB2843B4} = {C9BA7656-B238-4882-A30A-EC2BDB2843B4}
+ {3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0} = {3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0}
+ {84DAF5D6-05DE-4B4B-AB54-4CD2039EE5DC} = {84DAF5D6-05DE-4B4B-AB54-4CD2039EE5DC}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "quicktime", "src\openmedialib\plugins\quicktime\quicktime_vc8.vcproj", "{1AC3D22B-175B-4169-B74A-276F9D5BA7AB}"
ProjectSection(ProjectDependencies) = postProject
- {84DAF5D6-05DE-4B4B-AB54-4CD2039EE5DC} = {84DAF5D6-05DE-4B4B-AB54-4CD2039EE5DC}
- {3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0} = {3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0}
{C9BA7656-B238-4882-A30A-EC2BDB2843B4} = {C9BA7656-B238-4882-A30A-EC2BDB2843B4}
+ {3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0} = {3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0}
+ {84DAF5D6-05DE-4B4B-AB54-4CD2039EE5DC} = {84DAF5D6-05DE-4B4B-AB54-4CD2039EE5DC}
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SG", "SG", "{BD86F550-C573-4A68-955B-6CEDCC8F595D}"
@@ -222,14 +222,14 @@
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sg", "src\openobjectlib\sg\sg_vc8.vcproj", "{DCCDFFF5-23EB-4E4B-BE38-9E5F8D42151E}"
ProjectSection(ProjectDependencies) = postProject
- {3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0} = {3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0}
{C9BA7656-B238-4882-A30A-EC2BDB2843B4} = {C9BA7656-B238-4882-A30A-EC2BDB2843B4}
+ {3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0} = {3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "X3D", "src\openobjectlib\plugins\X3D\X3D_vc8.vcproj", "{7A98C731-F651-4427-BD02-25133DEA7171}"
ProjectSection(ProjectDependencies) = postProject
- {DCCDFFF5-23EB-4E4B-BE38-9E5F8D42151E} = {DCCDFFF5-23EB-4E4B-BE38-9E5F8D42151E}
{3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0} = {3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0}
+ {DCCDFFF5-23EB-4E4B-BE38-9E5F8D42151E} = {DCCDFFF5-23EB-4E4B-BE38-9E5F8D42151E}
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "AL", "AL", "{D3688A41-2908-41C0-8BF1-4AB6E3DFDBC4}"
@@ -238,10 +238,10 @@
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "al", "src\openassetlib\al\al_vc8.vcproj", "{BD346E41-BEBD-43E7-9801-8EC1158355C4}"
ProjectSection(ProjectDependencies) = postProject
- {C9BA7656-B238-4882-A30A-EC2BDB2843B4} = {C9BA7656-B238-4882-A30A-EC2BDB2843B4}
- {3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0} = {3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0}
- {84DAF5D6-05DE-4B4B-AB54-4CD2039EE5DC} = {84DAF5D6-05DE-4B4B-AB54-4CD2039EE5DC}
{DCCDFFF5-23EB-4E4B-BE38-9E5F8D42151E} = {DCCDFFF5-23EB-4E4B-BE38-9E5F8D42151E}
+ {84DAF5D6-05DE-4B4B-AB54-4CD2039EE5DC} = {84DAF5D6-05DE-4B4B-AB54-4CD2039EE5DC}
+ {3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0} = {3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0}
+ {C9BA7656-B238-4882-A30A-EC2BDB2843B4} = {C9BA7656-B238-4882-A30A-EC2BDB2843B4}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "py", "src\openassetlib\py\py_vc8.vcproj", "{ECEDB34E-A863-420F-BFC6-F294AC078892}"
@@ -251,94 +251,94 @@
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sqlite", "src\openassetlib\plugins\sqlite\sqlite_vc8.vcproj", "{4B89FC29-D7E8-4E1A-99D7-17561B89DBEA}"
ProjectSection(ProjectDependencies) = postProject
- {BD346E41-BEBD-43E7-9801-8EC1158355C4} = {BD346E41-BEBD-43E7-9801-8EC1158355C4}
{3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0} = {3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0}
+ {BD346E41-BEBD-43E7-9801-8EC1158355C4} = {BD346E41-BEBD-43E7-9801-8EC1158355C4}
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "GL", "GL", "{C2EBF114-BFF6-4520-BC11-EB54565B92D6}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "_2D", "test\openimagelib\GL\_2D\_2D_vc8.vcproj", "{24D622CC-4577-49B0-9224-8BB191236A61}"
ProjectSection(ProjectDependencies) = postProject
- {3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0} = {3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0}
{C9BA7656-B238-4882-A30A-EC2BDB2843B4} = {C9BA7656-B238-4882-A30A-EC2BDB2843B4}
+ {3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0} = {3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "_2D_compressed", "test\openimagelib\GL\_2D_compressed\_2D_compressed_vc8.vcproj", "{F0557FAB-2BC7-4991-9AD8-560526321D80}"
ProjectSection(ProjectDependencies) = postProject
- {C9BA7656-B238-4882-A30A-EC2BDB2843B4} = {C9BA7656-B238-4882-A30A-EC2BDB2843B4}
{3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0} = {3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0}
+ {C9BA7656-B238-4882-A30A-EC2BDB2843B4} = {C9BA7656-B238-4882-A30A-EC2BDB2843B4}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "_2D_compressed_cubemap", "test\openimagelib\GL\_2D_compressed_cubemap\_2D_compressed_cubemap_vc8.vcproj", "{23B3623B-4FED-49F3-8F16-4883E57588E6}"
ProjectSection(ProjectDependencies) = postProject
- {3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0} = {3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0}
{C9BA7656-B238-4882-A30A-EC2BDB2843B4} = {C9BA7656-B238-4882-A30A-EC2BDB2843B4}
+ {3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0} = {3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "_2D_crop", "test\openimagelib\GL\_2D_crop\_2D_crop_vc8.vcproj", "{19B62156-49C4-4D43-A0E6-2D45952CC2CC}"
ProjectSection(ProjectDependencies) = postProject
- {C9BA7656-B238-4882-A30A-EC2BDB2843B4} = {C9BA7656-B238-4882-A30A-EC2BDB2843B4}
{3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0} = {3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0}
+ {C9BA7656-B238-4882-A30A-EC2BDB2843B4} = {C9BA7656-B238-4882-A30A-EC2BDB2843B4}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "_2D_crop2", "test\openimagelib\GL\_2D_crop2\_2D_crop2_vc8.vcproj", "{AA3C0ACD-1251-484F-80D6-E9B8FF249B9E}"
ProjectSection(ProjectDependencies) = postProject
- {3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0} = {3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0}
{C9BA7656-B238-4882-A30A-EC2BDB2843B4} = {C9BA7656-B238-4882-A30A-EC2BDB2843B4}
+ {3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0} = {3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "_2D_exr", "test\openimagelib\GL\_2D_exr\_2D_exr_vc8.vcproj", "{4CC2C554-1EB4-4E53-A73F-38F0A1862F49}"
ProjectSection(ProjectDependencies) = postProject
- {C9BA7656-B238-4882-A30A-EC2BDB2843B4} = {C9BA7656-B238-4882-A30A-EC2BDB2843B4}
{3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0} = {3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0}
+ {C9BA7656-B238-4882-A30A-EC2BDB2843B4} = {C9BA7656-B238-4882-A30A-EC2BDB2843B4}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "_2D_sgi", "test\openimagelib\GL\_2D_sgi\_2D_sgi_vc8.vcproj", "{F30DAA25-794E-44F6-BF01-867A72BE385B}"
ProjectSection(ProjectDependencies) = postProject
- {3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0} = {3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0}
{C9BA7656-B238-4882-A30A-EC2BDB2843B4} = {C9BA7656-B238-4882-A30A-EC2BDB2843B4}
+ {3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0} = {3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "_3D_lightmap", "test\openimagelib\GL\_3D_lightmap\_3D_lightmap_vc8.vcproj", "{DBF9F309-3C1F-4563-AA2B-69FA27C2CBF7}"
ProjectSection(ProjectDependencies) = postProject
- {C9BA7656-B238-4882-A30A-EC2BDB2843B4} = {C9BA7656-B238-4882-A30A-EC2BDB2843B4}
{3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0} = {3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0}
+ {C9BA7656-B238-4882-A30A-EC2BDB2843B4} = {C9BA7656-B238-4882-A30A-EC2BDB2843B4}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "player", "test\openmedialib\player\player_vc8.vcproj", "{14B49ECE-F5DB-4985-A31D-C48483362F9F}"
ProjectSection(ProjectDependencies) = postProject
- {84DAF5D6-05DE-4B4B-AB54-4CD2039EE5DC} = {84DAF5D6-05DE-4B4B-AB54-4CD2039EE5DC}
{3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0} = {3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0}
+ {84DAF5D6-05DE-4B4B-AB54-4CD2039EE5DC} = {84DAF5D6-05DE-4B4B-AB54-4CD2039EE5DC}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "store", "test\openmedialib\store\store_vc8.vcproj", "{E6EFFB88-1563-4AB7-9D07-5B8853CD8ECF}"
ProjectSection(ProjectDependencies) = postProject
- {3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0} = {3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0}
{84DAF5D6-05DE-4B4B-AB54-4CD2039EE5DC} = {84DAF5D6-05DE-4B4B-AB54-4CD2039EE5DC}
+ {3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0} = {3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "multipass_draw", "test\openobjectlib\GL\multipass_draw\multipass_draw_vc8.vcproj", "{AB0137D5-38BE-45A5-ACE9-02BB34D02358}"
ProjectSection(ProjectDependencies) = postProject
- {DCCDFFF5-23EB-4E4B-BE38-9E5F8D42151E} = {DCCDFFF5-23EB-4E4B-BE38-9E5F8D42151E}
{3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0} = {3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0}
+ {DCCDFFF5-23EB-4E4B-BE38-9E5F8D42151E} = {DCCDFFF5-23EB-4E4B-BE38-9E5F8D42151E}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "noise_volume", "test\openobjectlib\GL\noise_volume\noise_volume_vc8.vcproj", "{3780D440-9C37-4186-B9B2-861EF3833CD4}"
ProjectSection(ProjectDependencies) = postProject
- {3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0} = {3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0}
{DCCDFFF5-23EB-4E4B-BE38-9E5F8D42151E} = {DCCDFFF5-23EB-4E4B-BE38-9E5F8D42151E}
+ {3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0} = {3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "obj_draw", "test\openobjectlib\GL\obj_draw\obj_draw_vc8.vcproj", "{DD597B0F-DE01-4A1A-A399-F2355ABB06B0}"
ProjectSection(ProjectDependencies) = postProject
- {DCCDFFF5-23EB-4E4B-BE38-9E5F8D42151E} = {DCCDFFF5-23EB-4E4B-BE38-9E5F8D42151E}
{3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0} = {3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0}
+ {DCCDFFF5-23EB-4E4B-BE38-9E5F8D42151E} = {DCCDFFF5-23EB-4E4B-BE38-9E5F8D42151E}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "texture_draw", "test\openobjectlib\GL\texture_draw\texture_draw_vc8.vcproj", "{8032E526-0866-4764-A4E9-F18C7CEE12D2}"
ProjectSection(ProjectDependencies) = postProject
- {3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0} = {3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0}
{DCCDFFF5-23EB-4E4B-BE38-9E5F8D42151E} = {DCCDFFF5-23EB-4E4B-BE38-9E5F8D42151E}
+ {3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0} = {3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0}
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "GL", "GL", "{B972DCEB-386E-42D2-8C5E-DD2942EC7F63}"
@@ -347,15 +347,15 @@
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "tonemap", "src\openeffectslib\plugins\tonemap\tonemap_vc8.vcproj", "{6D618CAE-230F-4ADD-936B-6C1D3D723236}"
ProjectSection(ProjectDependencies) = postProject
- {84DAF5D6-05DE-4B4B-AB54-4CD2039EE5DC} = {84DAF5D6-05DE-4B4B-AB54-4CD2039EE5DC}
{3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0} = {3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0}
+ {84DAF5D6-05DE-4B4B-AB54-4CD2039EE5DC} = {84DAF5D6-05DE-4B4B-AB54-4CD2039EE5DC}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "tm_bench", "test\openeffectslib\tm_bench\tm_bench_vc8.vcproj", "{534B6931-67CB-4ACA-BD58-6887F35AC4D9}"
ProjectSection(ProjectDependencies) = postProject
- {84DAF5D6-05DE-4B4B-AB54-4CD2039EE5DC} = {84DAF5D6-05DE-4B4B-AB54-4CD2039EE5DC}
- {3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0} = {3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0}
{C9BA7656-B238-4882-A30A-EC2BDB2843B4} = {C9BA7656-B238-4882-A30A-EC2BDB2843B4}
+ {3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0} = {3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0}
+ {84DAF5D6-05DE-4B4B-AB54-4CD2039EE5DC} = {84DAF5D6-05DE-4B4B-AB54-4CD2039EE5DC}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "tiff", "src\openimagelib\plugins\tiff\tiff_vc8.vcproj", "{A1308789-3ABD-438C-BA08-FB341B55D94C}"
@@ -365,19 +365,16 @@
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "rescaler_bench", "test\openeffectslib\rescaler_bench\rescaler_bench_vc8.vcproj", "{B2F0E6E4-4EA9-45BD-9CD9-E1B9A57E4E91}"
ProjectSection(ProjectDependencies) = postProject
- {84DAF5D6-05DE-4B4B-AB54-4CD2039EE5DC} = {84DAF5D6-05DE-4B4B-AB54-4CD2039EE5DC}
- {3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0} = {3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0}
{C9BA7656-B238-4882-A30A-EC2BDB2843B4} = {C9BA7656-B238-4882-A30A-EC2BDB2843B4}
+ {3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0} = {3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0}
+ {84DAF5D6-05DE-4B4B-AB54-4CD2039EE5DC} = {84DAF5D6-05DE-4B4B-AB54-4CD2039EE5DC}
EndProjectSection
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "jpg", "src\openimagelib\plugins\jpg\jpg_vc8.vcproj", "{DB59A3DD-CC08-4FFD-ADFA-F659B2FC78B1}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "obj", "src\openobjectlib\plugins\wavefront\obj_vc8.vcproj", "{AE1793B8-18EA-4277-BFDD-8C9F2AFA0096}"
ProjectSection(ProjectDependencies) = postProject
- {C9BA7656-B238-4882-A30A-EC2BDB2843B4} = {C9BA7656-B238-4882-A30A-EC2BDB2843B4}
- {3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0} = {3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0}
+ {DCCDFFF5-23EB-4E4B-BE38-9E5F8D42151E} = {DCCDFFF5-23EB-4E4B-BE38-9E5F8D42151E}
EndProjectSection
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "obj", "src\openobjectlib\plugins\wavefront\obj_vc8.vcproj", "{AE1793B8-18EA-4277-BFDD-8C9F2AFA0096}"
-EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Multi-threaded Debug DLL|Win32 = Multi-threaded Debug DLL|Win32
@@ -604,10 +601,6 @@
{B2F0E6E4-4EA9-45BD-9CD9-E1B9A57E4E91}.Multi-threaded Debug DLL|Win32.Build.0 = Multi-threaded Debug DLL|Win32
{B2F0E6E4-4EA9-45BD-9CD9-E1B9A57E4E91}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
{B2F0E6E4-4EA9-45BD-9CD9-E1B9A57E4E91}.Multi-threaded Release DLL|Win32.Build.0 = Multi-threaded Release DLL|Win32
- {DB59A3DD-CC08-4FFD-ADFA-F659B2FC78B1}.Multi-threaded Debug DLL|Win32.ActiveCfg = Multi-threaded Debug DLL|Win32
- {DB59A3DD-CC08-4FFD-ADFA-F659B2FC78B1}.Multi-threaded Debug DLL|Win32.Build.0 = Multi-threaded Debug DLL|Win32
- {DB59A3DD-CC08-4FFD-ADFA-F659B2FC78B1}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
- {DB59A3DD-CC08-4FFD-ADFA-F659B2FC78B1}.Multi-threaded Release DLL|Win32.Build.0 = Multi-threaded Release DLL|Win32
{AE1793B8-18EA-4277-BFDD-8C9F2AFA0096}.Multi-threaded Debug DLL|Win32.ActiveCfg = Multi-threaded Debug DLL|Win32
{AE1793B8-18EA-4277-BFDD-8C9F2AFA0096}.Multi-threaded Debug DLL|Win32.Build.0 = Multi-threaded Debug DLL|Win32
{AE1793B8-18EA-4277-BFDD-8C9F2AFA0096}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
@@ -672,7 +665,6 @@
{291BFF23-61D3-4355-8AA5-C8BF0FE30CB0} = {D9066C6C-E143-472F-860E-004E481F3E0A}
{227A0088-F3AE-4CA7-941C-0283D44F1678} = {D9066C6C-E143-472F-860E-004E481F3E0A}
{A1308789-3ABD-438C-BA08-FB341B55D94C} = {D9066C6C-E143-472F-860E-004E481F3E0A}
- {DB59A3DD-CC08-4FFD-ADFA-F659B2FC78B1} = {D9066C6C-E143-472F-860E-004E481F3E0A}
{84DAF5D6-05DE-4B4B-AB54-4CD2039EE5DC} = {F76943CD-19F1-469A-B725-38C44C2DD27F}
{1C648B54-C3DC-49B5-AFC9-B205F3151F81} = {F76943CD-19F1-469A-B725-38C44C2DD27F}
{88BCD57E-044F-4427-A407-541BA8A938E6} = {C039BC12-D0D0-4BAC-B8E4-445EEA6678B8}
Modified: trunk/lib/openlibraries/src/openimagelib/plugins/jpg/jpg_vc8.vcproj
===================================================================
--- trunk/lib/openlibraries/src/openimagelib/plugins/jpg/jpg_vc8.vcproj 2007-11-06 22:52:16 UTC (rev 378)
+++ trunk/lib/openlibraries/src/openimagelib/plugins/jpg/jpg_vc8.vcproj 2007-11-06 23:24:46 UTC (rev 379)
@@ -41,7 +41,7 @@
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories=""$(SolutionDir)\src";"C:\Boost\include\boost-1_34_1";"C:\Program Files\HDR\include""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;IL_EXPORTS;OPENIMAGELIB_BUILD;HAVE_FLEX_STRING"
+ PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;IL_EXPORTS;OPENIMAGELIB_BUILD;HAVE_FLEX_STRING;HAVE_JPEGHDR"
MinimalRebuild="true"
ExceptionHandling="2"
BasicRuntimeChecks="3"
@@ -70,7 +70,7 @@
Name="VCLinkerTool"
IgnoreImportLibrary="true"
AdditionalOptions="/LARGEADDRESSAWARE"
- AdditionalDependencies="libjpeg.lib libjpeghdr.lib"
+ AdditionalDependencies="libjpeg.lib"
OutputFile="$(OutDir)/openimagelib_jpg-vc80-d-0_5_0.dll"
LinkIncremental="2"
AdditionalLibraryDirectories="C:\Boost\lib;"C:\Program Files\HDR\lib""
@@ -160,7 +160,7 @@
Name="VCLinkerTool"
IgnoreImportLibrary="true"
AdditionalOptions="/LARGEADDRESSAWARE"
- AdditionalDependencies="libjpeg.lib libjpeghdr.lib"
+ AdditionalDependencies="libjpeg.lib"
OutputFile="$(OutDir)/openimagelib_jpg-vc80-r-0_5_0.dll"
LinkIncremental="1"
AdditionalLibraryDirectories="C:\Boost\lib;"C:\Program Files\HDR\lib""
Modified: trunk/lib/openlibraries/src/openmedialib/plugins/quicktime/quicktime_vc8.vcproj
===================================================================
--- trunk/lib/openlibraries/src/openmedialib/plugins/quicktime/quicktime_vc8.vcproj 2007-11-06 22:52:16 UTC (rev 378)
+++ trunk/lib/openlibraries/src/openmedialib/plugins/quicktime/quicktime_vc8.vcproj 2007-11-06 23:24:46 UTC (rev 379)
@@ -46,7 +46,7 @@
MinimalRebuild="true"
ExceptionHandling="2"
BasicRuntimeChecks="3"
- RuntimeLibrary="1"
+ RuntimeLibrary="3"
OpenMP="true"
UsePrecompiledHeader="0"
WarningLevel="4"
@@ -129,7 +129,7 @@
AdditionalIncludeDirectories=""$(SolutionDir)\src";"C:\Boost\include\boost-1_34_1";"C:\Program Files\QuickTime SDK\CIncludes""
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;QUICKTIME_EXPORTS;ML_PLUGIN_EXPORTS;OPENMEDIALIB_BUILD;HAVE_FLEX_STRING"
ExceptionHandling="2"
- RuntimeLibrary="0"
+ RuntimeLibrary="2"
BufferSecurityCheck="false"
FloatingPointModel="2"
OpenMP="true"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <gl...@us...> - 2007-11-06 22:52:20
|
Revision: 378
http://hdrflow.svn.sourceforge.net/hdrflow/?rev=378&view=rev
Author: glslang
Date: 2007-11-06 14:52:16 -0800 (Tue, 06 Nov 2007)
Log Message:
-----------
+ build fixes
Modified Paths:
--------------
trunk/lib/openlibraries/openlibraries_vc8.sln
trunk/lib/openlibraries/src/openimagelib/plugins/jpg/jpg_vc8.icproj
trunk/lib/openlibraries/src/openobjectlib/plugins/wavefront/obj.cpp
trunk/lib/openlibraries/src/openobjectlib/plugins/wavefront/obj_plugin.cpp
trunk/lib/openlibraries/src/openobjectlib/plugins/wavefront/obj_plugin.hpp
Modified: trunk/lib/openlibraries/openlibraries_vc8.sln
===================================================================
--- trunk/lib/openlibraries/openlibraries_vc8.sln 2007-11-06 22:08:07 UTC (rev 377)
+++ trunk/lib/openlibraries/openlibraries_vc8.sln 2007-11-06 22:52:16 UTC (rev 378)
@@ -376,7 +376,7 @@
{3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0} = {3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0}
EndProjectSection
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "obj", "..\..\..\..\openlibraries\trunk\src\openobjectlib\plugins\obj\obj_vc8.vcproj", "{AE1793B8-18EA-4277-BFDD-8C9F2AFA0096}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "obj", "src\openobjectlib\plugins\wavefront\obj_vc8.vcproj", "{AE1793B8-18EA-4277-BFDD-8C9F2AFA0096}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Modified: trunk/lib/openlibraries/src/openimagelib/plugins/jpg/jpg_vc8.icproj
===================================================================
--- trunk/lib/openlibraries/src/openimagelib/plugins/jpg/jpg_vc8.icproj 2007-11-06 22:08:07 UTC (rev 377)
+++ trunk/lib/openlibraries/src/openimagelib/plugins/jpg/jpg_vc8.icproj 2007-11-06 22:52:16 UTC (rev 378)
@@ -7,7 +7,7 @@
RootNamespace="jpg"
Keyword="Win32Proj"
VCNestedProjectGUID="{DB59A3DD-CC08-4FFD-ADFA-F659B2FC78B1}"
- VCNestedProjectCRC32="1340418931"
+ VCNestedProjectCRC32="162289014"
VCNestedProjectFileName="jpg_vc8.vcproj">
<Platforms>
<Platform
@@ -38,11 +38,11 @@
Name="CppCmplrTool"
Optimization="0"
AdditionalIncludeDirectories=""$(SolutionDir)\src";"C:\Boost\include\boost-1_34_1";"C:\Program Files\HDR\include""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;IL_EXPORTS;OPENIMAGELIB_BUILD;HAVE_FLEX_STRING;HAVE_JPEGHDR"
+ PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;IL_EXPORTS;OPENIMAGELIB_BUILD;HAVE_FLEX_STRING"
MinimalRebuild="true"
ExceptionHandling="2"
BasicRuntimeChecks="3"
- RuntimeLibrary="1"
+ RuntimeLibrary="3"
BufferSecurityCheck="true"
EnableEnhancedInstructionSet="0"
TreatWChar_tAsBuiltInType="true"
Modified: trunk/lib/openlibraries/src/openobjectlib/plugins/wavefront/obj.cpp
===================================================================
--- trunk/lib/openlibraries/src/openobjectlib/plugins/wavefront/obj.cpp 2007-11-06 22:08:07 UTC (rev 377)
+++ trunk/lib/openlibraries/src/openobjectlib/plugins/wavefront/obj.cpp 2007-11-06 22:52:16 UTC (rev 378)
@@ -5,7 +5,7 @@
// Released under the LGPL.
// For more information, see http://www.openlibraries.org.
-#include <openobjectlib/plugins/obj/obj_plugin.hpp>
+#include <openobjectlib/plugins/wavefront/obj_plugin.hpp>
namespace opl = olib::openpluginlib;
namespace OBJ = olib::openobjectlib::plugins::OBJ;
Modified: trunk/lib/openlibraries/src/openobjectlib/plugins/wavefront/obj_plugin.cpp
===================================================================
--- trunk/lib/openlibraries/src/openobjectlib/plugins/wavefront/obj_plugin.cpp 2007-11-06 22:08:07 UTC (rev 377)
+++ trunk/lib/openlibraries/src/openobjectlib/plugins/wavefront/obj_plugin.cpp 2007-11-06 22:52:16 UTC (rev 378)
@@ -21,8 +21,8 @@
#include <openobjectlib/sg/spatial.hpp>
#include <openobjectlib/sg/meshes.hpp>
-#include <openobjectlib/plugins/obj/obj_plugin.hpp>
-#include <openobjectlib/plugins/obj/spirit.hpp>
+#include <openobjectlib/plugins/wavefront/obj_plugin.hpp>
+#include <openobjectlib/plugins/wavefront/spirit.hpp>
namespace fs = boost::filesystem;
namespace spirit = boost::spirit;
Modified: trunk/lib/openlibraries/src/openobjectlib/plugins/wavefront/obj_plugin.hpp
===================================================================
--- trunk/lib/openlibraries/src/openobjectlib/plugins/wavefront/obj_plugin.hpp 2007-11-06 22:08:07 UTC (rev 377)
+++ trunk/lib/openlibraries/src/openobjectlib/plugins/wavefront/obj_plugin.hpp 2007-11-06 22:52:16 UTC (rev 378)
@@ -10,7 +10,7 @@
#include <boost/filesystem/path.hpp>
-#include <openobjectlib/plugins/obj/config.hpp>
+#include <openobjectlib/plugins/wavefront/config.hpp>
#include <openobjectlib/sg/openobjectlib_plugin.hpp>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <gl...@us...> - 2007-11-06 22:08:08
|
Revision: 377
http://hdrflow.svn.sourceforge.net/hdrflow/?rev=377&view=rev
Author: glslang
Date: 2007-11-06 14:08:07 -0800 (Tue, 06 Nov 2007)
Log Message:
-----------
+ portability fixes
Modified Paths:
--------------
trunk/lib/openlibraries/openlibraries_iw_vc8.sln
trunk/lib/openlibraries/openlibraries_vc8.sln
Modified: trunk/lib/openlibraries/openlibraries_iw_vc8.sln
===================================================================
--- trunk/lib/openlibraries/openlibraries_iw_vc8.sln 2007-11-06 21:59:54 UTC (rev 376)
+++ trunk/lib/openlibraries/openlibraries_iw_vc8.sln 2007-11-06 22:08:07 UTC (rev 377)
@@ -226,12 +226,6 @@
{67EA57CD-3ACE-4BA9-BD0D-440FFC547382} = {67EA57CD-3ACE-4BA9-BD0D-440FFC547382}
EndProjectSection
EndProject
-Project("{EAF909A5-FA59-4C3D-9431-0FCC20D5BCF9}") = "obj", "src\openobjectlib\plugins\obj\obj_vc8.icproj", "{DDF3D73D-8E68-403E-A5D8-0F3D3231E590}"
- ProjectSection(ProjectDependencies) = postProject
- {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92} = {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92}
- {B3A51819-E9B9-445A-9347-BC8D1D3BC1DA} = {B3A51819-E9B9-445A-9347-BC8D1D3BC1DA}
- EndProjectSection
-EndProject
Project("{EAF909A5-FA59-4C3D-9431-0FCC20D5BCF9}") = "X3D", "src\openobjectlib\plugins\X3D\X3D_vc8.icproj", "{CF7C26D5-4EB0-41C9-BB84-9E655A0227F6}"
ProjectSection(ProjectDependencies) = postProject
{B3A51819-E9B9-445A-9347-BC8D1D3BC1DA} = {B3A51819-E9B9-445A-9347-BC8D1D3BC1DA}
@@ -382,6 +376,8 @@
{CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92} = {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92}
EndProjectSection
EndProject
+Project("{EAF909A5-FA59-4C3D-9431-0FCC20D5BCF9}") = "obj", "src\openobjectlib\plugins\wavefront\obj_vc8.icproj", "{DDF3D73D-8E68-403E-A5D8-0F3D3231E590}"
+EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Multi-threaded Debug DLL|Win32 = Multi-threaded Debug DLL|Win32
@@ -520,10 +516,6 @@
{B3A51819-E9B9-445A-9347-BC8D1D3BC1DA}.Multi-threaded Debug DLL|Win32.Build.0 = Multi-threaded Debug DLL|Win32
{B3A51819-E9B9-445A-9347-BC8D1D3BC1DA}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
{B3A51819-E9B9-445A-9347-BC8D1D3BC1DA}.Multi-threaded Release DLL|Win32.Build.0 = Multi-threaded Release DLL|Win32
- {DDF3D73D-8E68-403E-A5D8-0F3D3231E590}.Multi-threaded Debug DLL|Win32.ActiveCfg = Multi-threaded Debug DLL|Win32
- {DDF3D73D-8E68-403E-A5D8-0F3D3231E590}.Multi-threaded Debug DLL|Win32.Build.0 = Multi-threaded Debug DLL|Win32
- {DDF3D73D-8E68-403E-A5D8-0F3D3231E590}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
- {DDF3D73D-8E68-403E-A5D8-0F3D3231E590}.Multi-threaded Release DLL|Win32.Build.0 = Multi-threaded Release DLL|Win32
{CF7C26D5-4EB0-41C9-BB84-9E655A0227F6}.Multi-threaded Debug DLL|Win32.ActiveCfg = Multi-threaded Debug DLL|Win32
{CF7C26D5-4EB0-41C9-BB84-9E655A0227F6}.Multi-threaded Debug DLL|Win32.Build.0 = Multi-threaded Debug DLL|Win32
{CF7C26D5-4EB0-41C9-BB84-9E655A0227F6}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
@@ -748,10 +740,6 @@
{DCCDFFF5-23EB-4E4B-BE38-9E5F8D42151E}.Multi-threaded Debug DLL|Win32.Build.0 = Multi-threaded Debug DLL|Win32
{DCCDFFF5-23EB-4E4B-BE38-9E5F8D42151E}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
{DCCDFFF5-23EB-4E4B-BE38-9E5F8D42151E}.Multi-threaded Release DLL|Win32.Build.0 = Multi-threaded Release DLL|Win32
- {AE1793B8-18EA-4277-BFDD-8C9F2AFA0096}.Multi-threaded Debug DLL|Win32.ActiveCfg = Multi-threaded Debug DLL|Win32
- {AE1793B8-18EA-4277-BFDD-8C9F2AFA0096}.Multi-threaded Debug DLL|Win32.Build.0 = Multi-threaded Debug DLL|Win32
- {AE1793B8-18EA-4277-BFDD-8C9F2AFA0096}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
- {AE1793B8-18EA-4277-BFDD-8C9F2AFA0096}.Multi-threaded Release DLL|Win32.Build.0 = Multi-threaded Release DLL|Win32
{7A98C731-F651-4427-BD02-25133DEA7171}.Multi-threaded Debug DLL|Win32.ActiveCfg = Multi-threaded Debug DLL|Win32
{7A98C731-F651-4427-BD02-25133DEA7171}.Multi-threaded Debug DLL|Win32.Build.0 = Multi-threaded Debug DLL|Win32
{7A98C731-F651-4427-BD02-25133DEA7171}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
@@ -844,6 +832,12 @@
{DB59A3DD-CC08-4FFD-ADFA-F659B2FC78B1}.Multi-threaded Debug DLL|Win32.Build.0 = Multi-threaded Debug DLL|Win32
{DB59A3DD-CC08-4FFD-ADFA-F659B2FC78B1}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
{DB59A3DD-CC08-4FFD-ADFA-F659B2FC78B1}.Multi-threaded Release DLL|Win32.Build.0 = Multi-threaded Release DLL|Win32
+ {DDF3D73D-8E68-403E-A5D8-0F3D3231E590}.Multi-threaded Debug DLL|Win32.ActiveCfg = Multi-threaded Debug DLL|Win32
+ {DDF3D73D-8E68-403E-A5D8-0F3D3231E590}.Multi-threaded Debug DLL|Win32.Build.0 = Multi-threaded Debug DLL|Win32
+ {DDF3D73D-8E68-403E-A5D8-0F3D3231E590}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
+ {DDF3D73D-8E68-403E-A5D8-0F3D3231E590}.Multi-threaded Release DLL|Win32.Build.0 = Multi-threaded Release DLL|Win32
+ {AE1793B8-18EA-4277-BFDD-8C9F2AFA0096}.Multi-threaded Debug DLL|Win32.ActiveCfg = Multi-threaded Debug DLL|Win32
+ {AE1793B8-18EA-4277-BFDD-8C9F2AFA0096}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
@@ -912,8 +906,8 @@
{1BECC806-7A92-409B-A6F2-1FA6AB42E0A5} = {C039BC12-D0D0-4BAC-B8E4-445EEA6678B8}
{9F7A5B52-4A77-4C5F-B664-7C7F0D74AEA4} = {C039BC12-D0D0-4BAC-B8E4-445EEA6678B8}
{B3A51819-E9B9-445A-9347-BC8D1D3BC1DA} = {BD86F550-C573-4A68-955B-6CEDCC8F595D}
- {DDF3D73D-8E68-403E-A5D8-0F3D3231E590} = {9483FC7B-E396-43E6-84ED-EB021AC54252}
{CF7C26D5-4EB0-41C9-BB84-9E655A0227F6} = {9483FC7B-E396-43E6-84ED-EB021AC54252}
+ {DDF3D73D-8E68-403E-A5D8-0F3D3231E590} = {9483FC7B-E396-43E6-84ED-EB021AC54252}
{80261E5B-CC18-4844-B0C2-7D8B04671BAE} = {D3688A41-2908-41C0-8BF1-4AB6E3DFDBC4}
{DCDE03E7-5170-4CB4-ACF5-E788CF12E283} = {D3688A41-2908-41C0-8BF1-4AB6E3DFDBC4}
{E18DF63F-8CDB-4377-8C5C-79FCC969E113} = {56A6ABC4-51B3-45A3-ADDD-D22A50AA55F9}
Modified: trunk/lib/openlibraries/openlibraries_vc8.sln
===================================================================
--- trunk/lib/openlibraries/openlibraries_vc8.sln 2007-11-06 21:59:54 UTC (rev 376)
+++ trunk/lib/openlibraries/openlibraries_vc8.sln 2007-11-06 22:08:07 UTC (rev 377)
@@ -226,12 +226,6 @@
{C9BA7656-B238-4882-A30A-EC2BDB2843B4} = {C9BA7656-B238-4882-A30A-EC2BDB2843B4}
EndProjectSection
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "obj", "src\openobjectlib\plugins\obj\obj_vc8.vcproj", "{AE1793B8-18EA-4277-BFDD-8C9F2AFA0096}"
- ProjectSection(ProjectDependencies) = postProject
- {3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0} = {3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0}
- {DCCDFFF5-23EB-4E4B-BE38-9E5F8D42151E} = {DCCDFFF5-23EB-4E4B-BE38-9E5F8D42151E}
- EndProjectSection
-EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "X3D", "src\openobjectlib\plugins\X3D\X3D_vc8.vcproj", "{7A98C731-F651-4427-BD02-25133DEA7171}"
ProjectSection(ProjectDependencies) = postProject
{DCCDFFF5-23EB-4E4B-BE38-9E5F8D42151E} = {DCCDFFF5-23EB-4E4B-BE38-9E5F8D42151E}
@@ -382,6 +376,8 @@
{3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0} = {3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0}
EndProjectSection
EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "obj", "..\..\..\..\openlibraries\trunk\src\openobjectlib\plugins\obj\obj_vc8.vcproj", "{AE1793B8-18EA-4277-BFDD-8C9F2AFA0096}"
+EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Multi-threaded Debug DLL|Win32 = Multi-threaded Debug DLL|Win32
@@ -520,10 +516,6 @@
{DCCDFFF5-23EB-4E4B-BE38-9E5F8D42151E}.Multi-threaded Debug DLL|Win32.Build.0 = Multi-threaded Debug DLL|Win32
{DCCDFFF5-23EB-4E4B-BE38-9E5F8D42151E}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
{DCCDFFF5-23EB-4E4B-BE38-9E5F8D42151E}.Multi-threaded Release DLL|Win32.Build.0 = Multi-threaded Release DLL|Win32
- {AE1793B8-18EA-4277-BFDD-8C9F2AFA0096}.Multi-threaded Debug DLL|Win32.ActiveCfg = Multi-threaded Debug DLL|Win32
- {AE1793B8-18EA-4277-BFDD-8C9F2AFA0096}.Multi-threaded Debug DLL|Win32.Build.0 = Multi-threaded Debug DLL|Win32
- {AE1793B8-18EA-4277-BFDD-8C9F2AFA0096}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
- {AE1793B8-18EA-4277-BFDD-8C9F2AFA0096}.Multi-threaded Release DLL|Win32.Build.0 = Multi-threaded Release DLL|Win32
{7A98C731-F651-4427-BD02-25133DEA7171}.Multi-threaded Debug DLL|Win32.ActiveCfg = Multi-threaded Debug DLL|Win32
{7A98C731-F651-4427-BD02-25133DEA7171}.Multi-threaded Debug DLL|Win32.Build.0 = Multi-threaded Debug DLL|Win32
{7A98C731-F651-4427-BD02-25133DEA7171}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
@@ -616,6 +608,10 @@
{DB59A3DD-CC08-4FFD-ADFA-F659B2FC78B1}.Multi-threaded Debug DLL|Win32.Build.0 = Multi-threaded Debug DLL|Win32
{DB59A3DD-CC08-4FFD-ADFA-F659B2FC78B1}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
{DB59A3DD-CC08-4FFD-ADFA-F659B2FC78B1}.Multi-threaded Release DLL|Win32.Build.0 = Multi-threaded Release DLL|Win32
+ {AE1793B8-18EA-4277-BFDD-8C9F2AFA0096}.Multi-threaded Debug DLL|Win32.ActiveCfg = Multi-threaded Debug DLL|Win32
+ {AE1793B8-18EA-4277-BFDD-8C9F2AFA0096}.Multi-threaded Debug DLL|Win32.Build.0 = Multi-threaded Debug DLL|Win32
+ {AE1793B8-18EA-4277-BFDD-8C9F2AFA0096}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
+ {AE1793B8-18EA-4277-BFDD-8C9F2AFA0096}.Multi-threaded Release DLL|Win32.Build.0 = Multi-threaded Release DLL|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
@@ -684,8 +680,8 @@
{C29BD9EC-EC1B-4D7F-8985-F85698CE66ED} = {C039BC12-D0D0-4BAC-B8E4-445EEA6678B8}
{1AC3D22B-175B-4169-B74A-276F9D5BA7AB} = {C039BC12-D0D0-4BAC-B8E4-445EEA6678B8}
{DCCDFFF5-23EB-4E4B-BE38-9E5F8D42151E} = {BD86F550-C573-4A68-955B-6CEDCC8F595D}
- {AE1793B8-18EA-4277-BFDD-8C9F2AFA0096} = {9483FC7B-E396-43E6-84ED-EB021AC54252}
{7A98C731-F651-4427-BD02-25133DEA7171} = {9483FC7B-E396-43E6-84ED-EB021AC54252}
+ {AE1793B8-18EA-4277-BFDD-8C9F2AFA0096} = {9483FC7B-E396-43E6-84ED-EB021AC54252}
{BD346E41-BEBD-43E7-9801-8EC1158355C4} = {D3688A41-2908-41C0-8BF1-4AB6E3DFDBC4}
{ECEDB34E-A863-420F-BFC6-F294AC078892} = {D3688A41-2908-41C0-8BF1-4AB6E3DFDBC4}
{4B89FC29-D7E8-4E1A-99D7-17561B89DBEA} = {56A6ABC4-51B3-45A3-ADDD-D22A50AA55F9}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <gl...@us...> - 2007-11-06 22:00:48
|
Revision: 376
http://hdrflow.svn.sourceforge.net/hdrflow/?rev=376&view=rev
Author: glslang
Date: 2007-11-06 13:59:54 -0800 (Tue, 06 Nov 2007)
Log Message:
-----------
+ portability fixes
Modified Paths:
--------------
trunk/lib/openlibraries/configure.ac
trunk/lib/openlibraries/src/openimagelib/plugins/jpg/jpg_vc8.vcproj
trunk/lib/openlibraries/src/openobjectlib/plugins/Makefile.am
Added Paths:
-----------
trunk/lib/openlibraries/src/openobjectlib/plugins/wavefront/
trunk/lib/openlibraries/src/openobjectlib/plugins/wavefront/Makefile.am
trunk/lib/openlibraries/src/openobjectlib/plugins/wavefront/config.hpp
trunk/lib/openlibraries/src/openobjectlib/plugins/wavefront/obj.cpp
trunk/lib/openlibraries/src/openobjectlib/plugins/wavefront/obj_plugin.cpp
trunk/lib/openlibraries/src/openobjectlib/plugins/wavefront/obj_plugin.hpp
trunk/lib/openlibraries/src/openobjectlib/plugins/wavefront/obj_plugin.opl
trunk/lib/openlibraries/src/openobjectlib/plugins/wavefront/obj_vc8.icproj
trunk/lib/openlibraries/src/openobjectlib/plugins/wavefront/obj_vc8.vcproj
trunk/lib/openlibraries/src/openobjectlib/plugins/wavefront/spirit.hpp
Removed Paths:
-------------
trunk/lib/openlibraries/src/openobjectlib/plugins/obj/
trunk/lib/openlibraries/src/openobjectlib/plugins/wavefront/Makefile.am
trunk/lib/openlibraries/src/openobjectlib/plugins/wavefront/config.hpp
trunk/lib/openlibraries/src/openobjectlib/plugins/wavefront/obj.cpp
trunk/lib/openlibraries/src/openobjectlib/plugins/wavefront/obj_plugin.cpp
trunk/lib/openlibraries/src/openobjectlib/plugins/wavefront/obj_plugin.hpp
trunk/lib/openlibraries/src/openobjectlib/plugins/wavefront/obj_plugin.opl
trunk/lib/openlibraries/src/openobjectlib/plugins/wavefront/obj_vc8.vcproj
trunk/lib/openlibraries/src/openobjectlib/plugins/wavefront/spirit.hpp
Modified: trunk/lib/openlibraries/configure.ac
===================================================================
--- trunk/lib/openlibraries/configure.ac 2007-11-06 21:20:38 UTC (rev 375)
+++ trunk/lib/openlibraries/configure.ac 2007-11-06 21:59:54 UTC (rev 376)
@@ -367,8 +367,8 @@
src/openobjectlib/sg/Makefile
src/openobjectlib/plugins/Makefile
src/openobjectlib/plugins/3ds/Makefile
-src/openobjectlib/plugins/obj/Makefile
src/openobjectlib/plugins/X3D/Makefile
+src/openobjectlib/plugins/wavefront/Makefile
src/openassetlib/Makefile
src/openassetlib/al/Makefile
src/openassetlib/py/Makefile
Modified: trunk/lib/openlibraries/src/openimagelib/plugins/jpg/jpg_vc8.vcproj
===================================================================
--- trunk/lib/openlibraries/src/openimagelib/plugins/jpg/jpg_vc8.vcproj 2007-11-06 21:20:38 UTC (rev 375)
+++ trunk/lib/openlibraries/src/openimagelib/plugins/jpg/jpg_vc8.vcproj 2007-11-06 21:59:54 UTC (rev 376)
@@ -41,11 +41,11 @@
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories=""$(SolutionDir)\src";"C:\Boost\include\boost-1_34_1";"C:\Program Files\HDR\include""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;IL_EXPORTS;OPENIMAGELIB_BUILD;HAVE_FLEX_STRING;HAVE_JPEGHDR"
+ PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;IL_EXPORTS;OPENIMAGELIB_BUILD;HAVE_FLEX_STRING"
MinimalRebuild="true"
ExceptionHandling="2"
BasicRuntimeChecks="3"
- RuntimeLibrary="1"
+ RuntimeLibrary="3"
BufferSecurityCheck="true"
EnableEnhancedInstructionSet="0"
TreatWChar_tAsBuiltInType="true"
Modified: trunk/lib/openlibraries/src/openobjectlib/plugins/Makefile.am
===================================================================
--- trunk/lib/openlibraries/src/openobjectlib/plugins/Makefile.am 2007-11-06 21:20:38 UTC (rev 375)
+++ trunk/lib/openlibraries/src/openobjectlib/plugins/Makefile.am 2007-11-06 21:59:54 UTC (rev 376)
@@ -3,4 +3,4 @@
#
#
-SUBDIRS = 3ds obj X3D
+SUBDIRS = 3ds X3D wavefront
Copied: trunk/lib/openlibraries/src/openobjectlib/plugins/wavefront (from rev 351, trunk/lib/openlibraries/src/openobjectlib/plugins/obj)
Deleted: trunk/lib/openlibraries/src/openobjectlib/plugins/wavefront/Makefile.am
===================================================================
--- trunk/lib/openlibraries/src/openobjectlib/plugins/obj/Makefile.am 2007-10-08 21:33:45 UTC (rev 351)
+++ trunk/lib/openlibraries/src/openobjectlib/plugins/wavefront/Makefile.am 2007-11-06 21:59:54 UTC (rev 376)
@@ -1,32 +0,0 @@
-
-#
-#
-#
-
-libdir = $(OPENOBJECTLIB_PLUGINPATH)
-
-lib_LTLIBRARIES = libopenobjectlib_obj.la
-
-libopenobjectlib_obj_la_SOURCES = \
- config.hpp \
- obj.cpp \
- obj_plugin.hpp \
- obj_plugin.cpp \
- spirit.hpp
-
-libopenobjectlib_obj_la_CXXFLAGS = \
- $(BOOST_INCLUDE_PATH) \
- -DOBJ_EXPORTS
-
-libopenobjectlib_obj_la_LIBADD = \
- $(BOOST_FILESYSTEM_LIBS)
-
-libopenobjectlib_obj_la_LDFLAGS = \
- $(OLIB_LDFLAGS) \
- $(BOOST_LIB_PATH) \
- -version-info $(OL_LT_CURRENT):$(OL_LT_REVISION):$(OL_LT_AGE)
-
-libopenobjectlib_obj_ladir = $(OPENOBJECTLIB_PLUGINPATH)
-libopenobjectlib_obj_la_DATA = obj_plugin.opl
-
-nobase_dist_libopenobjectlib_obj_la_DATA = obj_plugin.opl
Copied: trunk/lib/openlibraries/src/openobjectlib/plugins/wavefront/Makefile.am (from rev 375, trunk/lib/openlibraries/src/openobjectlib/plugins/obj/Makefile.am)
===================================================================
--- trunk/lib/openlibraries/src/openobjectlib/plugins/wavefront/Makefile.am (rev 0)
+++ trunk/lib/openlibraries/src/openobjectlib/plugins/wavefront/Makefile.am 2007-11-06 21:59:54 UTC (rev 376)
@@ -0,0 +1,32 @@
+
+#
+#
+#
+
+libdir = $(OPENOBJECTLIB_PLUGINPATH)
+
+lib_LTLIBRARIES = libopenobjectlib_obj.la
+
+libopenobjectlib_obj_la_SOURCES = \
+ config.hpp \
+ obj.cpp \
+ obj_plugin.hpp \
+ obj_plugin.cpp \
+ spirit.hpp
+
+libopenobjectlib_obj_la_CXXFLAGS = \
+ $(BOOST_INCLUDE_PATH) \
+ -DOBJ_EXPORTS
+
+libopenobjectlib_obj_la_LIBADD = \
+ $(BOOST_FILESYSTEM_LIBS)
+
+libopenobjectlib_obj_la_LDFLAGS = \
+ $(OLIB_LDFLAGS) \
+ $(BOOST_LIB_PATH) \
+ -version-info $(OL_LT_CURRENT):$(OL_LT_REVISION):$(OL_LT_AGE)
+
+libopenobjectlib_obj_ladir = $(OPENOBJECTLIB_PLUGINPATH)
+libopenobjectlib_obj_la_DATA = obj_plugin.opl
+
+nobase_dist_libopenobjectlib_obj_la_DATA = obj_plugin.opl
Deleted: trunk/lib/openlibraries/src/openobjectlib/plugins/wavefront/config.hpp
===================================================================
--- trunk/lib/openlibraries/src/openobjectlib/plugins/obj/config.hpp 2007-10-08 21:33:45 UTC (rev 351)
+++ trunk/lib/openlibraries/src/openobjectlib/plugins/wavefront/config.hpp 2007-11-06 21:59:54 UTC (rev 376)
@@ -1,25 +0,0 @@
-
-// OBJ - An OBJ plugin to sg.
-
-// Copyright (C) 2005-2006 VM Inc.
-// Released under the LGPL.
-// For more information, see http://www.openlibraries.org.
-
-#ifndef OBJ_CONFIG_INC_
-#define OBJ_CONFIG_INC_
-
-#ifdef WIN32
-# ifdef OBJ_EXPORTS
-# define OBJ_DECLSPEC __declspec( dllexport )
-# else
-# define OBJ_DECLSPEC __declspec( dllimport )
-# endif
-#else
-# ifdef OBJ_EXPORTS
-# define OBJ_DECLSPEC __attribute__( ( visibility( "default" ) ) )
-# else
-# define OBJ_DECLSPEC __attribute__( ( visibility( "default" ) ) )
-# endif
-#endif
-
-#endif
Copied: trunk/lib/openlibraries/src/openobjectlib/plugins/wavefront/config.hpp (from rev 375, trunk/lib/openlibraries/src/openobjectlib/plugins/obj/config.hpp)
===================================================================
--- trunk/lib/openlibraries/src/openobjectlib/plugins/wavefront/config.hpp (rev 0)
+++ trunk/lib/openlibraries/src/openobjectlib/plugins/wavefront/config.hpp 2007-11-06 21:59:54 UTC (rev 376)
@@ -0,0 +1,25 @@
+
+// OBJ - An OBJ plugin to sg.
+
+// Copyright (C) 2005-2006 VM Inc.
+// Released under the LGPL.
+// For more information, see http://www.openlibraries.org.
+
+#ifndef OBJ_CONFIG_INC_
+#define OBJ_CONFIG_INC_
+
+#ifdef WIN32
+# ifdef OBJ_EXPORTS
+# define OBJ_DECLSPEC __declspec( dllexport )
+# else
+# define OBJ_DECLSPEC __declspec( dllimport )
+# endif
+#else
+# ifdef OBJ_EXPORTS
+# define OBJ_DECLSPEC __attribute__( ( visibility( "default" ) ) )
+# else
+# define OBJ_DECLSPEC __attribute__( ( visibility( "default" ) ) )
+# endif
+#endif
+
+#endif
Deleted: trunk/lib/openlibraries/src/openobjectlib/plugins/wavefront/obj.cpp
===================================================================
--- trunk/lib/openlibraries/src/openobjectlib/plugins/obj/obj.cpp 2007-10-08 21:33:45 UTC (rev 351)
+++ trunk/lib/openlibraries/src/openobjectlib/plugins/wavefront/obj.cpp 2007-11-06 21:59:54 UTC (rev 376)
@@ -1,33 +0,0 @@
-
-// OBJ - An OBJ plugin to sg.
-
-// Copyright (C) 2005-2006 VM Inc.
-// Released under the LGPL.
-// For more information, see http://www.openlibraries.org.
-
-#include <openobjectlib/plugins/obj/obj_plugin.hpp>
-
-namespace opl = olib::openpluginlib;
-namespace OBJ = olib::openobjectlib::plugins::OBJ;
-
-extern "C"
-{
- OBJ_DECLSPEC bool openplugin_init( void )
- {
- return true;
- }
-
- OBJ_DECLSPEC bool openplugin_uninit( void )
- {
- return true;
- }
-
- OBJ_DECLSPEC bool openplugin_create_plugin( const char*, opl::openplugin** plug )
- {
- *plug = new OBJ::OBJ_plugin;
- return true;
- }
-
- OBJ_DECLSPEC void openplugin_destroy_plugin( opl::openplugin* plug )
- { delete static_cast<OBJ::OBJ_plugin*>( plug ); }
-}
Copied: trunk/lib/openlibraries/src/openobjectlib/plugins/wavefront/obj.cpp (from rev 375, trunk/lib/openlibraries/src/openobjectlib/plugins/obj/obj.cpp)
===================================================================
--- trunk/lib/openlibraries/src/openobjectlib/plugins/wavefront/obj.cpp (rev 0)
+++ trunk/lib/openlibraries/src/openobjectlib/plugins/wavefront/obj.cpp 2007-11-06 21:59:54 UTC (rev 376)
@@ -0,0 +1,33 @@
+
+// OBJ - An OBJ plugin to sg.
+
+// Copyright (C) 2005-2006 VM Inc.
+// Released under the LGPL.
+// For more information, see http://www.openlibraries.org.
+
+#include <openobjectlib/plugins/obj/obj_plugin.hpp>
+
+namespace opl = olib::openpluginlib;
+namespace OBJ = olib::openobjectlib::plugins::OBJ;
+
+extern "C"
+{
+ OBJ_DECLSPEC bool openplugin_init( void )
+ {
+ return true;
+ }
+
+ OBJ_DECLSPEC bool openplugin_uninit( void )
+ {
+ return true;
+ }
+
+ OBJ_DECLSPEC bool openplugin_create_plugin( const char*, opl::openplugin** plug )
+ {
+ *plug = new OBJ::OBJ_plugin;
+ return true;
+ }
+
+ OBJ_DECLSPEC void openplugin_destroy_plugin( opl::openplugin* plug )
+ { delete static_cast<OBJ::OBJ_plugin*>( plug ); }
+}
Deleted: trunk/lib/openlibraries/src/openobjectlib/plugins/wavefront/obj_plugin.cpp
===================================================================
--- trunk/lib/openlibraries/src/openobjectlib/plugins/obj/obj_plugin.cpp 2007-10-08 21:33:45 UTC (rev 351)
+++ trunk/lib/openlibraries/src/openobjectlib/plugins/wavefront/obj_plugin.cpp 2007-11-06 21:59:54 UTC (rev 376)
@@ -1,1172 +0,0 @@
-
-// OBJ - An OBJ plugin to sg.
-
-// Copyright (C) 2005-2006 VM Inc.
-// Released under the LGPL.
-// For more information, see http://www.openlibraries.org.
-
-#include <algorithm>
-#include <map>
-#include <string>
-#include <vector>
-
-#include <boost/filesystem/fstream.hpp>
-#include <boost/tokenizer.hpp>
-
-#include <openpluginlib/pl/geometry.hpp>
-#include <openpluginlib/pl/property.hpp>
-#include <openpluginlib/pl/utf8_utils.hpp>
-
-#include <openobjectlib/sg/appearance.hpp>
-#include <openobjectlib/sg/spatial.hpp>
-#include <openobjectlib/sg/meshes.hpp>
-
-#include <openobjectlib/plugins/obj/obj_plugin.hpp>
-#include <openobjectlib/plugins/obj/spirit.hpp>
-
-namespace fs = boost::filesystem;
-namespace spirit = boost::spirit;
-namespace opl = olib::openpluginlib;
-namespace sg = olib::openobjectlib::sg;
-
-namespace olib { namespace openobjectlib { namespace plugins { namespace OBJ {
-
-namespace
-{
- opl::string get_base_url( const opl::string& url )
- {
-#ifdef WIN32
- size_t pos = url.find_last_of( '\\' );
- if( pos != opl::string::npos )
- return opl::string( url.begin( ), url.begin( ) + pos + 1 );
-#else
- return opl::string( url.begin( ), url.begin( ) + url.find_last_of( '/' ) + 1 );
-#endif
- return opl::string( );
- }
-
- ///////////////////////////////////////////////////////////////
- // grammar state
- struct material_state
- {
- explicit material_state( const opl::string& name_ )
- : ka( 0.2f, 0.2f, 0.2f )
- , kd( 0.8f, 0.8f, 0.8f )
- , ks( 0.2f, 0.2f, 0.2f )
- , tf( 1.0f, 1.0f, 1.0f )
- , ns( 65.0f )
- , name( name_ )
- { }
-
- opl::vec3f ka, kd, ks, tf;
- float ns;
- float sharpness;
- opl::string name;
- opl::string map_kd;
- };
-
- struct group_state
- {
- typedef std::vector<int> vec_ints;
-
- explicit group_state( const opl::string& mtl_ )
- : mtl( mtl_ )
- { }
-
- vec_ints vi, vni, vti;
- opl::string mtl;
- };
-
- struct grammar_state
- {
- typedef std::vector<float> vec_floats;
- typedef std::vector<int> vec_ints;
- typedef std::map<opl::string, group_state> groups;
- typedef std::map<opl::string, material_state> materials;
-
- explicit grammar_state( )
- : grp( 0 )
- , mtl( 0 )
- { set_group( "default" ); }
-
-
- // XXX merge these two members by means of templates.
- // XXX this totally sucks. needs a revamp ASAP.
- void set_group( const opl::string& name )
- {
- typedef groups::iterator iterator;
-
- iterator I = group.find( name );
- if( I != group.end( ) )
- {
- grp = &( I->second );
- }
- else
- {
- opl::string mtl_name( "default" );
-
- if( mtl ) mtl_name = mtl->name;
-
- grp = &( group.insert( groups::value_type( name, group_state( mtl_name ) ) ).first->second );
- }
- }
-
- void set_material( const opl::string& name )
- {
- typedef materials::iterator iterator;
-
- iterator I = material.find( name );
- if( I != material.end( ) )
- {
- mtl = &( I->second );
- }
- else
- {
- mtl = &( material.insert( materials::value_type( name, material_state( name ) ) ).first->second );
- }
-
- grp->mtl = name;
- }
-
- groups group;
- materials material;
- vec_floats v, vn, vt;
-
- group_state* grp;
- material_state* mtl;
- };
-
- ///////////////////////////////////
- /// functors
- class geometry_action
- {
- public:
- explicit geometry_action( grammar_state::vec_floats& v )
- : v_( v )
- { }
-
- void operator( )( const char* first, const char* last ) const
- { v_.push_back( static_cast<float>( atof( opl::string( first, last ).c_str( ) ) ) ); }
-
- private:
- grammar_state::vec_floats& v_;
- };
-
- //
- class topology_action
- {
- public:
- explicit topology_action( grammar_state& gs )
- : gs_( gs )
- { }
-
- void operator( )( const char* first, const char* last ) const
- {
- const char* iter = first;
-
- for( ; iter != last && *iter != '/'; ++iter )
- ;
-
- gs_.grp->vi.push_back( atoi( opl::string( first, iter ).c_str( ) ) - 1 );
-
- // texture
- if( iter != last && *++iter != '/' )
- {
- for( ; iter != last && *iter != '/'; ++iter )
- ;
-
- gs_.grp->vti.push_back( atoi( opl::string( first, iter ).c_str( ) ) - 1 );
- }
-
- // normal
- if( iter != last )
- {
- first = ++iter;
-
- gs_.grp->vni.push_back( atoi( opl::string( first, last ).c_str( ) ) - 1 );
- }
- }
-
- private:
- grammar_state& gs_;
- };
-
- //
- class topology_wrap_up_action
- {
- public:
- explicit topology_wrap_up_action( grammar_state& gs )
- : gs_( gs )
- { }
-
- void operator( )( const char* /*first*/, const char* /*last*/ ) const
- {
- gs_.grp->vi.push_back( -1 );
- gs_.grp->vni.push_back( -1 );
- gs_.grp->vti.push_back( -1 );
- }
-
- private:
- grammar_state& gs_;
- };
-
- //
- struct group_action
- {
- explicit group_action( grammar_state& gs )
- : gs_( gs )
- { }
-
- void operator( )( const char* first, const char* last ) const
- {
- opl::string s;
-
- if( ++first == last )
- s.assign( "default" );
- else
- s.assign( ++first, last ); // XXX needs a proper trim left and trim right.
-
- gs_.set_group( s );
- }
-
- grammar_state& gs_;
- };
-
- //
- struct use_material_action
- {
- explicit use_material_action( grammar_state& gs )
- : gs_( gs )
- { }
-
- void operator( )( const char* first, const char* last ) const
- { gs_.set_material( opl::string( first, last ) ); }
-
- grammar_state& gs_;
- };
-
- //
- struct material_action
- {
- explicit material_action( grammar_state& gs )
- : gs_( gs )
- { }
-
- void operator( )( const char* first, const char* last ) const
- { gs_.set_material( opl::string( first, last ) ); }
-
- grammar_state& gs_;
- };
-
- //
- opl::vec3f extract_vec3f_info( const opl::string& str )
- {
- typedef boost::tokenizer<boost::char_separator<char> > tokenizer;
-
- opl::vec3f vec;
-
- std::string st( str.c_str( ) );
-
- boost::char_separator<char> sep( " \t" );
- tokenizer tok( st.begin( ), st.end( ), sep );
-
- tokenizer::const_iterator I = tok.begin( );
- if( I != tok.end( ) )
- vec[ 0 ] = static_cast<float>( strtod( I->c_str( ), 0 ) );
- ++I;
-
- if( I != tok.end( ) )
- vec[ 1 ] = static_cast<float>( strtod( I->c_str( ), 0 ) );
- ++I;
-
- if( I != tok.end( ) )
- vec[ 2 ] = static_cast<float>( strtod( I->c_str( ), 0 ) );
- ++I;
-
- return vec;
- }
-
- struct ka_action
- {
- explicit ka_action( grammar_state& gs )
- : gs_( gs )
- { }
-
- void operator( )( const char* first, const char* last ) const
- {
- opl::string tmp( first, last );
- opl::vec3f ka = extract_vec3f_info( tmp );
-
- gs_.mtl->ka = ka;
- }
-
- grammar_state& gs_;
- };
-
- struct kd_action
- {
- explicit kd_action( grammar_state& gs )
- : gs_( gs )
- { }
-
- void operator( )( const char* first, const char* last ) const
- {
- opl::string tmp( first, last );
- opl::vec3f kd = extract_vec3f_info( tmp );
-
- gs_.mtl->kd = kd;
- }
-
- grammar_state& gs_;
- };
-
- struct ks_action
- {
- explicit ks_action( grammar_state& gs )
- : gs_( gs )
- { }
-
- void operator( )( const char* first, const char* last ) const
- {
- opl::string tmp( first, last );
- opl::vec3f ks = extract_vec3f_info( tmp );
-
- gs_.mtl->ks = ks;
- }
-
- grammar_state& gs_;
- };
-
- struct map_kd_action
- {
- explicit map_kd_action( grammar_state& gs )
- : gs_( gs )
- { }
-
- void operator( )( const char* first, const char* last ) const
- {
- opl::string tmp( first, last );
-
- gs_.mtl->map_kd = tmp;
- }
-
- grammar_state& gs_;
- };
-
- ///////////////////////////////////////////////////////////////
- // skip grammar (whitespace and comments)
- struct skip_grammar : public spirit::grammar<skip_grammar>
- {
- template<class ScannerT>
- struct definition
- {
- definition( const skip_grammar& /*self*/)
- {
- skip
- = spirit::space_p
- | spirit::comment_p( "#" )
- ;
-
-# ifndef NDEBUG
- BOOST_SPIRIT_DEBUG_NODE( skip );
-# endif
- }
-
- spirit::rule<ScannerT> skip;
-
- const spirit::rule<ScannerT>& start( ) const
- { return skip; }
- };
- };
-
- //////////////////////////////////////////////////////////////
- // obj material grammar.
- struct mtl_grammar : public spirit::grammar<mtl_grammar>
- {
- mtl_grammar( grammar_state& eval_ )
- : eval( eval_ )
- { }
-
- template<class ScannerT>
- struct definition
- {
- definition( const mtl_grammar& self )
- {
- using namespace boost::spirit;
-
- keywords
- = "newmtl", "Ka", "Kd", "Ks", "illum", "Ns", "d", "map_Kd", "Tf"
- ;
-
- NEWMTL = strlit<>( "newmtl" );
- KA = strlit<>( "Ka" );
- KD = strlit<>( "Kd" );
- KS = strlit<>( "Ks" );
- ILLUM = strlit<>( "illum" );
- NS = strlit<>( "Ns" );
- NI = strlit<>( "Ni" );
- D = strlit<>( "d" );
- MAP_KD = strlit<>( "map_Kd" );
- TF = strlit<>( "Tf" );
- REFL = strlit<>( "refl" );
- REFLTYPE = strlit<>( "-type" );
- REFLMM = strlit<>( "-mm" );
- REFLCLAMP = strlit<>( "-clamp" );
- SHARPNESS = strlit<>( "sharpness" );
- ON = strlit<>( "on" );
- OFF = strlit<>( "off" );
-
- INTEGER_DECIMAL_CONSTANT
- = lexeme_d[ +digit_p ]
- ;
-
- INTEGER_CONSTANT
- = INTEGER_DECIMAL_CONSTANT
- ;
-
- FLOAT_CONSTANT_1 // 12345[eE][+-]123[lLfF]?
- = lexeme_d
- [
- +digit_p
- >> ( chlit<>( 'e' ) | chlit<>( 'E' ) )
- >> !sign_p
- >> +digit_p
- >> !as_lower_d[ chlit<>( 'l' ) | chlit<>( 'f' ) ]
- ]
- ;
-
- FLOAT_CONSTANT_2 // .123([[eE][+-]123)?[lLfF]?
- = lexeme_d
- [
-
- *digit_p
- >> chlit<>('.')
- >> +digit_p
- >> !( ( chlit<>( 'e' ) | chlit<>( 'E' ) )
- >> !sign_p
- >> +digit_p
- )
- >> !as_lower_d[ chlit<>( 'l' ) | chlit<>( 'f' ) ]
- ]
- ;
-
- FLOAT_CONSTANT_3 // 12345.([[eE][+-]123)?[lLfF]?
- = lexeme_d
- [
- +digit_p
- >> chlit<>( '.' )
- >> *digit_p
- >> !( ( chlit<>( 'e' ) | chlit<>( 'E' ) )
- >> !sign_p
- >> +digit_p
- )
- >> !as_lower_d[ chlit<>( 'l' ) | chlit<>( 'f' ) ]
- ]
- ;
-
- FLOAT_CONSTANT
- = FLOAT_CONSTANT_1
- | FLOAT_CONSTANT_2
- | FLOAT_CONSTANT_3
- ;
-
- CONSTANT
- = !sign_p >> longest_d[ FLOAT_CONSTANT | INTEGER_CONSTANT ]
- ;
-
-
- IDENTIFIER
- = lexeme_d
- [
- ( ( alpha_p | '_' | '$' ) >> *( alnum_p | '_' | '$' | '-' | '.' ) ) - ( keywords >> anychar_p - ( alnum_p | '_' | '$' ) )
- ]
- ;
-
- newmtl
- = NEWMTL >> IDENTIFIER[ material_action( ( const_cast<mtl_grammar&>( self ) ).eval ) ]
- >> *( ka | kd | ks | ns | ni | illum | d | sharpness | tf | refl | map_Kd )
- ;
-
- ka
- = KA >> ( CONSTANT >> CONSTANT >> CONSTANT )[ ka_action( ( const_cast<mtl_grammar&>( self ) ).eval ) ]
- ;
-
- kd = KD >> ( CONSTANT >> CONSTANT >> CONSTANT )[ kd_action( ( const_cast<mtl_grammar&>( self ) ).eval ) ]
- ;
-
- ks = KS >> ( CONSTANT >> CONSTANT >> CONSTANT )[ ks_action( ( const_cast<mtl_grammar&>( self ) ).eval ) ]
- ;
-
- ns = NS >> CONSTANT
- ;
-
- ni = NI >> CONSTANT
- ;
-
- sharpness
- = SHARPNESS >> CONSTANT
- ;
-
- illum
- = ILLUM >> CONSTANT
- ;
-
- d
- = D >> CONSTANT
- ;
-
- map_Kd
- = MAP_KD >> IDENTIFIER[ map_kd_action( ( const_cast<mtl_grammar&>( self ) ).eval ) ]
- ;
-
- tf
- = TF >> ( CONSTANT >> CONSTANT >> CONSTANT )
- ;
-
- reflmm
- = REFLMM >> CONSTANT >> CONSTANT
- ;
-
- reflclamp
- = REFLCLAMP >> ( ON | OFF )
- ;
-
- refl
- = REFL >> REFLTYPE >> IDENTIFIER >> !( reflmm | reflclamp ) >> IDENTIFIER
- ;
-
- unit
- = *newmtl
- ;
-
-# ifndef NDEBUG
- BOOST_SPIRIT_DEBUG_NODE( INTEGER_DECIMAL_CONSTANT );
- BOOST_SPIRIT_DEBUG_NODE( INTEGER_CONSTANT );
- BOOST_SPIRIT_DEBUG_NODE( FLOAT_CONSTANT );
- BOOST_SPIRIT_DEBUG_NODE( FLOAT_CONSTANT_1 );
- BOOST_SPIRIT_DEBUG_NODE( FLOAT_CONSTANT_2 );
- BOOST_SPIRIT_DEBUG_NODE( FLOAT_CONSTANT_3 );
- BOOST_SPIRIT_DEBUG_NODE( CONSTANT );
- BOOST_SPIRIT_DEBUG_NODE( ILLUM );
- BOOST_SPIRIT_DEBUG_NODE( NS );
- BOOST_SPIRIT_DEBUG_NODE( NI );
- BOOST_SPIRIT_DEBUG_NODE( KS );
- BOOST_SPIRIT_DEBUG_NODE( KD );
- BOOST_SPIRIT_DEBUG_NODE( KA );
- BOOST_SPIRIT_DEBUG_NODE( D );
- BOOST_SPIRIT_DEBUG_NODE( NEWMTL );
- BOOST_SPIRIT_DEBUG_NODE( IDENTIFIER );
- BOOST_SPIRIT_DEBUG_NODE( MAP_KD );
- BOOST_SPIRIT_DEBUG_NODE( TF );
- BOOST_SPIRIT_DEBUG_NODE( SHARPNESS );
- BOOST_SPIRIT_DEBUG_NODE( REFL );
- BOOST_SPIRIT_DEBUG_NODE( REFLTYPE );
- BOOST_SPIRIT_DEBUG_NODE( REFLMM );
- BOOST_SPIRIT_DEBUG_NODE( REFLCLAMP );
- BOOST_SPIRIT_DEBUG_NODE( ON );
- BOOST_SPIRIT_DEBUG_NODE( OFF );
- BOOST_SPIRIT_DEBUG_NODE( unit );
- BOOST_SPIRIT_DEBUG_NODE( newmtl );
- BOOST_SPIRIT_DEBUG_NODE( ka );
- BOOST_SPIRIT_DEBUG_NODE( kd );
- BOOST_SPIRIT_DEBUG_NODE( ks );
- BOOST_SPIRIT_DEBUG_NODE( ns );
- BOOST_SPIRIT_DEBUG_NODE( ni );
- BOOST_SPIRIT_DEBUG_NODE( illum );
- BOOST_SPIRIT_DEBUG_NODE( d );
- BOOST_SPIRIT_DEBUG_NODE( map_Kd );
- BOOST_SPIRIT_DEBUG_NODE( tf );
- BOOST_SPIRIT_DEBUG_NODE( sharpness );
- BOOST_SPIRIT_DEBUG_NODE( refl );
- BOOST_SPIRIT_DEBUG_NODE( reflmm );
- BOOST_SPIRIT_DEBUG_NODE( reflclamp );
-# endif
- }
-
- spirit::symbols<> keywords;
-
- spirit::rule<ScannerT> unit, newmtl, ka, kd, ks, ns, ni, illum, d, map_Kd, tf, sharpness, refl, reflmm, reflclamp;
- spirit::rule<ScannerT> IDENTIFIER, NEWMTL, KA, KD, KS, NS, NI, ILLUM, SHARPNESS;
- spirit::rule<ScannerT> INTEGER_DECIMAL_CONSTANT, INTEGER_CONSTANT;
- spirit::rule<ScannerT> FLOAT_CONSTANT, FLOAT_CONSTANT_1, FLOAT_CONSTANT_2;
- spirit::rule<ScannerT> FLOAT_CONSTANT_3, CONSTANT, D, MAP_KD, TF;
- spirit::rule<ScannerT> REFL, REFLTYPE, REFLMM, REFLCLAMP, ON, OFF;
-
- const spirit::rule<ScannerT>& start( ) const
- { return unit; }
- };
-
- grammar_state& eval;
- };
-
- //////////////////////////////////////////////////////////////
- // obj grammar. some may think is a bit overkill to use a
- // spirit grammar for the obj format. however, using spirit
- // here gives us good insight on how spirit may be used for
- // more interesting grammars like the sg fx one.
- struct OBJ_grammar : public spirit::grammar<OBJ_grammar>
- {
- OBJ_grammar( grammar_state& eval_ )
- : eval( eval_ )
- { }
-
- template<class ScannerT>
- struct definition
- {
- struct load_material_action
- {
- explicit load_material_action( const fs::path& base_url, grammar_state& gs )
- : gs_( gs )
- , base_url_( base_url )
- { }
-
- void operator( )( const char* first, const char* last ) const
- {
- fs::path orig_path( std::string( first, last ), fs::native );
-
- fs::ifstream file;
- file.open( orig_path, std::ios::in );
- if( !file.is_open( ) )
- {
- file.open( base_url_ / orig_path, std::ios::in );
- if( !file.is_open( ) )
- return;
- }
-
- file.unsetf( std::ios::skipws );
-
- std::string mtl( ( std::istreambuf_iterator<char>( file ) ), std::istreambuf_iterator<char>( ) );
-
- mtl_grammar mtl_g( gs_ );
- skip_grammar skip_g;
-
-# ifndef NDEBUG
- BOOST_SPIRIT_DEBUG_NODE( mtl_g );
- BOOST_SPIRIT_DEBUG_NODE( skip_g );
-# endif
-
- spirit::parse_info<> result = spirit::parse( mtl.c_str( ), mtl_g, skip_g );
- }
-
- grammar_state& gs_;
- fs::path base_url_;
- };
-
- static const int RESERVE_SIZE = 1000;
-
- //////////////////////////////////////////////////
- // grammar definition
- definition( const OBJ_grammar& self )
- : V( 'v' )
- , N( 'n' )
- , T( 't' )
- , F( 'f' )
- , U( 'u' )
- , G( 'g' )
- , S( 's' )
- , O( 'o' )
- , SLASH( '/' )
- {
- using namespace boost::spirit;
-
- keywords
- = "v", "vn", "vt", "f", "g", "s", "u", "mtllib", "usemtl", "on", "off"
- ;
-
- MTLLIB = strlit<>( "mtllib" );
- USEMTL = strlit<>( "usemtl" );
- ON = strlit<>( "on" );
- OFF = strlit<>( "off" );
-
- IDENTIFIER
- = lexeme_d
- [
- ( ( alpha_p | '_' | '$' ) >> *( alnum_p | '_' | '$' | '-' | '.' ) ) - ( keywords >> anychar_p - ( alnum_p | '_' | '$' ) )
- ]
- ;
-
- INTEGER_DECIMAL_CONSTANT
- = lexeme_d[ +digit_p ]
- ;
-
- INTEGER_CONSTANT
- = INTEGER_DECIMAL_CONSTANT
- ;
-
- FLOAT_CONSTANT_1 // 12345[eE][+-]123[lLfF]?
- = lexeme_d
- [
- +digit_p
- >> ( chlit<>( 'e' ) | chlit<>( 'E' ) )
- >> !sign_p
- >> +digit_p
- >> !as_lower_d[ chlit<>( 'l' ) | chlit<>( 'f' ) ]
- ]
- ;
-
- FLOAT_CONSTANT_2 // .123([[eE][+-]123)?[lLfF]?
- = lexeme_d
- [
-
- *digit_p
- >> chlit<>('.')
- >> +digit_p
- >> !( ( chlit<>( 'e' ) | chlit<>( 'E' ) )
- >> !sign_p
- >> +digit_p
- )
- >> !as_lower_d[ chlit<>( 'l' ) | chlit<>( 'f' ) ]
- ]
- ;
-
- FLOAT_CONSTANT_3 // 12345.([[eE][+-]123)?[lLfF]?
- = lexeme_d
- [
- +digit_p
- >> chlit<>( '.' )
- >> *digit_p
- >> !( ( chlit<>( 'e' ) | chlit<>( 'E' ) )
- >> !sign_p
- >> +digit_p
- )
- >> !as_lower_d[ chlit<>( 'l' ) | chlit<>( 'f' ) ]
- ]
- ;
-
- FLOAT_CONSTANT
- = FLOAT_CONSTANT_1
- | FLOAT_CONSTANT_2
- | FLOAT_CONSTANT_3
- ;
-
- CONSTANT
- = !sign_p >> longest_d[ FLOAT_CONSTANT | INTEGER_CONSTANT ]
- ;
-
- vertex_element
- = V
- >> CONSTANT[ geometry_action( ( const_cast<OBJ_grammar&>( self ) ).eval.v ) ]
- >> CONSTANT[ geometry_action( ( const_cast<OBJ_grammar&>( self ) ).eval.v ) ]
- >> CONSTANT[ geometry_action( ( const_cast<OBJ_grammar&>( self ) ).eval.v ) ]
- ;
-
- normal_element
- = V >> N
- >> CONSTANT[ geometry_action( ( const_cast<OBJ_grammar&>( self ) ).eval.vn ) ]
- >> CONSTANT[ geometry_action( ( const_cast<OBJ_grammar&>( self ) ).eval.vn ) ]
- >> CONSTANT[ geometry_action( ( const_cast<OBJ_grammar&>( self ) ).eval.vn ) ]
- ;
-
- texcoord_element
- = V >> T
- >> CONSTANT[ geometry_action( ( const_cast<OBJ_grammar&>( self ) ).eval.vt ) ]
- >> CONSTANT[ geometry_action( ( const_cast<OBJ_grammar&>( self ) ).eval.vt ) ]
- >> ( *CONSTANT )
- ;
-
- face // can be one of %d, %d//%d, %d/%d, %d/%d/%d
- = longest_d
- [
- INTEGER_CONSTANT
- | INTEGER_CONSTANT >> SLASH >> SLASH >> INTEGER_CONSTANT
- | INTEGER_CONSTANT >> SLASH >> INTEGER_CONSTANT
- | INTEGER_CONSTANT >> SLASH >> INTEGER_CONSTANT >> SLASH >> INTEGER_CONSTANT
- ]
- [ topology_action( ( const_cast<OBJ_grammar&>( self ) ).eval ) ]
- ;
-
- face_element
- = ( F >> face >> face >> face >> *face )
- [ topology_wrap_up_action( ( const_cast<OBJ_grammar&>( self ) ).eval ) ]
- ;
-
- material_element
- = MTLLIB >> IDENTIFIER[ load_material_action( self.base_url_, ( const_cast<OBJ_grammar&>( self ) ).eval ) ]
- ;
-
- usemtl_element
- = USEMTL >> IDENTIFIER[ use_material_action( ( const_cast<OBJ_grammar&>( self ) ).eval ) ]
- ;
-
- group_element
- = ( G >> *IDENTIFIER )[ group_action( ( const_cast<OBJ_grammar&>( self ) ).eval ) ]
- ;
-
- smoothing_group_element
- = S >> ( INTEGER_CONSTANT | ON | OFF )
- ;
-
- theo_element
- = ( O >> *IDENTIFIER )
- ;
-
- elements
- = vertex_element
- | normal_element
- | texcoord_element
- | face_element
- | material_element
- | group_element
- | smoothing_group_element
- | theo_element
- | usemtl_element
- ;
-
- unit
- = *elements
- ;
-
- #ifndef NDEBUG
- BOOST_SPIRIT_DEBUG_NODE( INTEGER_DECIMAL_CONSTANT );
- BOOST_SPIRIT_DEBUG_NODE( INTEGER_CONSTANT );
- BOOST_SPIRIT_DEBUG_NODE( FLOAT_CONSTANT );
- BOOST_SPIRIT_DEBUG_NODE( FLOAT_CONSTANT_1 );
- BOOST_SPIRIT_DEBUG_NODE( FLOAT_CONSTANT_2 );
- BOOST_SPIRIT_DEBUG_NODE( FLOAT_CONSTANT_3 );
- BOOST_SPIRIT_DEBUG_NODE( CONSTANT );
- BOOST_SPIRIT_DEBUG_NODE( IDENTIFIER );
- BOOST_SPIRIT_DEBUG_NODE( MTLLIB );
- BOOST_SPIRIT_DEBUG_NODE( USEMTL );
- BOOST_SPIRIT_DEBUG_NODE( ON );
- BOOST_SPIRIT_DEBUG_NODE( OFF );
-
- BOOST_SPIRIT_DEBUG_NODE( unit );
- BOOST_SPIRIT_DEBUG_NODE( elements );
- BOOST_SPIRIT_DEBUG_NODE( vertex_element );
- BOOST_SPIRIT_DEBUG_NODE( normal_element );
- BOOST_SPIRIT_DEBUG_NODE( texcoord_element );
- BOOST_SPIRIT_DEBUG_NODE( face_element );
- BOOST_SPIRIT_DEBUG_NODE( material_element );
- BOOST_SPIRIT_DEBUG_NODE( param_element );
- BOOST_SPIRIT_DEBUG_NODE( group_element );
- BOOST_SPIRIT_DEBUG_NODE( smoothing_group_element );
- BOOST_SPIRIT_DEBUG_NODE( face );
- BOOST_SPIRIT_DEBUG_NODE( theo_element );
- BOOST_SPIRIT_DEBUG_NODE( usemtl_element );
- #endif
- }
-
- ////////////////////////////////////////////////////
- spirit::symbols<> keywords;
-
- spirit::chlit<> V, N, T, F, U, G, S, O, SLASH;
-
- spirit::rule<ScannerT> INTEGER_DECIMAL_CONSTANT, INTEGER_CONSTANT;
- spirit::rule<ScannerT> FLOAT_CONSTANT, FLOAT_CONSTANT_1, FLOAT_CONSTANT_2;
- spirit::rule<ScannerT> FLOAT_CONSTANT_3, CONSTANT, IDENTIFIER, MTLLIB, USEMTL;
- spirit::rule<ScannerT> ON, OFF;
-
- spirit::rule<ScannerT> unit, elements, vertex_element, normal_element;
- spirit::rule<ScannerT> texcoord_element, face_element, material_element;
- spirit::rule<ScannerT> param_element, group_element, face, smoothing_group_element;
- spirit::rule<ScannerT> theo_element, usemtl_element;
-
- const spirit::rule<ScannerT>& start( ) const
- { return unit; }
- };
-
- void set_base_url( const fs::path& base_url )
- { base_url_ = base_url; }
-
- grammar_state& eval;
- fs::path base_url_;
- };
-
- //
- template<typename C, typename V>
- void copy_( const C& c, V& v )
- {
-#if _MSC_VER >= 1400
- std::copy( c.begin( ), c.end( ), stdext::checked_array_iterator<typename V::iterator>( v.begin( ), v.size( ) ) );
-#else
- std::copy( c.begin( ), c.end( ), v.begin( ) );
-#endif
- }
-
- void unify_indices( OBJ_grammar& g )
- {
- std::vector<float> vn, vt;
- vn.resize( g.eval.v.size( ) );
- vt.resize( g.eval.v.size( ) );
-
- if( !g.eval.vn.empty( ) )
- {
- typedef std::map<opl::string, group_state>::const_iterator const_iterator;
- for( const_iterator I = g.eval.group.begin( ); I != g.eval.group.end( ); ++I )
- {
- for( int j = 0; j < I->second.vni.size( ); ++j )
- {
- int i0 = I->second.vi[ j ];
- int i1 = I->second.vni[ j ];
- if( i0 == -1 )
- continue;
-
- i0 *= 3;
- i1 *= 3;
-
- vn[ i0 + 0 ] = g.eval.vn[ i1 + 0 ];
- vn[ i0 + 1 ] = g.eval.vn[ i1 + 1 ];
- vn[ i0 + 2 ] = g.eval.vn[ i1 + 2 ];
- }
- }
- g.eval.vn = vn;
- }
-
- if( !g.eval.vt.empty( ) )
- {
- typedef std::map<opl::string, group_state>::const_iterator const_iterator;
- for( const_iterator I = g.eval.group.begin( ); I != g.eval.group.end( ); ++I )
- {
- for( int j = 0; j < I->second.vti.size( ); ++j )
- {
- int i0 = I->second.vi[ j ];
- int i1 = I->second.vti[ j ];
- if( i0 == -1 )
- continue;
-
- i0 *= 3;
- i1 *= 3;
-
- vt[ i0 + 0 ] = g.eval.vt[ i1 + 0 ];
- vt[ i0 + 1 ] = g.eval.vt[ i1 + 1 ];
- vt[ i0 + 2 ] = g.eval.vt[ i1 + 2 ];
- }
- }
- g.eval.vt = vt;
- }
- }
-
- void build_topology( const group_state& state, const sg::mesh_ptr& geometry )
- {
- opl::m_int32* index = geometry->pointer<opl::m_int32>( L"index" );
- opl::m_int32* count = geometry->pointer<opl::m_int32>( L"count" );
-
- index->reserve( state.vi.size( ) );
- count->reserve( state.vi.size( ) / 3 );
-
- for( int i = 0; i < state.vi.size( ); ++i )
- {
- int prim_count = 0;
- for( int j = i; j < state.vi.size( ); ++j, ++i )
- {
- if( state.vi[ j ] == -1 )
- {
- count->push_back( prim_count );
- break;
- }
-
- index->push_back( state.vi[ j ] );
- ++prim_count;
- }
- }
- }
-
- //
- void add_attribute( const sg::mesh_ptr& ifs, const sg::attribute_array_ptr& attr, const opl::wstring& name )
- {
- sg::v_attribute_array_ptr* attr_ = ifs->pointer<sg::v_attribute_array_ptr>( name );
- attr_->get( ) = attr;
- }
-
- sg::mesh_ptr create_geometry_node(
- const OBJ_grammar& g,
- const sg::attribute_array_ptr& coordinate,
- const sg::attribute_array_ptr& normal,
- const sg::attribute_array_ptr& texcoord )
- {
- sg::mesh_ptr ifs( new sg::mesh( ) );
- ifs->prim_type( ) = sg::mesh::POLYGONS;
-
- if( !g.eval.v.empty( ) )
- add_attribute( ifs, coordinate, L"coord" );
-
- if( !g.eval.vn.empty( ) )
- add_attribute( ifs, normal, L"normal" );
-
- if( !g.eval.vt.empty( ) )
- {
- sg::mv_uv_set_ptr* uv_ = ifs->pointer<sg::mv_uv_set_ptr>( L"uv" );
-
- sg::uv_set_ptr uv_set( new sg::uv_set( ) );
- uv_->push_back( sg::v_uv_set_ptr( uv_set ) );
-
- sg::v_attribute_array_ptr* uv = uv_set->pointer<sg::v_attribute_array_ptr>( L"uv" );
- uv->get( ) = texcoord;
- }
-
- return ifs;
- }
-
- // XXX TODO: create could try to share common materials between groups...
- sg::appearance_ptr create_appearance_node( const OBJ_grammar& g, const group_state& grp_state )
- {
- typedef grammar_state::materials::const_iterator const_iterator;
-
- sg::appearance_ptr appearance( new sg::appearance( ) );
-
- sg::v_material_ptr* material = appearance->pointer<sg::v_material_ptr>( L"material" );
-
- sg::material_ptr mtl( new sg::material( ) );
- material->get( ) = mtl;
-
- const_iterator I = g.eval.material.find( grp_state.mtl );
- if( I == g.eval.material.end( ) )
- return appearance;
-
- opl::v_color* diffuse = mtl->pointer<opl::v_color>( L"diffuseColor" );
-
- ( *diffuse ).get( )[ 0 ] = I->second.kd[ 0 ];
- ( *diffuse ).get( )[ 1 ] = I->second.kd[ 1 ];
- ( *diffuse ).get( )[ 2 ] = I->second.kd[ 2 ];
-
- if( !I->second.map_kd.empty( ) )
- {
- sg::m_texture_ptr* texture = appearance->pointer<sg::m_texture_ptr>( L"texture" );
-
- sg::texture_ptr tex( new sg::texture( ) );
- texture->push_back( tex );
-
- opl::m_url* url = tex->pointer<opl::m_url>( L"url" );
- url->push_back( fs::path( I->second.map_kd.c_str( ), fs::native ) );
- }
-
- return appearance;
- }
-
- void center_object( std::vector<float>& v )
- {
- float min[ 3 ];
- float max[ 3 ];
-
- min[ 0 ] = max[ 0 ] = v[ 0 ];
- min[ 1 ] = max[ 1 ] = v[ 1 ];
- min[ 2 ] = max[ 2 ] = v[ 2 ];
-
- for( size_t i = 3; i < v.size( ); i += 3 )
- {
- if( min[ 0 ] >= v[ i + 0 ] )
- min[ 0 ] = v[ i + 0 ];
- else if( max[ 0 ] < v[ i + 0 ] )
- max[ 0 ] = v[ i + 0 ];
-
- if( min[ 1 ] >= v[ i + 1 ] )
- min[ 1 ] = v[ i + 1 ];
- else if( max[ 1 ] < v[ i + 1 ] )
- max[ 1 ] = v[ i + 1 ];
-
- if( min[ 2 ] >= v[ i + 2 ] )
- min[ 2 ] = v[ i + 2 ];
- else if( max[ 2 ] < v[ i + 2 ] )
- max[ 2 ] = v[ i + 2 ];
- }
-
- float centre[ 3 ];
- centre[ 0 ] = ( max[ 0 ] + min[ 0 ] ) * 0.5f;
- centre[ 1 ] = ( max[ 1 ] + min[ 1 ] ) * 0.5f;
- centre[ 2 ] = ( max[ 2 ] + min[ 2 ] ) * 0.5f;
-
- for( size_t i = 0; i < v.size( ); i += 3 )
- {
- v[ i + 0 ] -= centre[ 0 ];
- v[ i + 1 ] -= centre[ 1 ];
- v[ i + 2 ] -= centre[ 2 ];
- }
- }
-
- void create_geometry( const std::vector<float>& v, sg::attribute_array_ptr& arr, int comp )
- {
- opl::m_float* val = arr->pointer<opl::m_float>( L"value" );
- opl::v_int32* nc = arr->pointer<opl::v_int32>( L"components" );
-
- val->resize( v.size( ) );
- nc->get( ) = comp;
-
- copy_( v, *val );
- }
-
- sg::spatial_ptr build_obj_graph( OBJ_grammar& g )
- {
- sg::spatial_ptr grp( new sg::group( ) );
- sg::m_spatial_ptr* children = grp->pointer<sg::m_spatial_ptr>( L"children" );
-
- sg::attribute_array_ptr varr( new sg::attribute_array( ) );
- sg::attribute_array_ptr narr( new sg::attribute_array( ) );
- sg::attribute_array_ptr tarr( new sg::attribute_array( ) );
-
- unify_indices( g );
-
- center_object( g.eval.v );
- create_geometry( g.eval.v, varr, 3 );
- create_geometry( g.eval.vn, narr, 3 );
- create_geometry( g.eval.vt, tarr, 2 );
-
- typedef std::map<opl::string, group_state>::const_iterator const_iterator;
- for( const_iterator I = g.eval.group.begin( ); I != g.eval.group.end( ); ++I )
- {
- sg::spatial_ptr shape( new sg::shape( ) );
-
- sg::v_mesh_ptr* geometry = shape->pointer<sg::v_mesh_ptr>( L"geometry" );
- sg::v_appearance_ptr* appearance = shape->pointer<sg::v_appearance_ptr>( L"appearance" );
-
- appearance->get( ) = create_appearance_node( g, I->second );
-
- sg::mesh_ptr ifs = create_geometry_node( g, varr, narr, tarr );
- geometry->get( ) = ifs;
-
- build_topology( I->second, ifs );
-
- children->push_back( shape );
- }
-
- return grp;
- }
-
- //
- bool parse_and_build_obj_graph( const fs::path& base_url, const std::string& obj, sg::spatial_ptr& root )
- {
- grammar_state eval;
-
- OBJ_grammar obj_g( eval );
- skip_grammar skip_g;
-
-#ifndef NDEBUG
- BOOST_SPIRIT_DEBUG_NODE( obj_g );
- BOOST_SPIRIT_DEBUG_NODE( skip_g );
-#endif
-
- obj_g.set_base_url( base_url );
- spirit::parse_info<> result = spirit::parse( obj.c_str( ), obj_g, skip_g );
-
- return result.full && ( root = build_obj_graph( obj_g ) );
- }
-
- //
- sg::scene_ptr load_obj( const fs::path& path )
- {
- sg::scene_ptr sc( new sg::scene( ) );
-
- fs::ifstream file( path, std::ios::in );
- if( !file.is_open( ) )
- return sc;
-
- file.unsetf( std::ios::skipws );
-
- std::string obj( ( std::istreambuf_iterator<char>( file ) ), std::istreambuf_iterator<char>( ) );
-
- sg::spatial_ptr root;
- if( !parse_and_build_obj_graph( path.branch_path( ), obj, root ) )
- return sc;
-
- sc->set_root( root );
-
- return sc;
- }
-}
-
-sg::scene_ptr OBJ_plugin::load( const fs::path& path, const opl::string& /*options*/ )
-{ return load_obj( path ); }
-
-bool OBJ_plugin::store( const fs::path& /*path*/, const sg::scene_ptr& /*root*/ )
-{ return false; }
-
-} } } }
Copied: trunk/lib/openlibraries/src/openobjectlib/plugins/wavefront/obj_plugin.cpp (from rev 375, trunk/lib/openlibraries/src/openobjectlib/plugins/obj/obj_plugin.cpp)
===================================================================
--- trunk/lib/openlibraries/src/openobjectlib/plugins/wavefront/obj_plugin.cpp (rev 0)
+++ trunk/lib/openlibraries/src/openobjectlib/plugins/wavefront/obj_plugin.cpp 2007-11-06 21:59:54 UTC (rev 376)
@@ -0,0 +1,1172 @@
+
+// OBJ - An OBJ plugin to sg.
+
+// Copyright (C) 2005-2006 VM Inc.
+// Released under the LGPL.
+// For more information, see http://www.openlibraries.org.
+
+#include <algorithm>
+#include <map>
+#include <string>
+#include <vector>
+
+#include <boost/filesystem/fstream.hpp>
+#include <boost/tokenizer.hpp>
+
+#include <openpluginlib/pl/geometry.hpp>
+#include <openpluginlib/pl/property.hpp>
+#include <openpluginlib/pl/utf8_utils.hpp>
+
+#include <openobjectlib/sg/appearance.hpp>
+#include <openobjectlib/sg/spatial.hpp>
+#include <openobjectlib/sg/meshes.hpp>
+
+#include <openobjectlib/plugins/obj/obj_plugin.hpp>
+#include <openobjectlib/plugins/obj/spirit.hpp>
+
+namespace fs = boost::filesystem;
+namespace spirit = boost::spirit;
+namespace opl = olib::openpluginlib;
+namespace sg = olib::openobjectlib::sg;
+
+namespace olib { namespace openobjectlib { namespace plugins { namespace OBJ {
+
+namespace
+{
+ opl::string get_base_url( const opl::string& url )
+ {
+#ifdef WIN32
+ size_t pos = url.find_last_of( '\\' );
+ if( pos != opl::string::npos )
+ return opl::string( url.begin( ), url.begin( ) + pos + 1 );
+#else
+ return opl::string( url.begin( ), url.begin( ) + url.find_last_of( '/' ) + 1 );
+#endif
+ return opl::string( );
+ }
+
+ ///////////////////////////////////////////////////////////////
+ // grammar state
+ struct material_state
+ {
+ explicit material_state( const opl::string& name_ )
+ : ka( 0.2f, 0.2f, 0.2f )
+ , kd( 0.8f, 0.8f, 0.8f )
+ , ks( 0.2f, 0.2f, 0.2f )
+ , tf( 1.0f, 1.0f, 1.0f )
+ , ns( 65.0f )
+ , name( name_ )
+ { }
+
+ opl::vec3f ka, kd, ks, tf;
+ float ns;
+ float sharpness;
+ opl::string name;
+ opl::string map_kd;
+ };
+
+ struct group_state
+ {
+ typedef std::vector<int> vec_ints;
+
+ explicit group_state( const opl::string& mtl_ )
+ : mtl( mtl_ )
+ { }
+
+ vec_ints vi, vni, vti;
+ opl::string mtl;
+ };
+
+ struct grammar_state
+ {
+ typedef std::vector<float> vec_floats;
+ typedef std::vector<int> vec_ints;
+ typedef std::map<opl::string, group_state> groups;
+ typedef std::map<opl::string, material_state> materials;
+
+ explicit grammar_state( )
+ : grp( 0 )
+ , mtl( 0 )
+ { set_group( "default" ); }
+
+
+ // XXX merge these two members by means of templates.
+ // XXX this totally sucks. needs a revamp ASAP.
+ void set_group( const opl::string& name )
+ {
+ typedef groups::iterator iterator;
+
+ iterator I = group.find( name );
+ if( I != group.end( ) )
+ {
+ grp = &( I->second );
+ }
+ else
+ {
+ opl::string mtl_name( "default" );
+
+ if( mtl ) mtl_name = mtl->name;
+
+ grp = &( group.insert( groups::value_type( name, group_state( mtl_name ) ) ).first->second );
+ }
+ }
+
+ void set_material( const opl::string& name )
+ {
+ typedef materials::iterator iterator;
+
+ iterator I = material.find( name );
+ if( I != material.end( ) )
+ {
+ mtl = &( I->second );
+ }
+ else
+ {
+ mtl = &( material.insert( materials::value_type( name, material_state( name ) ) ).first->second );
+ }
+
+ grp->mtl = name;
+ }
+
+ groups group;
+ materials material;
+ vec_floats v, vn, vt;
+
+ group_state* grp;
+ material_state* mtl;
+ };
+
+ ///////////////////////////////////
+ /// functors
+ class geometry_action
+ {
+ public:
+ explicit geometry_action( grammar_state::vec_floats& v )
+ : v_( v )
+ { }
+
+ void operator( )( const char* first, const char* last ) const
+ { v_.push_back( static_cast<float>( atof( opl::string( first, last ).c_str( ) ) ) ); }
+
+ private:
+ grammar_state::vec_floats& v_;
+ };
+
+ //
+ class topology_action
+ {
+ public:
+ explicit topology_action( grammar_state& gs )
+ : gs_( gs )
+ { }
+
+ void operator( )( const char* first, const char* last ) const
+ {
+ const char* iter = first;
+
+ for( ; iter != last && *iter != '/'; ++iter )
+ ;
+
+ gs_.grp->vi.push_back( atoi( opl::string( first, iter ).c_str( ) ) - 1 );
+
+ // texture
+ if( iter != last && *++iter != '/' )
+ {
+ for( ; iter != last && *iter != '/'; ++iter )
+ ;
+
+ gs_.grp->vti.push_back( atoi( opl::string( first, iter ).c_str( ) ) - 1 );
+ }
+
+ // normal
+ if( iter != last )
+ {
+ first = ++iter;
+
+ gs_.grp->vni.push_back( atoi( opl::string( first, last ).c_str( ) ) - 1 );
+ }
+ }
+
+ private:
+ grammar_state& gs_;
+ };
+
+ //
+ class topology_wrap_up_action
+ {
+ public:
+ explicit topology_wrap_up_action( grammar_state& gs )
+ : gs_( gs )
+ { }
+
+ void operator( )( const char* /*first*/, const char* /*last*/ ) const
+ {
+ gs_.grp->vi.push_back( -1 );
+ gs_.grp->vni.push_back( -1 );
+ gs_.grp->vti.push_back( -1 );
+ }
+
+ private:
+ grammar_state& gs_;
+ };
+
+ //
+ struct group_action
+ {
+ explicit group_action( grammar_state& gs )
+ : gs_( gs )
+ { }
+
+ void operator( )( const char* first, const char* last ) const
+ {
+ opl::string s;
+
+ if( ++first == last )
+ s.assign( "default" );
+ else
+ s.assign( ++first, last ); // XXX needs a proper trim left and trim right.
+
+ gs_.set_group( s );
+ }
+
+ grammar_state& gs_;
+ };
+
+ //
+ struct use_material_action
+ {
+ explicit use_material_action( grammar_state& gs )
+ : gs_( gs )
+ { }
+
+ void operator( )( const char* first, const char* last ) const
+ { gs_.set_material( opl::string( first, last ) ); }
+
+ grammar_state& gs_;
+ };
+
+ //
+ struct material_action
+ {
+ explicit material_action( grammar_state& gs )
+ : gs_( gs )
+ { }
+
+ void operator( )( const char* first, const char* last ) const
+ { gs_.set_material( opl::string( first, last ) ); }
+
+ grammar_state& gs_;
+ };
+
+ //
+ opl::vec3f extract_vec3f_info( const opl::string& str )
+ {
+ typedef boost::tokenizer<boost::char_separator<char> > tokenizer;
+
+ opl::vec3f vec;
+
+ std::string st( str.c_str( ) );
+
+ boost::char_separator<char> sep( " \t" );
+ tokenizer tok( st.begin( ), st.end( ), sep );
+
+ tokenizer::const_iterator I = tok.begin( );
+ if( I != tok.end( ) )
+ vec[ 0 ] = static_cast<float>( strtod( I->c_str( ), 0 ) );
+ ++I;
+
+ if( I != tok.end( ) )
+ vec[ 1 ] = static_cast<float>( strtod( I->c_str( ), 0 ) );
+ ++I;
+
+ if( I != tok.end( ) )
+ vec[ 2 ] = static_cast<float>( strtod( I->c_str( ), 0 ) );
+ ++I;
+
+ return vec;
+ }
+
+ struct ka_action
+ {
+ explicit ka_action( grammar_state& gs )
+ : gs_( gs )
+ { }
+
+ void operator( )( const char* first, const char* last ) const
+ {
+ opl::string tmp( first, last );
+ opl::vec3f ka = extract_vec3f_info( tmp );
+
+ gs_.mtl->ka = ka;
+ }
+
+ grammar_state& gs_;
+ };
+
+ struct kd_action
+ {
+ explicit kd_action( grammar_state& gs )
+ : gs_( gs )
+ { }
+
+ void operator( )( const char* first, const char* last ) const
+ {
+ opl::string tmp( first, last );
+ opl::vec3f kd = extract_vec3f_info( tmp );
+
+ gs_.mtl->kd = kd;
+ }
+
+ grammar_state& gs_;
+ };
+
+ struct ks_action
+ {
+ explicit ks_action( grammar_state& gs )
+ : gs_( gs )
+ { }
+
+ void operator( )( const char* first, const char* last ) const
+ {
+ opl::string tmp( first, last );
+ opl::vec3f ks = extract_vec3f_info( tmp );
+
+ gs_.mtl->ks = ks;
+ }
+
+ grammar_state& gs_;
+ };
+
+ struct map_kd_action
+ {
+ explicit map_kd_action( grammar_state& gs )
+ : gs_( gs )
+ { }
+
+ void operator( )( const char* first, const char* last ) const
+ {
+ opl::string tmp( first, last );
+
+ gs_.mtl->map_kd = tmp;
+ }
+
+ grammar_state& gs_;
+ };
+
+ ///////////////////////////////////////////////////////////////
+ // skip grammar (whitespace and comments)
+ struct skip_grammar : public spirit::grammar<skip_grammar>
+ {
+ template<class ScannerT>
+ struct definition
+ {
+ definition( const skip_grammar& /*self*/)
+ {
+ skip
+ = spirit::space_p
+ | spirit::comment_p( "#" )
+ ;
+
+# ifndef NDEBUG
+ BOOST_SPIRIT_DEBUG_NODE( skip );
+# endif
+ }
+
+ spirit::rule<ScannerT> skip;
+
+ const spirit::rule<ScannerT>& start( ) const
+ { return skip; }
+ };
+ };
+
+ //////////////////////////////////////////////////////////////
+ // obj material grammar.
+ struct mtl_grammar : public spirit::grammar<mtl_grammar>
+ {
+ mtl_grammar( grammar_state& eval_ )
+ : eval( eval_ )
+ { }
+
+ template<class ScannerT>
+ struct definition
+ {
+ definition( const mtl_grammar& self )
+ {
+ using namespace boost::spirit;
+
+ keywords
+ = "newmtl", "Ka", "Kd", "Ks", "illum", "Ns", "d", "map_Kd", "Tf"
+ ;
+
+ NEWMTL = strlit<>( "newmtl" );
+ KA = strlit<>( "Ka" );
+ KD = strlit<>( "Kd" );
+ KS = strlit<>( "Ks" );
+ ILLUM = strlit<>( "illum" );
+ NS = strlit<>( "Ns" );
+ NI = strlit<>( "Ni" );
+ D = strlit<>( "d" );
+ MAP_KD = strlit<>( "map_Kd" );
+ TF = strlit<>( "Tf" );
+ REFL = strlit<>( "refl" );
+ REFLTYPE = strlit<>( "-type" );
+ REFLMM = strlit<>( "-mm" );
+ REFLCLAMP = strlit<>( "-clamp" );
+ SHARPNESS = strlit<>( "sharpness" );
+ ON = strlit<>( "on" );
+ OFF = strlit<>( "off" );
+
+ INTEGER_DECIMAL_CONSTANT
+ = lexeme_d[ +digit_p ]
+ ;
+
+ INTEGER_CONSTANT
+ = INTEGER_DECIMAL_CONSTANT
+ ;
+
+ FLOAT_CONSTANT_1 // 12345[eE][+-]123[lLfF]?
+ = lexeme_d
+ [
+ +digit_p
+ >> ( chlit<>( 'e' ) | chlit<>( 'E' ) )
+ >> !sign_p
+ >> +digit_p
+ >> !as_lower_d[ chlit<>( 'l' ) | chlit<>( 'f' ) ]
+ ]
+ ;
+
+ FLOAT_CONSTANT_2 // .123([[eE][+-]123)?[lLfF]?
+ = lexeme_d
+ [
+
+ *digit_p
+ >> chlit<>('.')
+ >> +digit_p
+ >> !( ( chlit<>( 'e' ) | chlit<>( 'E' ) )
+ >> !sign_p
+ >> +digit_p
+ )
+ >> !as_lower_d[ chlit<>( 'l' ) | chlit<>( 'f' ) ]
+ ]
+ ;
+
+ FLOAT_CONSTANT_3 // 12345.([[eE][+-]123)?[lLfF]?
+ = lexeme_d
+ [
+ +digit_p
+ >> chlit<>( '.' )
+ >> *digit_p
+ >> !( ( chlit<>( 'e' ) | chlit<>( 'E' ) )
+ >> !sign_p
+ >> +digit_p
+ )
+ >> !as_lower_d[ chlit<>( 'l' ) | chlit<>( 'f' ) ]
+ ]
+ ;
+
+ FLOAT_CONSTANT
+ = FLOAT_CONSTANT_1
+ | FLOAT_CONSTANT_2
+ | FLOAT_CONSTANT_3
+ ;
+
+ CONSTANT
+ = !sign_p >> longest_d[ FLOAT_CONSTANT | INTEGER_CONSTANT ]
+ ;
+
+
+ IDENTIFIER
+ = lexeme_d
+ [
+ ( ( alpha_p | '_' | '$' ) >> *( alnum_p | '_' | '$' | '-' | '.' ) ) - ( keywords >> anychar_p - ( alnum_p | '_' | '$' ) )
+ ]
+ ;
+
+ newmtl
+ = NEWMTL >> IDENTIFIER[ material_action( ( const_cast<mtl_grammar&>( self ) ).eval ) ]
+ >> *( ka | kd | ks | ns | ni | illum | d | sharpness | tf | refl | map_Kd )
+ ;
+
+ ka
+ = KA >> ( CONSTANT >> CONSTANT >> CONSTANT )[ ka_action( ( const_cast<mtl_grammar&>( self ) ).eval ) ]
+ ;
+
+ kd = KD >> ( CONSTANT >> CONSTANT >> CONSTANT )[ kd_action( ( const_cast<mtl_grammar&>( self ) ).eval ) ]
+ ;
+
+ ks = KS >> ( CONSTANT >> CONSTANT >> CONSTANT )[ ks_action( ( const_cast<mtl_grammar&>( self ) ).eval ) ]
+ ;
+
+ ns = NS >> CONSTANT
+ ;
+
+ ni = NI >> CONSTANT
+ ;
+
+ sharpness
+ = SHARPNESS >> CONSTANT
+ ;
+
+ illum
+ = ILLUM >> CONSTANT
+ ;
+
+ d
+ = D >> CONSTANT
+ ;
+
+ map_Kd
+ = MAP_KD >> IDENTIFIER[ map_kd_action( ( const_cast<mtl_grammar&>( self ) ).eval ) ]
+ ;
+
+ tf
+ = TF >> ( CONSTANT >> CONSTANT >> CONSTANT )
+ ;
+
+ reflmm
+ = REFLMM >> CONSTANT >> CONSTANT
+ ;
+
+ reflclamp
+ = REFLCLAMP >> ( ON | OFF )
+ ;
+
+ refl
+ = REFL >> REFLTYPE >> IDENTIFIER >> !( reflmm | reflclamp ) >> IDENTIFIER
+ ;
+
+ unit
+ = *newmtl
+ ;
+
+# ifndef NDEBUG
+ BOOST_SPIRIT_DEBUG_NODE( INTEGER_DECIMAL_CONSTANT );
+ BOOST_SPIRIT_DEBUG_NODE( INTEGER_CONSTANT );
+ BOOST_SPIRIT_DEBUG_NODE( FLOAT_CONSTANT );
+ BOOST_SPIRIT_DEBUG_NODE( FLOAT_CONSTANT_1 );
+ BOOST_SPIRIT_DEBUG_NODE( FLOAT_CONSTANT_2 );
+ BOOST_SPIRIT_DEBUG_NODE( FLOAT_CONSTANT_3 );
+ BOOST_SPIRIT_DEBUG_NODE( CONSTANT );
+ BOOST_SPIRIT_DEBUG_NODE( ILLUM );
+ BOOST_SPIRIT_DEBUG_NODE( NS );
+ BOOST_SPIRIT_DEBUG_NODE( NI );
+ BOOST_SPIRIT_DEBUG_NODE( KS );
+ BOOST_SPIRIT_DEBUG_NODE( KD );
+ BOOST_SPIRIT_DEBUG_NODE( KA );
+ BOOST_SPIRIT_DEBUG_NODE( D );
+ BOOST_SPIRIT_DEBUG_NODE( NEWMTL );
+ BOOST_SPIRIT_DEBUG_NODE( IDENTIFIER );
+ BOOST_SPIRIT_DEBUG_NODE( MAP_KD );
+ BOOST_SPIRIT_DEBUG_NODE( TF );
+ BOOST_SPIRIT_DEBUG_NODE( SHARPNESS );
+ BOOST_SPIRIT_DEBUG_NODE( REFL );
+ BOOST_SPIRIT_DEBUG_NODE( REFLTYPE );
+ BOOST_SPIRIT_DEBUG_NODE( REFLMM );
+ BOOST_SPIRIT_DEBUG_NODE( REFLCLAMP );
+ BOOST_SPIRIT_DEBUG_NODE( ON );
+ BOOST_SPIRIT_DEBUG_NODE( OFF );
+ BOOST_SPIRIT_DEBUG_NODE( unit );
+ BOOST_SPIRIT_DEBUG_NODE( newmtl );
+ BOOST_SPIRIT_DEBUG_NODE( ka );
+ BOOST_SPIRIT_DEBUG_NODE( kd );
+ BOOST_SPIRIT_DEBUG_NODE( ks );
+ BOOST_SPIRIT_DEBUG_NODE( ns );
+ BOOST_SPIRIT_DEBUG_NODE( ni );
+ BOOST_SPIRIT_DEBUG_NODE( illum );
+ BOOST_SPIRIT_DEBUG_NODE( d );
+ BOOST_SPIRIT_DEBUG_NODE( map_Kd );
+ BOOST_SPIRIT_DEBUG_NODE( tf );
+ BOOST_SPIRIT_DEBUG_NODE( sharpness );
+ BOOST_SPIRIT_DEBUG_NODE( refl );
+ BOOST_SPIRIT_DEBUG_NODE( reflmm );
+ BOOST_SPIRIT_DEBUG_NODE( reflclamp );
+# endif
+ }
+
+ spirit::symbols<> keywords;
+
+ spirit::rule<ScannerT> unit, newmtl, ka, kd, ks, ns, ni, illum, d, map_Kd, tf, sharpness, refl, reflmm, reflclamp;
+ spirit::rule<ScannerT> IDENTIFIER, NEWMTL, KA, KD, KS, NS, NI, ILLUM, SHARPNESS;
+ spirit::rule<ScannerT> INTEGER_DECIMAL_CONSTANT, INTEGER_CONSTANT;
+ spirit::rule<ScannerT> FLOAT_CONSTANT, FLOAT_CONSTANT_1, FLOAT_CONSTANT_2;
+ spirit::rule<ScannerT> FLOAT_CONSTANT_3, CONSTANT, D, MAP_KD, TF;
+ spirit::rule<ScannerT> REFL, REFLTYPE, REFLMM, REFLCLAMP, ON, OFF;
+
+ const spirit::rule<ScannerT>& start( ) const
+ { return unit; }
+ };
+
+ grammar_state& eval;
+ };
+
+ //////////////////////////////////////////////////////////////
+ // obj grammar. some may think is a bit overkill to use a
+ // spirit grammar for the obj format. however, using spirit
+ // here gives us good insight on how spirit may be used for
+ // more interesting grammars like the sg fx one.
+ struct OBJ_grammar : public spirit::grammar<OBJ_grammar>
+ {
+ OBJ_grammar( grammar_state& eval_ )
+ : eval( eval_ )
+ { }
+
+ template<class ScannerT>
+ struct definition
+ {
+ struct load_material_action
+ {
+ explicit load_material_action( const fs::path& base_url, grammar_state& gs )
+ : gs_( gs )
+ , base_url_( base_url )
+ { }
+
+ void operator( )( const char* first, const char* last ) const
+ {
+ fs::path orig_path( std::string( first, last ), fs::native );
+
+ fs::ifstream file;
+ file.open( orig_path, std::ios::in );
+ if( !file.is_open( ) )
+ {
+ file.open( base_url_ / orig_path, std::ios::in );
+ if( !file.is_open( ) )
+ return;
+ }
+
+ file.unsetf( std::ios::skipws );
+
+ std::string mtl( ( std::istreambuf_iterator<char>( file ) ), std::istreambuf_iterator<char>( ) );
+
+ mtl_grammar mtl_g( gs_ );
+ skip_grammar skip_g;
+
+# ifndef NDEBUG
+ BOOST_SPIRIT_DEBUG_NODE( mtl_g );
+ BOOST_SPIRIT_DEBUG_NODE( skip_g );
+# endif
+
+ spirit::parse_info<> result = spirit::parse( mtl.c_str( ), mtl_g, skip_g );
+ }
+
+ grammar_state& gs_;
+ fs::path base_url_;
+ };
+
+ static const int RESERVE_SIZE = 1000;
+
+ //////////////////////////////////////////////////
+ // grammar definition
+ definition( const OBJ_grammar& self )
+ : V( 'v' )
+ , N( 'n' )
+ , T( 't' )
+ , F( 'f' )
+ , U( 'u' )
+ , G( 'g' )
+ , S( 's' )
+ , O( 'o' )
+ , SLASH( '/' )
+ {
+ using namespace boost::spirit;
+
+ keywords
+ = "v", "vn", "vt", "f", "g", "s", "u", "mtllib", "usemtl", "on", "off"
+ ;
+
+ MTLLIB = strlit<>( "mtllib" );
+ USEMTL = strlit<>( "usemtl" );
+ ON = strlit<>( "on" );
+ OFF = strlit<>( "off" );
+
+ IDENTIFIER
+ = lexeme_d
+ [
+ ( ( alpha_p | '_' | '$' ) >> *( alnum_p | '_' | '$' | '-' | '.' ) ) - ( keywords >> anychar_p - ( alnum_p | '_' | '$' ) )
+ ]
+ ;
+
+ INTEGER_DECIMAL_CONSTANT
+ = lexeme_d[ +digit_p ]
+ ;
+
+ INTEGER_CONSTANT
+ = INTEGER_DECIMAL_CONSTANT
+ ;
+
+ FLOAT_CONSTANT_1 // 12345[eE][+-]123[lLfF]?
+ = lexeme_d
+ [
+ +digit_p
+ >> ( chlit<>( 'e' ) | chlit<>( 'E' ) )
+ >> !sign_p
+ >> +digit_p
+ >> !as_lower_d[ chlit<>( 'l' ) | chlit<>( 'f' ) ]
+ ]
+ ;
+
+ FLOAT_CONSTANT_2 // .123([[eE][+-]123)?[lLfF]?
+ = lexeme_d
+ [
+
+ *digit_p
+ >> chlit<>('.')
+ >> +digit_p
+ >> !( ( chlit<>( 'e' ) | chlit<>( 'E' ) )
+ >> !sign_p
+ >> +digit_p
+ )
+ >> !as_lower_d[ chlit<>( 'l' ) | chlit<>( 'f' ) ]
+ ]
+ ;
+
+ FLOAT_CONSTANT_3 // 12345.([[eE][+-]123)?[lLfF]?
+ = lexeme_d
+ [
+ +digit_p
+ >> chlit<>( '.' )
+ >> *digit_p
+ >> !( ( chlit<>( 'e' ) | chlit<>( 'E' ) )
+ >> !sign_p
+ >> +digit_p
+ )
+ >> !as_lower_d[ chlit<>( 'l' ) | chlit<>( 'f' ) ]
+ ]
+ ;
+
+ FLOAT_CONSTANT
+ = FLOAT_CONSTANT_1
+ | FLOAT_CONSTANT_2
+ | FLOAT_CONSTANT_3
+ ;
+
+ CONSTANT
+ = !sign_p >> longest_d[ FLOAT_CONSTANT | INTEGER_CONSTANT ]
+ ;
+
+ vertex_element
+ = V
+ >> CONSTANT[ geometry_action( ( const_cast<OBJ_grammar&>( self ) ).eval.v ) ]
+ >> CONSTANT[ geometry_action( ( const_cast<OBJ_grammar&>( self ) ).eval.v ) ]
+ >> CONSTANT[ geometry_action( ( const_cast<OBJ_grammar&>( self ) ).eval.v ) ]
+ ;
+
+ normal_element
+ = V >> N
+ >> CONSTANT[ geometry_action( ( const_cast<OBJ_grammar&>( self ) ).eval.vn ) ]
+ >> CONSTANT[ geometry_action( ( const_cast<OBJ_grammar&>( self ) ).eval.vn ) ]
+ >> CONSTANT[ geometry_action( ( const_cast<OBJ_grammar&>( self ) ).eval.vn ) ]
+ ;
+
+ texcoord_element
+ = V >> T
+ >> CONSTANT[ geometry_action( ( const_cast<OBJ_grammar&>( self ) ).eval.vt ) ]
+ >> CONSTANT[ geometry_action( ( const_cast<OBJ_grammar&>( self ) ).eval.vt ) ]
+ >> ( *CONSTANT )
+ ;
+
+ face // can be one of %d, %d//%d, %d/%d, %d/%d/%d
+ = longest_d
+ [
+ INTEGER_CONSTANT
+ | INTEGER_CONSTANT >> ...
[truncated message content] |
|
From: <gl...@us...> - 2007-11-06 21:20:45
|
Revision: 375
http://hdrflow.svn.sourceforge.net/hdrflow/?rev=375&view=rev
Author: glslang
Date: 2007-11-06 13:20:38 -0800 (Tue, 06 Nov 2007)
Log Message:
-----------
+ compilation fix
Modified Paths:
--------------
trunk/lib/openlibraries/src/openimagelib/plugins/jpg/jpg_plugin.cpp
Modified: trunk/lib/openlibraries/src/openimagelib/plugins/jpg/jpg_plugin.cpp
===================================================================
--- trunk/lib/openlibraries/src/openimagelib/plugins/jpg/jpg_plugin.cpp 2007-11-06 20:18:31 UTC (rev 374)
+++ trunk/lib/openlibraries/src/openimagelib/plugins/jpg/jpg_plugin.cpp 2007-11-06 21:20:38 UTC (rev 375)
@@ -226,7 +226,7 @@
}
#else
jpeg_create_decompress( &info );
- jpeg_oil_stream_src( &info.cinfo, stream );
+ jpeg_oil_stream_src( &info, stream );
jpeg_read_header( &info, TRUE );
jpeg_start_decompress( &info );
#endif
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <gl...@us...> - 2007-11-06 20:18:32
|
Revision: 374
http://hdrflow.svn.sourceforge.net/hdrflow/?rev=374&view=rev
Author: glslang
Date: 2007-11-06 12:18:31 -0800 (Tue, 06 Nov 2007)
Log Message:
-----------
+ linux compilation fix
Modified Paths:
--------------
trunk/lib/openlibraries/src/openpluginlib/pl/shlib.cpp
Modified: trunk/lib/openlibraries/src/openpluginlib/pl/shlib.cpp
===================================================================
--- trunk/lib/openlibraries/src/openpluginlib/pl/shlib.cpp 2007-11-05 21:20:34 UTC (rev 373)
+++ trunk/lib/openlibraries/src/openpluginlib/pl/shlib.cpp 2007-11-06 20:18:31 UTC (rev 374)
@@ -15,6 +15,8 @@
#include <windows.h>
#elif defined __APPLE__
#include <CoreFoundation/CoreFoundation.h>
+#else
+#include <dlfcn.h>
#endif
#include <openpluginlib/pl/utf8_utils.hpp>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <gl...@us...> - 2007-11-05 21:20:36
|
Revision: 373
http://hdrflow.svn.sourceforge.net/hdrflow/?rev=373&view=rev
Author: glslang
Date: 2007-11-05 13:20:34 -0800 (Mon, 05 Nov 2007)
Log Message:
-----------
+ intel compiler port
Added Paths:
-----------
trunk/lib/extras/extras_iw_vc8.sln
trunk/lib/extras/src/noise/noise_vc8.icproj
trunk/lib/extras/src/panoramic/panoramic_vc8.icproj
trunk/lib/extras/src/ppm/ppm_vc8.icproj
trunk/lib/extras/src/raw/raw_vc8.icproj
Added: trunk/lib/extras/extras_iw_vc8.sln
===================================================================
--- trunk/lib/extras/extras_iw_vc8.sln (rev 0)
+++ trunk/lib/extras/extras_iw_vc8.sln 2007-11-05 21:20:34 UTC (rev 373)
@@ -0,0 +1,89 @@
+Microsoft Visual Studio Solution File, Format Version 9.00
+# Visual Studio 2005
+Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{2644DB77-2096-4A50-A23F-C57D3C011FE2}"
+EndProject
+Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{5B7F6282-FA8B-4711-B403-2B3181DB5677}"
+EndProject
+Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "RAW", "RAW", "{675FBBBA-6681-49E3-AAC6-FE371310DA63}"
+EndProject
+Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "NOISE", "NOISE", "{E0C3CF4A-5F43-4BBC-B7A9-6D4CDB225CD9}"
+EndProject
+Project("{EAF909A5-FA59-4C3D-9431-0FCC20D5BCF9}") = "raw", "src\raw\raw_vc8.icproj", "{C4C91B21-2FEA-4E24-88BD-C744137F36F9}"
+EndProject
+Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "PANORAMIC", "PANORAMIC", "{D133B05E-F174-4CDA-8FF4-C45C139CFACD}"
+EndProject
+Project("{EAF909A5-FA59-4C3D-9431-0FCC20D5BCF9}") = "panoramic", "src\panoramic\panoramic_vc8.icproj", "{597A9550-16EF-4821-A042-F0635568E2BA}"
+EndProject
+Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "JP2", "JP2", "{CE7A290A-13C0-424E-A02A-96CDC6B0E6BE}"
+EndProject
+Project("{EAF909A5-FA59-4C3D-9431-0FCC20D5BCF9}") = "jp2", "src\jp2\jp2_vc8.icproj", "{F091055A-4601-4474-8FF8-34EE1F2090E6}"
+EndProject
+Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "PPM", "PPM", "{4E0BD6BF-2B4D-4BF8-BEB7-3BFF57D627BC}"
+EndProject
+Project("{EAF909A5-FA59-4C3D-9431-0FCC20D5BCF9}") = "ppm", "src\ppm\ppm_vc8.icproj", "{B3A9E358-C43D-4BA8-A272-7FB99E141D1A}"
+EndProject
+Project("{EAF909A5-FA59-4C3D-9431-0FCC20D5BCF9}") = "noise", "src\noise\noise_vc8.icproj", "{57A29491-9C21-4D6F-8B4A-158168508FE5}"
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Multi-threaded Debug DLL|Win32 = Multi-threaded Debug DLL|Win32
+ Multi-threaded Release DLL|Win32 = Multi-threaded Release DLL|Win32
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {C4C91B21-2FEA-4E24-88BD-C744137F36F9}.Multi-threaded Debug DLL|Win32.ActiveCfg = Multi-threaded Debug DLL|Win32
+ {C4C91B21-2FEA-4E24-88BD-C744137F36F9}.Multi-threaded Debug DLL|Win32.Build.0 = Multi-threaded Debug DLL|Win32
+ {C4C91B21-2FEA-4E24-88BD-C744137F36F9}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
+ {C4C91B21-2FEA-4E24-88BD-C744137F36F9}.Multi-threaded Release DLL|Win32.Build.0 = Multi-threaded Release DLL|Win32
+ {597A9550-16EF-4821-A042-F0635568E2BA}.Multi-threaded Debug DLL|Win32.ActiveCfg = Multi-threaded Debug DLL|Win32
+ {597A9550-16EF-4821-A042-F0635568E2BA}.Multi-threaded Debug DLL|Win32.Build.0 = Multi-threaded Debug DLL|Win32
+ {597A9550-16EF-4821-A042-F0635568E2BA}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
+ {597A9550-16EF-4821-A042-F0635568E2BA}.Multi-threaded Release DLL|Win32.Build.0 = Multi-threaded Release DLL|Win32
+ {F091055A-4601-4474-8FF8-34EE1F2090E6}.Multi-threaded Debug DLL|Win32.ActiveCfg = Multi-threaded Debug DLL|Win32
+ {F091055A-4601-4474-8FF8-34EE1F2090E6}.Multi-threaded Debug DLL|Win32.Build.0 = Multi-threaded Debug DLL|Win32
+ {F091055A-4601-4474-8FF8-34EE1F2090E6}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
+ {F091055A-4601-4474-8FF8-34EE1F2090E6}.Multi-threaded Release DLL|Win32.Build.0 = Multi-threaded Release DLL|Win32
+ {B3A9E358-C43D-4BA8-A272-7FB99E141D1A}.Multi-threaded Debug DLL|Win32.ActiveCfg = Multi-threaded Debug DLL|Win32
+ {B3A9E358-C43D-4BA8-A272-7FB99E141D1A}.Multi-threaded Debug DLL|Win32.Build.0 = Multi-threaded Debug DLL|Win32
+ {B3A9E358-C43D-4BA8-A272-7FB99E141D1A}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
+ {B3A9E358-C43D-4BA8-A272-7FB99E141D1A}.Multi-threaded Release DLL|Win32.Build.0 = Multi-threaded Release DLL|Win32
+ {57A29491-9C21-4D6F-8B4A-158168508FE5}.Multi-threaded Debug DLL|Win32.ActiveCfg = Multi-threaded Debug DLL|Win32
+ {57A29491-9C21-4D6F-8B4A-158168508FE5}.Multi-threaded Debug DLL|Win32.Build.0 = Multi-threaded Debug DLL|Win32
+ {57A29491-9C21-4D6F-8B4A-158168508FE5}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
+ {57A29491-9C21-4D6F-8B4A-158168508FE5}.Multi-threaded Release DLL|Win32.Build.0 = Multi-threaded Release DLL|Win32
+ {B4CCC2D9-D505-4B08-B908-B2A38105ABC8}.Multi-threaded Release DLL|Win32.Build.0 = Multi-threaded Release DLL|Win32
+ {B4CCC2D9-D505-4B08-B908-B2A38105ABC8}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
+ {B4CCC2D9-D505-4B08-B908-B2A38105ABC8}.Multi-threaded Debug DLL|Win32.Build.0 = Multi-threaded Debug DLL|Win32
+ {B4CCC2D9-D505-4B08-B908-B2A38105ABC8}.Multi-threaded Debug DLL|Win32.ActiveCfg = Multi-threaded Debug DLL|Win32
+ {C8F73831-1355-45C9-BD1B-C7AAB4CDE373}.Multi-threaded Release DLL|Win32.Build.0 = Multi-threaded Release DLL|Win32
+ {C8F73831-1355-45C9-BD1B-C7AAB4CDE373}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
+ {C8F73831-1355-45C9-BD1B-C7AAB4CDE373}.Multi-threaded Debug DLL|Win32.Build.0 = Multi-threaded Debug DLL|Win32
+ {C8F73831-1355-45C9-BD1B-C7AAB4CDE373}.Multi-threaded Debug DLL|Win32.ActiveCfg = Multi-threaded Debug DLL|Win32
+ {9A2197B4-ABC1-4047-A81B-15E9D228C108}.Multi-threaded Release DLL|Win32.Build.0 = Multi-threaded Release DLL|Win32
+ {9A2197B4-ABC1-4047-A81B-15E9D228C108}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
+ {9A2197B4-ABC1-4047-A81B-15E9D228C108}.Multi-threaded Debug DLL|Win32.Build.0 = Multi-threaded Debug DLL|Win32
+ {9A2197B4-ABC1-4047-A81B-15E9D228C108}.Multi-threaded Debug DLL|Win32.ActiveCfg = Multi-threaded Debug DLL|Win32
+ {95CD0C43-860C-467B-9995-E6A4E0F8519B}.Multi-threaded Release DLL|Win32.Build.0 = Multi-threaded Release DLL|Win32
+ {95CD0C43-860C-467B-9995-E6A4E0F8519B}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
+ {95CD0C43-860C-467B-9995-E6A4E0F8519B}.Multi-threaded Debug DLL|Win32.Build.0 = Multi-threaded Debug DLL|Win32
+ {95CD0C43-860C-467B-9995-E6A4E0F8519B}.Multi-threaded Debug DLL|Win32.ActiveCfg = Multi-threaded Debug DLL|Win32
+ {927446CD-3483-4CCF-B581-F0896DD4A550}.Multi-threaded Release DLL|Win32.Build.0 = Multi-threaded Release DLL|Win32
+ {927446CD-3483-4CCF-B581-F0896DD4A550}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
+ {927446CD-3483-4CCF-B581-F0896DD4A550}.Multi-threaded Debug DLL|Win32.Build.0 = Multi-threaded Debug DLL|Win32
+ {927446CD-3483-4CCF-B581-F0896DD4A550}.Multi-threaded Debug DLL|Win32.ActiveCfg = Multi-threaded Debug DLL|Win32
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+ GlobalSection(NestedProjects) = preSolution
+ {675FBBBA-6681-49E3-AAC6-FE371310DA63} = {2644DB77-2096-4A50-A23F-C57D3C011FE2}
+ {E0C3CF4A-5F43-4BBC-B7A9-6D4CDB225CD9} = {2644DB77-2096-4A50-A23F-C57D3C011FE2}
+ {D133B05E-F174-4CDA-8FF4-C45C139CFACD} = {2644DB77-2096-4A50-A23F-C57D3C011FE2}
+ {CE7A290A-13C0-424E-A02A-96CDC6B0E6BE} = {2644DB77-2096-4A50-A23F-C57D3C011FE2}
+ {4E0BD6BF-2B4D-4BF8-BEB7-3BFF57D627BC} = {2644DB77-2096-4A50-A23F-C57D3C011FE2}
+ {C4C91B21-2FEA-4E24-88BD-C744137F36F9} = {675FBBBA-6681-49E3-AAC6-FE371310DA63}
+ {57A29491-9C21-4D6F-8B4A-158168508FE5} = {E0C3CF4A-5F43-4BBC-B7A9-6D4CDB225CD9}
+ {597A9550-16EF-4821-A042-F0635568E2BA} = {D133B05E-F174-4CDA-8FF4-C45C139CFACD}
+ {F091055A-4601-4474-8FF8-34EE1F2090E6} = {CE7A290A-13C0-424E-A02A-96CDC6B0E6BE}
+ {B3A9E358-C43D-4BA8-A272-7FB99E141D1A} = {4E0BD6BF-2B4D-4BF8-BEB7-3BFF57D627BC}
+ EndGlobalSection
+EndGlobal
Property changes on: trunk/lib/extras/extras_iw_vc8.sln
___________________________________________________________________
Name: svn:eol-style
+ native
Added: trunk/lib/extras/src/noise/noise_vc8.icproj
===================================================================
--- trunk/lib/extras/src/noise/noise_vc8.icproj (rev 0)
+++ trunk/lib/extras/src/noise/noise_vc8.icproj 2007-11-05 21:20:34 UTC (rev 373)
@@ -0,0 +1,174 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Intel C++ Project"
+ Version="10.0"
+ Name="noise"
+ ProjectGUID="{57A29491-9C21-4D6F-8B4A-158168508FE5}"
+ RootNamespace="noise"
+ Keyword="Win32Proj"
+ VCNestedProjectGUID="{927446CD-3483-4CCF-B581-F0896DD4A550}"
+ VCNestedProjectCRC32="2032325486"
+ VCNestedProjectFileName="noise_vc8.vcproj">
+ <Platforms>
+ <Platform
+ Name="Win32"/>
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Multi-threaded Debug DLL|Win32">
+ <Tool
+ Name="GeneralTool"
+ OutputDirectory="$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="2"
+ CharacterSet="1"/>
+ <Tool
+ Name="PreBuildEventTool"/>
+ <Tool
+ Name="CustomTool"/>
+ <Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="MidlCmplrTool"/>
+ <Tool
+ Name="CppCmplrTool"
+ Optimization="0"
+ AdditionalIncludeDirectories=""$(SolutionDir)\..\openlibraries\src";"C:\Boost\include\boost-1_34_1";C:\OFX"
+ PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;NOISE_EXPORTS;HAVE_FLEX_STRING"
+ MinimalRebuild="true"
+ ExceptionHandling="2"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ OpenMP="true"
+ UsePrecompiledHeader="0"
+ WarningLevel="4"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="4"/>
+ <Tool
+ Name="VCManagedResourceCompilerTool"/>
+ <Tool
+ Name="ResCmplrTool"/>
+ <Tool
+ Name="PreLinkEventTool"/>
+ <Tool
+ Name="LinkerTool"
+ IgnoreImportLibrary="true"
+ OutputFile="$(OutDir)\hdrflow_noise-vc80-d-0_1_0.dll"
+ LinkIncremental="2"
+ AdditionalLibraryDirectories="C:\Boost\lib;"$(SolutionDir)\..\openlibraries\src\openpluginlib\pl\$(ConfigurationName)";"$(SolutionDir)\..\openlibraries\src\openimagelib\il\$(ConfigurationName)";"$(SolutionDir)\..\openlibraries\src\openmedialib\ml\$(ConfigurationName)""
+ GenerateDebugInformation="true"
+ SubSystem="2"
+ TargetMachine="1"/>
+ <Tool
+ Name="VCALinkTool"/>
+ <Tool
+ Name="VCManifestTool"/>
+ <Tool
+ Name="VCXDCMakeTool"/>
+ <Tool
+ Name="BscMakeTool"/>
+ <Tool
+ Name="VCFxCopTool"/>
+ <Tool
+ Name="VCAppVerifierTool"/>
+ <Tool
+ Name="VCWebDeploymentTool"/>
+ <Tool
+ Name="PostBuildEventTool"/>
+ </Configuration>
+ <Configuration
+ Name="Multi-threaded Release DLL|Win32">
+ <Tool
+ Name="GeneralTool"
+ OutputDirectory="$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="2"
+ CharacterSet="1"
+ WholeProgramOptimization="1"/>
+ <Tool
+ Name="PreBuildEventTool"/>
+ <Tool
+ Name="CustomTool"/>
+ <Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="MidlCmplrTool"/>
+ <Tool
+ Name="CppCmplrTool"
+ AdditionalIncludeDirectories=""$(SolutionDir)\..\openlibraries\src";"C:\Boost\include\boost-1_34_1";C:\OFX"
+ PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;NOISE_EXPORTS;HAVE_FLEX_STRING"
+ ExceptionHandling="2"
+ RuntimeLibrary="2"
+ BufferSecurityCheck="false"
+ OpenMP="true"
+ UsePrecompiledHeader="0"
+ WarningLevel="4"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="3"/>
+ <Tool
+ Name="VCManagedResourceCompilerTool"/>
+ <Tool
+ Name="ResCmplrTool"/>
+ <Tool
+ Name="PreLinkEventTool"/>
+ <Tool
+ Name="LinkerTool"
+ IgnoreImportLibrary="true"
+ OutputFile="$(OutDir)\hdrflow_noise-vc80-r-0_1_0.dll"
+ LinkIncremental="1"
+ AdditionalLibraryDirectories="C:\Boost\lib;"$(SolutionDir)\..\openlibraries\src\openpluginlib\pl\$(ConfigurationName)";"$(SolutionDir)\..\openlibraries\src\openimagelib\il\$(ConfigurationName)";"$(SolutionDir)\..\openlibraries\src\openmedialib\ml\$(ConfigurationName)""
+ GenerateDebugInformation="true"
+ SubSystem="2"
+ OptimizeReferences="2"
+ EnableCOMDATFolding="2"
+ TargetMachine="1"/>
+ <Tool
+ Name="VCALinkTool"/>
+ <Tool
+ Name="VCManifestTool"/>
+ <Tool
+ Name="VCXDCMakeTool"/>
+ <Tool
+ Name="BscMakeTool"/>
+ <Tool
+ Name="VCFxCopTool"/>
+ <Tool
+ Name="VCAppVerifierTool"/>
+ <Tool
+ Name="VCWebDeploymentTool"/>
+ <Tool
+ Name="PostBuildEventTool"/>
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
+ <File
+ RelativePath=".\noise.cpp">
+ </File>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="h;hpp;hxx;hm;inl;inc;xsd"
+ UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
+ </Filter>
+ <Filter
+ Name="Resource Files"
+ Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
+ UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
+
Property changes on: trunk/lib/extras/src/noise/noise_vc8.icproj
___________________________________________________________________
Name: svn:eol-style
+ native
Added: trunk/lib/extras/src/panoramic/panoramic_vc8.icproj
===================================================================
--- trunk/lib/extras/src/panoramic/panoramic_vc8.icproj (rev 0)
+++ trunk/lib/extras/src/panoramic/panoramic_vc8.icproj 2007-11-05 21:20:34 UTC (rev 373)
@@ -0,0 +1,177 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Intel C++ Project"
+ Version="10.0"
+ Name="panoramic"
+ ProjectGUID="{597A9550-16EF-4821-A042-F0635568E2BA}"
+ RootNamespace="panoramic"
+ Keyword="Win32Proj"
+ VCNestedProjectGUID="{C8F73831-1355-45C9-BD1B-C7AAB4CDE373}"
+ VCNestedProjectCRC32="58684955"
+ VCNestedProjectFileName="panoramic_vc8.vcproj">
+ <Platforms>
+ <Platform
+ Name="Win32"/>
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Multi-threaded Debug DLL|Win32">
+ <Tool
+ Name="GeneralTool"
+ OutputDirectory="$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="2"
+ CharacterSet="1"/>
+ <Tool
+ Name="PreBuildEventTool"/>
+ <Tool
+ Name="CustomTool"/>
+ <Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="MidlCmplrTool"/>
+ <Tool
+ Name="CppCmplrTool"
+ Optimization="0"
+ AdditionalIncludeDirectories=""$(SolutionDir)\..\openlibraries\src";"C:\Boost\include\boost-1_34_1";C:\OFX"
+ PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;PANORAMIC_EXPORTS;HAVE_FLEX_STRING"
+ MinimalRebuild="true"
+ ExceptionHandling="2"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ OpenMP="true"
+ UsePrecompiledHeader="0"
+ WarningLevel="4"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="4"/>
+ <Tool
+ Name="VCManagedResourceCompilerTool"/>
+ <Tool
+ Name="ResCmplrTool"/>
+ <Tool
+ Name="PreLinkEventTool"/>
+ <Tool
+ Name="LinkerTool"
+ IgnoreImportLibrary="true"
+ AdditionalOptions="/LARGEADDRESSAWARE"
+ OutputFile="$(OutDir)\hdrflow_panoramic-vc80-d-0_1_0.dll"
+ LinkIncremental="2"
+ AdditionalLibraryDirectories="C:\Boost\lib;"$(SolutionDir)\..\openlibraries\src\openpluginlib\pl\$(ConfigurationName)";"$(SolutionDir)\..\openlibraries\src\openimagelib\il\$(ConfigurationName)";"$(SolutionDir)\..\openlibraries\src\openmedialib\ml\$(ConfigurationName)""
+ GenerateDebugInformation="true"
+ SubSystem="2"
+ TargetMachine="1"/>
+ <Tool
+ Name="VCALinkTool"/>
+ <Tool
+ Name="VCManifestTool"/>
+ <Tool
+ Name="VCXDCMakeTool"/>
+ <Tool
+ Name="BscMakeTool"/>
+ <Tool
+ Name="VCFxCopTool"/>
+ <Tool
+ Name="VCAppVerifierTool"/>
+ <Tool
+ Name="VCWebDeploymentTool"/>
+ <Tool
+ Name="PostBuildEventTool"/>
+ </Configuration>
+ <Configuration
+ Name="Multi-threaded Release DLL|Win32">
+ <Tool
+ Name="GeneralTool"
+ OutputDirectory="$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="2"
+ CharacterSet="1"
+ WholeProgramOptimization="1"/>
+ <Tool
+ Name="PreBuildEventTool"/>
+ <Tool
+ Name="CustomTool"/>
+ <Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="MidlCmplrTool"/>
+ <Tool
+ Name="CppCmplrTool"
+ AdditionalIncludeDirectories=""$(SolutionDir)\..\openlibraries\src";"C:\Boost\include\boost-1_34_1";C:\OFX"
+ PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;PANORAMIC_EXPORTS;HAVE_FLEX_STRING"
+ ExceptionHandling="2"
+ RuntimeLibrary="2"
+ BufferSecurityCheck="false"
+ FloatingPointModel="2"
+ OpenMP="true"
+ UsePrecompiledHeader="0"
+ WarningLevel="4"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="3"/>
+ <Tool
+ Name="VCManagedResourceCompilerTool"/>
+ <Tool
+ Name="ResCmplrTool"/>
+ <Tool
+ Name="PreLinkEventTool"/>
+ <Tool
+ Name="LinkerTool"
+ IgnoreImportLibrary="true"
+ AdditionalOptions="/LARGEADDRESSAWARE"
+ OutputFile="$(OutDir)\hdrflow_panoramic-vc80-r-0_1_0.dll"
+ LinkIncremental="1"
+ AdditionalLibraryDirectories="C:\Boost\lib;"$(SolutionDir)\..\openlibraries\src\openpluginlib\pl\$(ConfigurationName)";"$(SolutionDir)\..\openlibraries\src\openimagelib\il\$(ConfigurationName)";"$(SolutionDir)\..\openlibraries\src\openmedialib\ml\$(ConfigurationName)""
+ GenerateDebugInformation="true"
+ SubSystem="2"
+ OptimizeReferences="2"
+ EnableCOMDATFolding="2"
+ TargetMachine="1"/>
+ <Tool
+ Name="VCALinkTool"/>
+ <Tool
+ Name="VCManifestTool"/>
+ <Tool
+ Name="VCXDCMakeTool"/>
+ <Tool
+ Name="BscMakeTool"/>
+ <Tool
+ Name="VCFxCopTool"/>
+ <Tool
+ Name="VCAppVerifierTool"/>
+ <Tool
+ Name="VCWebDeploymentTool"/>
+ <Tool
+ Name="PostBuildEventTool"/>
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
+ <File
+ RelativePath=".\panoramic.cpp">
+ </File>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="h;hpp;hxx;hm;inl;inc;xsd"
+ UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
+ </Filter>
+ <Filter
+ Name="Resource Files"
+ Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
+ UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
+
Property changes on: trunk/lib/extras/src/panoramic/panoramic_vc8.icproj
___________________________________________________________________
Name: svn:eol-style
+ native
Added: trunk/lib/extras/src/ppm/ppm_vc8.icproj
===================================================================
--- trunk/lib/extras/src/ppm/ppm_vc8.icproj (rev 0)
+++ trunk/lib/extras/src/ppm/ppm_vc8.icproj 2007-11-05 21:20:34 UTC (rev 373)
@@ -0,0 +1,174 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Intel C++ Project"
+ Version="10.0"
+ Name="ppm"
+ ProjectGUID="{B3A9E358-C43D-4BA8-A272-7FB99E141D1A}"
+ RootNamespace="ppm"
+ Keyword="Win32Proj"
+ VCNestedProjectGUID="{95CD0C43-860C-467B-9995-E6A4E0F8519B}"
+ VCNestedProjectCRC32="386945552"
+ VCNestedProjectFileName="ppm_vc8.vcproj">
+ <Platforms>
+ <Platform
+ Name="Win32"/>
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Multi-threaded Debug DLL|Win32">
+ <Tool
+ Name="GeneralTool"
+ OutputDirectory="$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="2"
+ CharacterSet="1"/>
+ <Tool
+ Name="PreBuildEventTool"/>
+ <Tool
+ Name="CustomTool"/>
+ <Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="MidlCmplrTool"/>
+ <Tool
+ Name="CppCmplrTool"
+ Optimization="0"
+ AdditionalIncludeDirectories=""$(SolutionDir)\..\openlibraries\src";"C:\Boost\include\boost-1_34_1""
+ PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;PPM_EXPORTS;HAVE_FLEX_STRING"
+ MinimalRebuild="true"
+ ExceptionHandling="2"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ OpenMP="true"
+ UsePrecompiledHeader="0"
+ WarningLevel="4"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="4"/>
+ <Tool
+ Name="VCManagedResourceCompilerTool"/>
+ <Tool
+ Name="ResCmplrTool"/>
+ <Tool
+ Name="PreLinkEventTool"/>
+ <Tool
+ Name="LinkerTool"
+ IgnoreImportLibrary="true"
+ OutputFile="$(OutDir)\hdrflow_extras_ppm-vc80-d-0_1_0.dll"
+ LinkIncremental="2"
+ AdditionalLibraryDirectories="C:\Boost\lib;"$(SolutionDir)\..\openlibraries\src\openpluginlib\pl\$(ConfigurationName)";"$(SolutionDir)\..\openlibraries\src\openimagelib\il\$(ConfigurationName)""
+ GenerateDebugInformation="true"
+ SubSystem="2"
+ TargetMachine="1"/>
+ <Tool
+ Name="VCALinkTool"/>
+ <Tool
+ Name="VCManifestTool"/>
+ <Tool
+ Name="VCXDCMakeTool"/>
+ <Tool
+ Name="BscMakeTool"/>
+ <Tool
+ Name="VCFxCopTool"/>
+ <Tool
+ Name="VCAppVerifierTool"/>
+ <Tool
+ Name="VCWebDeploymentTool"/>
+ <Tool
+ Name="PostBuildEventTool"/>
+ </Configuration>
+ <Configuration
+ Name="Multi-threaded Release DLL|Win32">
+ <Tool
+ Name="GeneralTool"
+ OutputDirectory="$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="2"
+ CharacterSet="1"
+ WholeProgramOptimization="1"/>
+ <Tool
+ Name="PreBuildEventTool"/>
+ <Tool
+ Name="CustomTool"/>
+ <Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="MidlCmplrTool"/>
+ <Tool
+ Name="CppCmplrTool"
+ AdditionalIncludeDirectories=""$(SolutionDir)\..\openlibraries\src";"C:\Boost\include\boost-1_34_1""
+ PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;PPM_EXPORTS;HAVE_FLEX_STRING"
+ ExceptionHandling="2"
+ RuntimeLibrary="2"
+ BufferSecurityCheck="false"
+ OpenMP="true"
+ UsePrecompiledHeader="0"
+ WarningLevel="4"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="3"/>
+ <Tool
+ Name="VCManagedResourceCompilerTool"/>
+ <Tool
+ Name="ResCmplrTool"/>
+ <Tool
+ Name="PreLinkEventTool"/>
+ <Tool
+ Name="LinkerTool"
+ IgnoreImportLibrary="true"
+ OutputFile="$(OutDir)\hdrflow_extras_ppm-vc80-r-0_1_0.dll"
+ LinkIncremental="1"
+ AdditionalLibraryDirectories="C:\Boost\lib;"$(SolutionDir)\..\openlibraries\src\openpluginlib\pl\$(ConfigurationName)";"$(SolutionDir)\..\openlibraries\src\openimagelib\il\$(ConfigurationName)""
+ GenerateDebugInformation="true"
+ SubSystem="2"
+ OptimizeReferences="2"
+ EnableCOMDATFolding="2"
+ TargetMachine="1"/>
+ <Tool
+ Name="VCALinkTool"/>
+ <Tool
+ Name="VCManifestTool"/>
+ <Tool
+ Name="VCXDCMakeTool"/>
+ <Tool
+ Name="BscMakeTool"/>
+ <Tool
+ Name="VCFxCopTool"/>
+ <Tool
+ Name="VCAppVerifierTool"/>
+ <Tool
+ Name="VCWebDeploymentTool"/>
+ <Tool
+ Name="PostBuildEventTool"/>
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
+ <File
+ RelativePath=".\ppm_plugin.cpp">
+ </File>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="h;hpp;hxx;hm;inl;inc;xsd"
+ UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
+ </Filter>
+ <Filter
+ Name="Resource Files"
+ Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
+ UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
+
Property changes on: trunk/lib/extras/src/ppm/ppm_vc8.icproj
___________________________________________________________________
Name: svn:eol-style
+ native
Added: trunk/lib/extras/src/raw/raw_vc8.icproj
===================================================================
--- trunk/lib/extras/src/raw/raw_vc8.icproj (rev 0)
+++ trunk/lib/extras/src/raw/raw_vc8.icproj 2007-11-05 21:20:34 UTC (rev 373)
@@ -0,0 +1,184 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Intel C++ Project"
+ Version="10.0"
+ Name="raw"
+ ProjectGUID="{C4C91B21-2FEA-4E24-88BD-C744137F36F9}"
+ RootNamespace="raw"
+ Keyword="Win32Proj"
+ VCNestedProjectGUID="{B4CCC2D9-D505-4B08-B908-B2A38105ABC8}"
+ VCNestedProjectCRC32="3962850260"
+ VCNestedProjectFileName="raw_vc8.vcproj">
+ <Platforms>
+ <Platform
+ Name="Win32"/>
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Multi-threaded Debug DLL|Win32">
+ <Tool
+ Name="GeneralTool"
+ OutputDirectory="$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="2"
+ CharacterSet="1"/>
+ <Tool
+ Name="PreBuildEventTool"/>
+ <Tool
+ Name="CustomTool"/>
+ <Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="MidlCmplrTool"/>
+ <Tool
+ Name="CppCmplrTool"
+ Optimization="0"
+ AdditionalIncludeDirectories=""$(SolutionDir)\..\openlibraries\src";"C:\Boost\include\boost-1_34_1""
+ PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;RAW_EXPORTS;HAVE_FLEX_STRING;_CRT_SECURE_NO_WARNINGS;NO_JPEG;NO_LCMS"
+ MinimalRebuild="true"
+ ExceptionHandling="2"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ OpenMP="true"
+ UsePrecompiledHeader="0"
+ WarningLevel="4"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="4"
+ DisableSpecificWarnings="4503"/>
+ <Tool
+ Name="VCManagedResourceCompilerTool"/>
+ <Tool
+ Name="ResCmplrTool"/>
+ <Tool
+ Name="PreLinkEventTool"/>
+ <Tool
+ Name="LinkerTool"
+ IgnoreImportLibrary="true"
+ AdditionalOptions="/LARGEADDRESSAWARE"
+ OutputFile="$(OutDir)\hdrflow_extras_raw-vc80-d-0_1_0.dll"
+ LinkIncremental="2"
+ AdditionalLibraryDirectories="C:\Boost\lib;"$(SolutionDir)\..\openlibraries\src\openpluginlib\pl\$(ConfigurationName)";"$(SolutionDir)\..\openlibraries\src\openimagelib\il\$(ConfigurationName)";"$(SolutionDir)\..\openlibraries\src\openmedialib\ml\$(ConfigurationName)""
+ IgnoreDefaultLibraryNames=""
+ GenerateDebugInformation="true"
+ SubSystem="2"
+ TargetMachine="1"/>
+ <Tool
+ Name="VCALinkTool"/>
+ <Tool
+ Name="VCManifestTool"/>
+ <Tool
+ Name="VCXDCMakeTool"/>
+ <Tool
+ Name="BscMakeTool"/>
+ <Tool
+ Name="VCFxCopTool"/>
+ <Tool
+ Name="VCAppVerifierTool"/>
+ <Tool
+ Name="VCWebDeploymentTool"/>
+ <Tool
+ Name="PostBuildEventTool"/>
+ </Configuration>
+ <Configuration
+ Name="Multi-threaded Release DLL|Win32">
+ <Tool
+ Name="GeneralTool"
+ OutputDirectory="$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="2"
+ CharacterSet="1"
+ WholeProgramOptimization="1"/>
+ <Tool
+ Name="PreBuildEventTool"/>
+ <Tool
+ Name="CustomTool"/>
+ <Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="MidlCmplrTool"/>
+ <Tool
+ Name="CppCmplrTool"
+ AdditionalIncludeDirectories=""$(SolutionDir)\..\openlibraries\src";"C:\Boost\include\boost-1_34_1""
+ PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;RAW_EXPORTS;HAVE_FLEX_STRING;_CRT_SECURE_NO_WARNINGS;NO_JPEG;NO_LCMS"
+ ExceptionHandling="2"
+ RuntimeLibrary="2"
+ BufferSecurityCheck="false"
+ FloatingPointModel="2"
+ OpenMP="true"
+ UsePrecompiledHeader="0"
+ WarningLevel="4"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="3"
+ DisableSpecificWarnings="4503"/>
+ <Tool
+ Name="VCManagedResourceCompilerTool"/>
+ <Tool
+ Name="ResCmplrTool"/>
+ <Tool
+ Name="PreLinkEventTool"/>
+ <Tool
+ Name="LinkerTool"
+ IgnoreImportLibrary="true"
+ AdditionalOptions="/LARGEADDRESSAWARE"
+ OutputFile="$(OutDir)\hdrflow_extras_raw-vc80-r-0_1_0.dll"
+ LinkIncremental="1"
+ AdditionalLibraryDirectories="C:\Boost\lib;"$(SolutionDir)\..\openlibraries\src\openpluginlib\pl\$(ConfigurationName)";"$(SolutionDir)\..\openlibraries\src\openimagelib\il\$(ConfigurationName)";"$(SolutionDir)\..\openlibraries\src\openmedialib\ml\$(ConfigurationName)""
+ IgnoreDefaultLibraryNames=""
+ GenerateDebugInformation="true"
+ SubSystem="2"
+ OptimizeReferences="2"
+ EnableCOMDATFolding="2"
+ TargetMachine="1"/>
+ <Tool
+ Name="VCALinkTool"/>
+ <Tool
+ Name="VCManifestTool"/>
+ <Tool
+ Name="VCXDCMakeTool"/>
+ <Tool
+ Name="BscMakeTool"/>
+ <Tool
+ Name="VCFxCopTool"/>
+ <Tool
+ Name="VCAppVerifierTool"/>
+ <Tool
+ Name="VCWebDeploymentTool"/>
+ <Tool
+ Name="PostBuildEventTool"/>
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
+ <File
+ RelativePath=".\dcraw.c">
+ </File>
+ <File
+ RelativePath=".\raw.cpp">
+ </File>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="h;hpp;hxx;hm;inl;inc;xsd"
+ UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
+ </Filter>
+ <Filter
+ Name="Resource Files"
+ Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
+ UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
+
Property changes on: trunk/lib/extras/src/raw/raw_vc8.icproj
___________________________________________________________________
Name: svn:eol-style
+ native
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <gl...@us...> - 2007-11-03 17:34:50
|
Revision: 372
http://hdrflow.svn.sourceforge.net/hdrflow/?rev=372&view=rev
Author: glslang
Date: 2007-11-03 10:34:48 -0700 (Sat, 03 Nov 2007)
Log Message:
-----------
+ build fix
Modified Paths:
--------------
trunk/lib/openlibraries/src/openpluginlib/pl/string.hpp
Modified: trunk/lib/openlibraries/src/openpluginlib/pl/string.hpp
===================================================================
--- trunk/lib/openlibraries/src/openpluginlib/pl/string.hpp 2007-10-31 22:07:30 UTC (rev 371)
+++ trunk/lib/openlibraries/src/openpluginlib/pl/string.hpp 2007-11-03 17:34:48 UTC (rev 372)
@@ -8,13 +8,13 @@
#ifndef STRING_INC_
#define STRING_INC_
-#if defined( HAVE_FLEX_STRING )
-
#if _MSC_VER
#pragma warning ( push )
#pragma warning ( disable:4244 4251 4503 4512 )
#endif
+#if defined( HAVE_FLEX_STRING )
+
#include <openpluginlib/pl/flex_string.h>
#else
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <gl...@us...> - 2007-10-31 22:07:34
|
Revision: 371
http://hdrflow.svn.sourceforge.net/hdrflow/?rev=371&view=rev
Author: glslang
Date: 2007-10-31 15:07:30 -0700 (Wed, 31 Oct 2007)
Log Message:
-----------
+ intel compiler port
Added Paths:
-----------
trunk/lib/openlibraries/openlibraries_iw_vc8.sln
Added: trunk/lib/openlibraries/openlibraries_iw_vc8.sln
===================================================================
--- trunk/lib/openlibraries/openlibraries_iw_vc8.sln (rev 0)
+++ trunk/lib/openlibraries/openlibraries_iw_vc8.sln 2007-10-31 22:07:30 UTC (rev 371)
@@ -0,0 +1,934 @@
+Microsoft Visual Studio Solution File, Format Version 9.00
+# Visual Studio 2005
+Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{CF74866F-291A-4429-9940-A01E9050DBC9}"
+EndProject
+Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{5E5D0EA5-B5C7-4617-9A1B-FFB1868D6E83}"
+EndProject
+Project("{EAF909A5-FA59-4C3D-9431-0FCC20D5BCF9}") = "discovery", "test\openpluginlib\discovery\discovery_vc8.icproj", "{DEBDE44D-E1DB-4F31-9E28-E29B06373586}"
+ ProjectSection(ProjectDependencies) = postProject
+ {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92} = {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92}
+ EndProjectSection
+EndProject
+Project("{EAF909A5-FA59-4C3D-9431-0FCC20D5BCF9}") = "initialization", "test\openpluginlib\initialization\initialization_vc8.icproj", "{FD104B53-EF40-4F70-8234-F00493AFB3DC}"
+ ProjectSection(ProjectDependencies) = postProject
+ {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92} = {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92}
+ EndProjectSection
+EndProject
+Project("{EAF909A5-FA59-4C3D-9431-0FCC20D5BCF9}") = "enumerate", "test\openpluginlib\enumerate\enumerate_vc8.icproj", "{01A772F7-1D2D-4069-B684-063D56CD3168}"
+ ProjectSection(ProjectDependencies) = postProject
+ {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92} = {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92}
+ EndProjectSection
+EndProject
+Project("{EAF909A5-FA59-4C3D-9431-0FCC20D5BCF9}") = "rdtsc", "test\openpluginlib\rdtsc\rdtsc_vc8.icproj", "{EBD3B5DE-E0CC-41C7-9C3F-A0CB18EFB495}"
+ ProjectSection(ProjectDependencies) = postProject
+ {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92} = {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92}
+ EndProjectSection
+EndProject
+Project("{EAF909A5-FA59-4C3D-9431-0FCC20D5BCF9}") = "sleep", "test\openpluginlib\sleep\sleep_vc8.icproj", "{36B81F7F-F329-4F96-A895-439AAB5B7323}"
+ ProjectSection(ProjectDependencies) = postProject
+ {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92} = {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92}
+ EndProjectSection
+EndProject
+Project("{EAF909A5-FA59-4C3D-9431-0FCC20D5BCF9}") = "gpu_timer_query", "test\openpluginlib\gpu_timer_query\gpu_timer_query_vc8.icproj", "{A1B0A11A-205D-4165-9D03-336EBF9B0062}"
+ ProjectSection(ProjectDependencies) = postProject
+ {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92} = {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92}
+ EndProjectSection
+EndProject
+Project("{EAF909A5-FA59-4C3D-9431-0FCC20D5BCF9}") = "py", "src\openpluginlib\py\py_vc8.icproj", "{C3E022FF-924D-4A29-8F40-ECFA4626D45F}"
+ ProjectSection(ProjectDependencies) = postProject
+ {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92} = {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92}
+ EndProjectSection
+EndProject
+Project("{EAF909A5-FA59-4C3D-9431-0FCC20D5BCF9}") = "key", "test\openpluginlib\pcos\key\key_vc8.icproj", "{5CBE4B29-68E9-4A73-803F-617319180C37}"
+ ProjectSection(ProjectDependencies) = postProject
+ {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92} = {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92}
+ EndProjectSection
+EndProject
+Project("{EAF909A5-FA59-4C3D-9431-0FCC20D5BCF9}") = "property", "test\openpluginlib\pcos\property\property_vc8.icproj", "{54B0216C-4AAD-48B7-9678-B6D9EE022902}"
+ ProjectSection(ProjectDependencies) = postProject
+ {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92} = {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92}
+ EndProjectSection
+EndProject
+Project("{EAF909A5-FA59-4C3D-9431-0FCC20D5BCF9}") = "property_container", "test\openpluginlib\pcos\property_container\property_container_vc8.icproj", "{7C36DD4D-9260-42B4-95F1-520BA540A30C}"
+ ProjectSection(ProjectDependencies) = postProject
+ {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92} = {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92}
+ EndProjectSection
+EndProject
+Project("{EAF909A5-FA59-4C3D-9431-0FCC20D5BCF9}") = "subject-observer", "test\openpluginlib\pcos\subject-observer\subject-observer_vc8.icproj", "{FC9ACC93-04A4-4C51-ADC8-3BC97C41DF17}"
+ ProjectSection(ProjectDependencies) = postProject
+ {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92} = {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92}
+ EndProjectSection
+EndProject
+Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "openpluginlib", "openpluginlib", "{3F9A7FBB-04FA-44D8-B115-B879CAE16385}"
+EndProject
+Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "openpluginlib", "openpluginlib", "{BB02ABA6-1FA2-474D-A85E-4B0B2A963397}"
+EndProject
+Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "openimagelib", "openimagelib", "{4A3E08FC-B91F-45B1-92F3-39A9D952C342}"
+EndProject
+Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "openimagelib", "openimagelib", "{0281BCBF-F0A9-4E29-9E22-7BAE742DB3F0}"
+EndProject
+Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "openassetlib", "openassetlib", "{F1628F19-6E94-4055-A589-4587238DA2A0}"
+EndProject
+Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "openmedialib", "openmedialib", "{484A285A-F490-4F62-9024-D38264102553}"
+EndProject
+Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "openobjectlib", "openobjectlib", "{FE28E322-51C9-4979-9A0A-93055023A503}"
+EndProject
+Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "openeffectslib", "openeffectslib", "{67E6C3A2-E542-4D5D-A4A4-61DF5CD73711}"
+EndProject
+Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "openassetlib", "openassetlib", "{036D9412-C267-4804-8DE7-70C04E4B4A58}"
+EndProject
+Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "openeffectslib", "openeffectslib", "{C2D61212-6194-4B66-837B-E8A2FA29AB0E}"
+EndProject
+Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "openmedialib", "openmedialib", "{135B4433-9BD9-42C8-A552-61CA0CBA6CDC}"
+EndProject
+Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "openobjectlib", "openobjectlib", "{BEF92EC2-7872-48E2-BF6F-3DE4EBA9C037}"
+EndProject
+Project("{EAF909A5-FA59-4C3D-9431-0FCC20D5BCF9}") = "il", "src\openimagelib\il\il_vc8.icproj", "{67EA57CD-3ACE-4BA9-BD0D-440FFC547382}"
+ ProjectSection(ProjectDependencies) = postProject
+ {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92} = {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92}
+ EndProjectSection
+EndProject
+Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "IL", "IL", "{51ECF4DE-6959-485D-9D68-A055E45393DD}"
+EndProject
+Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "plugins", "plugins", "{D9066C6C-E143-472F-860E-004E481F3E0A}"
+EndProject
+Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "PL", "PL", "{A2CA9B80-3260-40E1-B5FA-C14DD6950FD1}"
+EndProject
+Project("{EAF909A5-FA59-4C3D-9431-0FCC20D5BCF9}") = "pl", "src\openpluginlib\pl\pl_vc8.icproj", "{CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92}"
+EndProject
+Project("{EAF909A5-FA59-4C3D-9431-0FCC20D5BCF9}") = "py", "src\openimagelib\py\py_vc8.icproj", "{4AF3F015-09ED-47CC-A30C-0ECC1C1BB557}"
+ ProjectSection(ProjectDependencies) = postProject
+ {67EA57CD-3ACE-4BA9-BD0D-440FFC547382} = {67EA57CD-3ACE-4BA9-BD0D-440FFC547382}
+ EndProjectSection
+EndProject
+Project("{EAF909A5-FA59-4C3D-9431-0FCC20D5BCF9}") = "3D_lightmap", "src\openimagelib\plugins\3D_lightmap\3D_lightmap_vc8.icproj", "{54828EE2-BA89-4700-9E52-24A8A8301880}"
+ ProjectSection(ProjectDependencies) = postProject
+ {67EA57CD-3ACE-4BA9-BD0D-440FFC547382} = {67EA57CD-3ACE-4BA9-BD0D-440FFC547382}
+ {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92} = {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92}
+ EndProjectSection
+EndProject
+Project("{EAF909A5-FA59-4C3D-9431-0FCC20D5BCF9}") = "bmp", "src\openimagelib\plugins\bmp\bmp_vc8.icproj", "{847EA448-ED49-4A63-822E-6DBC2F760298}"
+ ProjectSection(ProjectDependencies) = postProject
+ {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92} = {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92}
+ {67EA57CD-3ACE-4BA9-BD0D-440FFC547382} = {67EA57CD-3ACE-4BA9-BD0D-440FFC547382}
+ EndProjectSection
+EndProject
+Project("{EAF909A5-FA59-4C3D-9431-0FCC20D5BCF9}") = "dds", "src\openimagelib\plugins\dds\dds_vc8.icproj", "{05C95FA3-7755-4F6E-8D87-79CA433A481C}"
+ ProjectSection(ProjectDependencies) = postProject
+ {67EA57CD-3ACE-4BA9-BD0D-440FFC547382} = {67EA57CD-3ACE-4BA9-BD0D-440FFC547382}
+ {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92} = {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92}
+ EndProjectSection
+EndProject
+Project("{EAF909A5-FA59-4C3D-9431-0FCC20D5BCF9}") = "dpx", "src\openimagelib\plugins\dpx\dpx_vc8.icproj", "{70559110-3095-4653-B905-3332F81FB48C}"
+ ProjectSection(ProjectDependencies) = postProject
+ {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92} = {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92}
+ {67EA57CD-3ACE-4BA9-BD0D-440FFC547382} = {67EA57CD-3ACE-4BA9-BD0D-440FFC547382}
+ EndProjectSection
+EndProject
+Project("{EAF909A5-FA59-4C3D-9431-0FCC20D5BCF9}") = "exr", "src\openimagelib\plugins\exr\exr_vc8.icproj", "{168C99C5-7434-43DB-BC01-1545486FD320}"
+ ProjectSection(ProjectDependencies) = postProject
+ {67EA57CD-3ACE-4BA9-BD0D-440FFC547382} = {67EA57CD-3ACE-4BA9-BD0D-440FFC547382}
+ {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92} = {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92}
+ EndProjectSection
+EndProject
+Project("{EAF909A5-FA59-4C3D-9431-0FCC20D5BCF9}") = "gdi+", "src\openimagelib\plugins\gdi+\gdi+_vc8.icproj", "{D2A54593-9912-4A94-950C-4204994E5AD0}"
+ ProjectSection(ProjectDependencies) = postProject
+ {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92} = {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92}
+ {67EA57CD-3ACE-4BA9-BD0D-440FFC547382} = {67EA57CD-3ACE-4BA9-BD0D-440FFC547382}
+ EndProjectSection
+EndProject
+Project("{EAF909A5-FA59-4C3D-9431-0FCC20D5BCF9}") = "hdr", "src\openimagelib\plugins\hdr\hdr_vc8.icproj", "{82F69659-47F1-44E2-A6AF-7E125BFE333B}"
+ ProjectSection(ProjectDependencies) = postProject
+ {67EA57CD-3ACE-4BA9-BD0D-440FFC547382} = {67EA57CD-3ACE-4BA9-BD0D-440FFC547382}
+ {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92} = {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92}
+ EndProjectSection
+EndProject
+Project("{EAF909A5-FA59-4C3D-9431-0FCC20D5BCF9}") = "png", "src\openimagelib\plugins\png\png_vc8.icproj", "{6C5F9915-54DD-4C1F-9CD1-6112D80BBE8C}"
+ ProjectSection(ProjectDependencies) = postProject
+ {67EA57CD-3ACE-4BA9-BD0D-440FFC547382} = {67EA57CD-3ACE-4BA9-BD0D-440FFC547382}
+ {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92} = {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92}
+ EndProjectSection
+EndProject
+Project("{EAF909A5-FA59-4C3D-9431-0FCC20D5BCF9}") = "psd", "src\openimagelib\plugins\psd\psd_vc8.icproj", "{A6B1C8AA-F6EB-4EE4-BD11-758BF9C2E6EE}"
+ ProjectSection(ProjectDependencies) = postProject
+ {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92} = {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92}
+ {67EA57CD-3ACE-4BA9-BD0D-440FFC547382} = {67EA57CD-3ACE-4BA9-BD0D-440FFC547382}
+ EndProjectSection
+EndProject
+Project("{EAF909A5-FA59-4C3D-9431-0FCC20D5BCF9}") = "quicktime", "src\openimagelib\plugins\quicktime\quicktime_vc8.icproj", "{123BEE85-5545-49D6-BC1A-B9D07187312A}"
+ ProjectSection(ProjectDependencies) = postProject
+ {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92} = {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92}
+ {67EA57CD-3ACE-4BA9-BD0D-440FFC547382} = {67EA57CD-3ACE-4BA9-BD0D-440FFC547382}
+ EndProjectSection
+EndProject
+Project("{EAF909A5-FA59-4C3D-9431-0FCC20D5BCF9}") = "sgi", "src\openimagelib\plugins\sgi\sgi_vc8.icproj", "{F29DD922-4E1C-4A7D-B388-FB4FCA97F369}"
+ ProjectSection(ProjectDependencies) = postProject
+ {67EA57CD-3ACE-4BA9-BD0D-440FFC547382} = {67EA57CD-3ACE-4BA9-BD0D-440FFC547382}
+ {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92} = {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92}
+ EndProjectSection
+EndProject
+Project("{EAF909A5-FA59-4C3D-9431-0FCC20D5BCF9}") = "tga", "src\openimagelib\plugins\tga\tga_vc8.icproj", "{FA6FE539-D58B-4963-BC62-F0F5AE9D07A2}"
+ ProjectSection(ProjectDependencies) = postProject
+ {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92} = {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92}
+ {67EA57CD-3ACE-4BA9-BD0D-440FFC547382} = {67EA57CD-3ACE-4BA9-BD0D-440FFC547382}
+ EndProjectSection
+EndProject
+Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ML", "ML", "{F76943CD-19F1-469A-B725-38C44C2DD27F}"
+EndProject
+Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "plugins", "plugins", "{C039BC12-D0D0-4BAC-B8E4-445EEA6678B8}"
+EndProject
+Project("{EAF909A5-FA59-4C3D-9431-0FCC20D5BCF9}") = "ml", "src\openmedialib\ml\ml_vc8.icproj", "{C84EAE1C-7E87-4E3D-BCF9-003383139800}"
+ ProjectSection(ProjectDependencies) = postProject
+ {67EA57CD-3ACE-4BA9-BD0D-440FFC547382} = {67EA57CD-3ACE-4BA9-BD0D-440FFC547382}
+ {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92} = {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92}
+ EndProjectSection
+EndProject
+Project("{EAF909A5-FA59-4C3D-9431-0FCC20D5BCF9}") = "py", "src\openmedialib\py\py_vc8.icproj", "{7A534984-2C4F-43EB-9ED1-F47E0E1C07F5}"
+ ProjectSection(ProjectDependencies) = postProject
+ {C84EAE1C-7E87-4E3D-BCF9-003383139800} = {C84EAE1C-7E87-4E3D-BCF9-003383139800}
+ EndProjectSection
+EndProject
+Project("{EAF909A5-FA59-4C3D-9431-0FCC20D5BCF9}") = "gensys", "src\openmedialib\plugins\gensys\gensys_vc8.icproj", "{B7855283-738F-4ADF-9C7C-5BFFDD5B537F}"
+ ProjectSection(ProjectDependencies) = postProject
+ {67EA57CD-3ACE-4BA9-BD0D-440FFC547382} = {67EA57CD-3ACE-4BA9-BD0D-440FFC547382}
+ {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92} = {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92}
+ {C84EAE1C-7E87-4E3D-BCF9-003383139800} = {C84EAE1C-7E87-4E3D-BCF9-003383139800}
+ EndProjectSection
+EndProject
+Project("{EAF909A5-FA59-4C3D-9431-0FCC20D5BCF9}") = "ofx", "src\openmedialib\plugins\ofx\ofx_vc8.icproj", "{FC5B483A-2782-4DB8-88FC-CDF767A067D5}"
+ ProjectSection(ProjectDependencies) = postProject
+ {67EA57CD-3ACE-4BA9-BD0D-440FFC547382} = {67EA57CD-3ACE-4BA9-BD0D-440FFC547382}
+ {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92} = {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92}
+ {C84EAE1C-7E87-4E3D-BCF9-003383139800} = {C84EAE1C-7E87-4E3D-BCF9-003383139800}
+ EndProjectSection
+EndProject
+Project("{EAF909A5-FA59-4C3D-9431-0FCC20D5BCF9}") = "oil", "src\openmedialib\plugins\oil\oil_vc8.icproj", "{1BECC806-7A92-409B-A6F2-1FA6AB42E0A5}"
+ ProjectSection(ProjectDependencies) = postProject
+ {C84EAE1C-7E87-4E3D-BCF9-003383139800} = {C84EAE1C-7E87-4E3D-BCF9-003383139800}
+ {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92} = {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92}
+ {67EA57CD-3ACE-4BA9-BD0D-440FFC547382} = {67EA57CD-3ACE-4BA9-BD0D-440FFC547382}
+ EndProjectSection
+EndProject
+Project("{EAF909A5-FA59-4C3D-9431-0FCC20D5BCF9}") = "quicktime", "src\openmedialib\plugins\quicktime\quicktime_vc8.icproj", "{9F7A5B52-4A77-4C5F-B664-7C7F0D74AEA4}"
+ ProjectSection(ProjectDependencies) = postProject
+ {C84EAE1C-7E87-4E3D-BCF9-003383139800} = {C84EAE1C-7E87-4E3D-BCF9-003383139800}
+ {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92} = {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92}
+ {67EA57CD-3ACE-4BA9-BD0D-440FFC547382} = {67EA57CD-3ACE-4BA9-BD0D-440FFC547382}
+ EndProjectSection
+EndProject
+Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SG", "SG", "{BD86F550-C573-4A68-955B-6CEDCC8F595D}"
+EndProject
+Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "plugins", "plugins", "{9483FC7B-E396-43E6-84ED-EB021AC54252}"
+EndProject
+Project("{EAF909A5-FA59-4C3D-9431-0FCC20D5BCF9}") = "sg", "src\openobjectlib\sg\sg_vc8.icproj", "{B3A51819-E9B9-445A-9347-BC8D1D3BC1DA}"
+ ProjectSection(ProjectDependencies) = postProject
+ {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92} = {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92}
+ {67EA57CD-3ACE-4BA9-BD0D-440FFC547382} = {67EA57CD-3ACE-4BA9-BD0D-440FFC547382}
+ EndProjectSection
+EndProject
+Project("{EAF909A5-FA59-4C3D-9431-0FCC20D5BCF9}") = "obj", "src\openobjectlib\plugins\obj\obj_vc8.icproj", "{DDF3D73D-8E68-403E-A5D8-0F3D3231E590}"
+ ProjectSection(ProjectDependencies) = postProject
+ {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92} = {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92}
+ {B3A51819-E9B9-445A-9347-BC8D1D3BC1DA} = {B3A51819-E9B9-445A-9347-BC8D1D3BC1DA}
+ EndProjectSection
+EndProject
+Project("{EAF909A5-FA59-4C3D-9431-0FCC20D5BCF9}") = "X3D", "src\openobjectlib\plugins\X3D\X3D_vc8.icproj", "{CF7C26D5-4EB0-41C9-BB84-9E655A0227F6}"
+ ProjectSection(ProjectDependencies) = postProject
+ {B3A51819-E9B9-445A-9347-BC8D1D3BC1DA} = {B3A51819-E9B9-445A-9347-BC8D1D3BC1DA}
+ {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92} = {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92}
+ EndProjectSection
+EndProject
+Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "AL", "AL", "{D3688A41-2908-41C0-8BF1-4AB6E3DFDBC4}"
+EndProject
+Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "plugins", "plugins", "{56A6ABC4-51B3-45A3-ADDD-D22A50AA55F9}"
+EndProject
+Project("{EAF909A5-FA59-4C3D-9431-0FCC20D5BCF9}") = "al", "src\openassetlib\al\al_vc8.icproj", "{80261E5B-CC18-4844-B0C2-7D8B04671BAE}"
+ ProjectSection(ProjectDependencies) = postProject
+ {67EA57CD-3ACE-4BA9-BD0D-440FFC547382} = {67EA57CD-3ACE-4BA9-BD0D-440FFC547382}
+ {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92} = {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92}
+ {C84EAE1C-7E87-4E3D-BCF9-003383139800} = {C84EAE1C-7E87-4E3D-BCF9-003383139800}
+ {B3A51819-E9B9-445A-9347-BC8D1D3BC1DA} = {B3A51819-E9B9-445A-9347-BC8D1D3BC1DA}
+ EndProjectSection
+EndProject
+Project("{EAF909A5-FA59-4C3D-9431-0FCC20D5BCF9}") = "py", "src\openassetlib\py\py_vc8.icproj", "{DCDE03E7-5170-4CB4-ACF5-E788CF12E283}"
+ ProjectSection(ProjectDependencies) = postProject
+ {80261E5B-CC18-4844-B0C2-7D8B04671BAE} = {80261E5B-CC18-4844-B0C2-7D8B04671BAE}
+ EndProjectSection
+EndProject
+Project("{EAF909A5-FA59-4C3D-9431-0FCC20D5BCF9}") = "sqlite", "src\openassetlib\plugins\sqlite\sqlite_vc8.icproj", "{E18DF63F-8CDB-4377-8C5C-79FCC969E113}"
+ ProjectSection(ProjectDependencies) = postProject
+ {80261E5B-CC18-4844-B0C2-7D8B04671BAE} = {80261E5B-CC18-4844-B0C2-7D8B04671BAE}
+ {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92} = {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92}
+ EndProjectSection
+EndProject
+Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "GL", "GL", "{C2EBF114-BFF6-4520-BC11-EB54565B92D6}"
+EndProject
+Project("{EAF909A5-FA59-4C3D-9431-0FCC20D5BCF9}") = "_2D", "test\openimagelib\GL\_2D\_2D_vc8.icproj", "{EC14269B-467D-4AE7-94B1-F6F4B6280543}"
+ ProjectSection(ProjectDependencies) = postProject
+ {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92} = {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92}
+ {67EA57CD-3ACE-4BA9-BD0D-440FFC547382} = {67EA57CD-3ACE-4BA9-BD0D-440FFC547382}
+ EndProjectSection
+EndProject
+Project("{EAF909A5-FA59-4C3D-9431-0FCC20D5BCF9}") = "_2D_compressed", "test\openimagelib\GL\_2D_compressed\_2D_compressed_vc8.icproj", "{5CBC56F0-7DF5-437C-A59D-5ECD4CAF21DC}"
+ ProjectSection(ProjectDependencies) = postProject
+ {67EA57CD-3ACE-4BA9-BD0D-440FFC547382} = {67EA57CD-3ACE-4BA9-BD0D-440FFC547382}
+ {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92} = {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92}
+ EndProjectSection
+EndProject
+Project("{EAF909A5-FA59-4C3D-9431-0FCC20D5BCF9}") = "_2D_compressed_cubemap", "test\openimagelib\GL\_2D_compressed_cubemap\_2D_compressed_cubemap_vc8.icproj", "{30E45B23-A206-4803-833F-23445A872619}"
+ ProjectSection(ProjectDependencies) = postProject
+ {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92} = {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92}
+ {67EA57CD-3ACE-4BA9-BD0D-440FFC547382} = {67EA57CD-3ACE-4BA9-BD0D-440FFC547382}
+ EndProjectSection
+EndProject
+Project("{EAF909A5-FA59-4C3D-9431-0FCC20D5BCF9}") = "_2D_crop", "test\openimagelib\GL\_2D_crop\_2D_crop_vc8.icproj", "{F6C427E3-5A7E-4515-B353-4BABD59B4280}"
+ ProjectSection(ProjectDependencies) = postProject
+ {67EA57CD-3ACE-4BA9-BD0D-440FFC547382} = {67EA57CD-3ACE-4BA9-BD0D-440FFC547382}
+ {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92} = {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92}
+ EndProjectSection
+EndProject
+Project("{EAF909A5-FA59-4C3D-9431-0FCC20D5BCF9}") = "_2D_crop2", "test\openimagelib\GL\_2D_crop2\_2D_crop2_vc8.icproj", "{B37C93F8-C0E4-4ABB-90B5-56DA6AF8068B}"
+ ProjectSection(ProjectDependencies) = postProject
+ {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92} = {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92}
+ {67EA57CD-3ACE-4BA9-BD0D-440FFC547382} = {67EA57CD-3ACE-4BA9-BD0D-440FFC547382}
+ EndProjectSection
+EndProject
+Project("{EAF909A5-FA59-4C3D-9431-0FCC20D5BCF9}") = "_2D_exr", "test\openimagelib\GL\_2D_exr\_2D_exr_vc8.icproj", "{1B8C0271-A3E1-4B9F-A3D2-8AD59994AD8A}"
+ ProjectSection(ProjectDependencies) = postProject
+ {67EA57CD-3ACE-4BA9-BD0D-440FFC547382} = {67EA57CD-3ACE-4BA9-BD0D-440FFC547382}
+ {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92} = {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92}
+ EndProjectSection
+EndProject
+Project("{EAF909A5-FA59-4C3D-9431-0FCC20D5BCF9}") = "_2D_sgi", "test\openimagelib\GL\_2D_sgi\_2D_sgi_vc8.icproj", "{009731D9-D224-48AB-A8F4-B5C584A0FAEF}"
+ ProjectSection(ProjectDependencies) = postProject
+ {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92} = {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92}
+ {67EA57CD-3ACE-4BA9-BD0D-440FFC547382} = {67EA57CD-3ACE-4BA9-BD0D-440FFC547382}
+ EndProjectSection
+EndProject
+Project("{EAF909A5-FA59-4C3D-9431-0FCC20D5BCF9}") = "_3D_lightmap", "test\openimagelib\GL\_3D_lightmap\_3D_lightmap_vc8.icproj", "{83613041-D1A9-40E0-92C7-AB9B5B1CF30B}"
+ ProjectSection(ProjectDependencies) = postProject
+ {67EA57CD-3ACE-4BA9-BD0D-440FFC547382} = {67EA57CD-3ACE-4BA9-BD0D-440FFC547382}
+ {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92} = {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92}
+ EndProjectSection
+EndProject
+Project("{EAF909A5-FA59-4C3D-9431-0FCC20D5BCF9}") = "player", "test\openmedialib\player\player_vc8.icproj", "{28420E73-D1B5-4191-B0AF-6C3A59E33F57}"
+ ProjectSection(ProjectDependencies) = postProject
+ {C84EAE1C-7E87-4E3D-BCF9-003383139800} = {C84EAE1C-7E87-4E3D-BCF9-003383139800}
+ {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92} = {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92}
+ EndProjectSection
+EndProject
+Project("{EAF909A5-FA59-4C3D-9431-0FCC20D5BCF9}") = "store", "test\openmedialib\store\store_vc8.icproj", "{105D3AE5-6D9E-40FC-A0AD-89DC3C795121}"
+ ProjectSection(ProjectDependencies) = postProject
+ {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92} = {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92}
+ {C84EAE1C-7E87-4E3D-BCF9-003383139800} = {C84EAE1C-7E87-4E3D-BCF9-003383139800}
+ EndProjectSection
+EndProject
+Project("{EAF909A5-FA59-4C3D-9431-0FCC20D5BCF9}") = "multipass_draw", "test\openobjectlib\GL\multipass_draw\multipass_draw_vc8.icproj", "{40ABEE3D-14F3-490A-8919-CEAE879BCF28}"
+ ProjectSection(ProjectDependencies) = postProject
+ {B3A51819-E9B9-445A-9347-BC8D1D3BC1DA} = {B3A51819-E9B9-445A-9347-BC8D1D3BC1DA}
+ {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92} = {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92}
+ EndProjectSection
+EndProject
+Project("{EAF909A5-FA59-4C3D-9431-0FCC20D5BCF9}") = "noise_volume", "test\openobjectlib\GL\noise_volume\noise_volume_vc8.icproj", "{BFA2FC4C-3A12-4D2D-B981-B3ABC1DEEB40}"
+ ProjectSection(ProjectDependencies) = postProject
+ {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92} = {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92}
+ {B3A51819-E9B9-445A-9347-BC8D1D3BC1DA} = {B3A51819-E9B9-445A-9347-BC8D1D3BC1DA}
+ EndProjectSection
+EndProject
+Project("{EAF909A5-FA59-4C3D-9431-0FCC20D5BCF9}") = "obj_draw", "test\openobjectlib\GL\obj_draw\obj_draw_vc8.icproj", "{68B88FAE-568D-4CED-90F4-3FDA1BCC481D}"
+ ProjectSection(ProjectDependencies) = postProject
+ {B3A51819-E9B9-445A-9347-BC8D1D3BC1DA} = {B3A51819-E9B9-445A-9347-BC8D1D3BC1DA}
+ {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92} = {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92}
+ EndProjectSection
+EndProject
+Project("{EAF909A5-FA59-4C3D-9431-0FCC20D5BCF9}") = "texture_draw", "test\openobjectlib\GL\texture_draw\texture_draw_vc8.icproj", "{840428EF-8268-4F4D-878C-DAB32E8D5AC8}"
+ ProjectSection(ProjectDependencies) = postProject
+ {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92} = {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92}
+ {B3A51819-E9B9-445A-9347-BC8D1D3BC1DA} = {B3A51819-E9B9-445A-9347-BC8D1D3BC1DA}
+ EndProjectSection
+EndProject
+Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "GL", "GL", "{B972DCEB-386E-42D2-8C5E-DD2942EC7F63}"
+EndProject
+Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "plugins", "plugins", "{C85EDDFB-1A91-4ABD-8E86-6AFDF0C85CBA}"
+EndProject
+Project("{EAF909A5-FA59-4C3D-9431-0FCC20D5BCF9}") = "tonemap", "src\openeffectslib\plugins\tonemap\tonemap_vc8.icproj", "{68A41D6B-F6DB-4A26-9202-22950CC80697}"
+ ProjectSection(ProjectDependencies) = postProject
+ {C84EAE1C-7E87-4E3D-BCF9-003383139800} = {C84EAE1C-7E87-4E3D-BCF9-003383139800}
+ {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92} = {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92}
+ EndProjectSection
+EndProject
+Project("{EAF909A5-FA59-4C3D-9431-0FCC20D5BCF9}") = "tm_bench", "test\openeffectslib\tm_bench\tm_bench_vc8.icproj", "{6217C9BE-C025-48E5-BBB6-258BDF3ED5F3}"
+ ProjectSection(ProjectDependencies) = postProject
+ {C84EAE1C-7E87-4E3D-BCF9-003383139800} = {C84EAE1C-7E87-4E3D-BCF9-003383139800}
+ {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92} = {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92}
+ {67EA57CD-3ACE-4BA9-BD0D-440FFC547382} = {67EA57CD-3ACE-4BA9-BD0D-440FFC547382}
+ EndProjectSection
+EndProject
+Project("{EAF909A5-FA59-4C3D-9431-0FCC20D5BCF9}") = "tiff", "src\openimagelib\plugins\tiff\tiff_vc8.icproj", "{FF86DCCC-8D8F-4016-B4BC-6699963EEEE1}"
+ ProjectSection(ProjectDependencies) = postProject
+ {67EA57CD-3ACE-4BA9-BD0D-440FFC547382} = {67EA57CD-3ACE-4BA9-BD0D-440FFC547382}
+ EndProjectSection
+EndProject
+Project("{EAF909A5-FA59-4C3D-9431-0FCC20D5BCF9}") = "rescaler_bench", "test\openeffectslib\rescaler_bench\rescaler_bench_vc8.icproj", "{52CD991C-C495-4EB9-80D2-D9E1F809AA9B}"
+ ProjectSection(ProjectDependencies) = postProject
+ {C84EAE1C-7E87-4E3D-BCF9-003383139800} = {C84EAE1C-7E87-4E3D-BCF9-003383139800}
+ {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92} = {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92}
+ {67EA57CD-3ACE-4BA9-BD0D-440FFC547382} = {67EA57CD-3ACE-4BA9-BD0D-440FFC547382}
+ EndProjectSection
+EndProject
+Project("{EAF909A5-FA59-4C3D-9431-0FCC20D5BCF9}") = "jpg", "src\openimagelib\plugins\jpg\jpg_vc8.icproj", "{BB6CABC4-A340-4BD6-BAEE-33A0B80B94DA}"
+ ProjectSection(ProjectDependencies) = postProject
+ {67EA57CD-3ACE-4BA9-BD0D-440FFC547382} = {67EA57CD-3ACE-4BA9-BD0D-440FFC547382}
+ {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92} = {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92}
+ EndProjectSection
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Multi-threaded Debug DLL|Win32 = Multi-threaded Debug DLL|Win32
+ Multi-threaded Release DLL|Win32 = Multi-threaded Release DLL|Win32
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {DEBDE44D-E1DB-4F31-9E28-E29B06373586}.Multi-threaded Debug DLL|Win32.ActiveCfg = Multi-threaded Debug DLL|Win32
+ {DEBDE44D-E1DB-4F31-9E28-E29B06373586}.Multi-threaded Debug DLL|Win32.Build.0 = Multi-threaded Debug DLL|Win32
+ {DEBDE44D-E1DB-4F31-9E28-E29B06373586}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
+ {DEBDE44D-E1DB-4F31-9E28-E29B06373586}.Multi-threaded Release DLL|Win32.Build.0 = Multi-threaded Release DLL|Win32
+ {FD104B53-EF40-4F70-8234-F00493AFB3DC}.Multi-threaded Debug DLL|Win32.ActiveCfg = Multi-threaded Debug DLL|Win32
+ {FD104B53-EF40-4F70-8234-F00493AFB3DC}.Multi-threaded Debug DLL|Win32.Build.0 = Multi-threaded Debug DLL|Win32
+ {FD104B53-EF40-4F70-8234-F00493AFB3DC}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
+ {FD104B53-EF40-4F70-8234-F00493AFB3DC}.Multi-threaded Release DLL|Win32.Build.0 = Multi-threaded Release DLL|Win32
+ {01A772F7-1D2D-4069-B684-063D56CD3168}.Multi-threaded Debug DLL|Win32.ActiveCfg = Multi-threaded Debug DLL|Win32
+ {01A772F7-1D2D-4069-B684-063D56CD3168}.Multi-threaded Debug DLL|Win32.Build.0 = Multi-threaded Debug DLL|Win32
+ {01A772F7-1D2D-4069-B684-063D56CD3168}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
+ {01A772F7-1D2D-4069-B684-063D56CD3168}.Multi-threaded Release DLL|Win32.Build.0 = Multi-threaded Release DLL|Win32
+ {EBD3B5DE-E0CC-41C7-9C3F-A0CB18EFB495}.Multi-threaded Debug DLL|Win32.ActiveCfg = Multi-threaded Debug DLL|Win32
+ {EBD3B5DE-E0CC-41C7-9C3F-A0CB18EFB495}.Multi-threaded Debug DLL|Win32.Build.0 = Multi-threaded Debug DLL|Win32
+ {EBD3B5DE-E0CC-41C7-9C3F-A0CB18EFB495}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
+ {EBD3B5DE-E0CC-41C7-9C3F-A0CB18EFB495}.Multi-threaded Release DLL|Win32.Build.0 = Multi-threaded Release DLL|Win32
+ {36B81F7F-F329-4F96-A895-439AAB5B7323}.Multi-threaded Debug DLL|Win32.ActiveCfg = Multi-threaded Debug DLL|Win32
+ {36B81F7F-F329-4F96-A895-439AAB5B7323}.Multi-threaded Debug DLL|Win32.Build.0 = Multi-threaded Debug DLL|Win32
+ {36B81F7F-F329-4F96-A895-439AAB5B7323}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
+ {36B81F7F-F329-4F96-A895-439AAB5B7323}.Multi-threaded Release DLL|Win32.Build.0 = Multi-threaded Release DLL|Win32
+ {A1B0A11A-205D-4165-9D03-336EBF9B0062}.Multi-threaded Debug DLL|Win32.ActiveCfg = Multi-threaded Debug DLL|Win32
+ {A1B0A11A-205D-4165-9D03-336EBF9B0062}.Multi-threaded Debug DLL|Win32.Build.0 = Multi-threaded Debug DLL|Win32
+ {A1B0A11A-205D-4165-9D03-336EBF9B0062}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
+ {A1B0A11A-205D-4165-9D03-336EBF9B0062}.Multi-threaded Release DLL|Win32.Build.0 = Multi-threaded Release DLL|Win32
+ {C3E022FF-924D-4A29-8F40-ECFA4626D45F}.Multi-threaded Debug DLL|Win32.ActiveCfg = Multi-threaded Debug DLL|Win32
+ {C3E022FF-924D-4A29-8F40-ECFA4626D45F}.Multi-threaded Debug DLL|Win32.Build.0 = Multi-threaded Debug DLL|Win32
+ {C3E022FF-924D-4A29-8F40-ECFA4626D45F}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
+ {C3E022FF-924D-4A29-8F40-ECFA4626D45F}.Multi-threaded Release DLL|Win32.Build.0 = Multi-threaded Release DLL|Win32
+ {5CBE4B29-68E9-4A73-803F-617319180C37}.Multi-threaded Debug DLL|Win32.ActiveCfg = Multi-threaded Debug DLL|Win32
+ {5CBE4B29-68E9-4A73-803F-617319180C37}.Multi-threaded Debug DLL|Win32.Build.0 = Multi-threaded Debug DLL|Win32
+ {5CBE4B29-68E9-4A73-803F-617319180C37}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
+ {5CBE4B29-68E9-4A73-803F-617319180C37}.Multi-threaded Release DLL|Win32.Build.0 = Multi-threaded Release DLL|Win32
+ {54B0216C-4AAD-48B7-9678-B6D9EE022902}.Multi-threaded Debug DLL|Win32.ActiveCfg = Multi-threaded Debug DLL|Win32
+ {54B0216C-4AAD-48B7-9678-B6D9EE022902}.Multi-threaded Debug DLL|Win32.Build.0 = Multi-threaded Debug DLL|Win32
+ {54B0216C-4AAD-48B7-9678-B6D9EE022902}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
+ {54B0216C-4AAD-48B7-9678-B6D9EE022902}.Multi-threaded Release DLL|Win32.Build.0 = Multi-threaded Release DLL|Win32
+ {7C36DD4D-9260-42B4-95F1-520BA540A30C}.Multi-threaded Debug DLL|Win32.ActiveCfg = Multi-threaded Debug DLL|Win32
+ {7C36DD4D-9260-42B4-95F1-520BA540A30C}.Multi-threaded Debug DLL|Win32.Build.0 = Multi-threaded Debug DLL|Win32
+ {7C36DD4D-9260-42B4-95F1-520BA540A30C}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
+ {7C36DD4D-9260-42B4-95F1-520BA540A30C}.Multi-threaded Release DLL|Win32.Build.0 = Multi-threaded Release DLL|Win32
+ {FC9ACC93-04A4-4C51-ADC8-3BC97C41DF17}.Multi-threaded Debug DLL|Win32.ActiveCfg = Multi-threaded Debug DLL|Win32
+ {FC9ACC93-04A4-4C51-ADC8-3BC97C41DF17}.Multi-threaded Debug DLL|Win32.Build.0 = Multi-threaded Debug DLL|Win32
+ {FC9ACC93-04A4-4C51-ADC8-3BC97C41DF17}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
+ {FC9ACC93-04A4-4C51-ADC8-3BC97C41DF17}.Multi-threaded Release DLL|Win32.Build.0 = Multi-threaded Release DLL|Win32
+ {67EA57CD-3ACE-4BA9-BD0D-440FFC547382}.Multi-threaded Debug DLL|Win32.ActiveCfg = Multi-threaded Debug DLL|Win32
+ {67EA57CD-3ACE-4BA9-BD0D-440FFC547382}.Multi-threaded Debug DLL|Win32.Build.0 = Multi-threaded Debug DLL|Win32
+ {67EA57CD-3ACE-4BA9-BD0D-440FFC547382}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
+ {67EA57CD-3ACE-4BA9-BD0D-440FFC547382}.Multi-threaded Release DLL|Win32.Build.0 = Multi-threaded Release DLL|Win32
+ {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92}.Multi-threaded Debug DLL|Win32.ActiveCfg = Multi-threaded Debug DLL|Win32
+ {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92}.Multi-threaded Debug DLL|Win32.Build.0 = Multi-threaded Debug DLL|Win32
+ {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
+ {CAE0E5BD-F948-4A10-9C1C-0D55CD4BDF92}.Multi-threaded Release DLL|Win32.Build.0 = Multi-threaded Release DLL|Win32
+ {4AF3F015-09ED-47CC-A30C-0ECC1C1BB557}.Multi-threaded Debug DLL|Win32.ActiveCfg = Multi-threaded Debug DLL|Win32
+ {4AF3F015-09ED-47CC-A30C-0ECC1C1BB557}.Multi-threaded Debug DLL|Win32.Build.0 = Multi-threaded Debug DLL|Win32
+ {4AF3F015-09ED-47CC-A30C-0ECC1C1BB557}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
+ {4AF3F015-09ED-47CC-A30C-0ECC1C1BB557}.Multi-threaded Release DLL|Win32.Build.0 = Multi-threaded Release DLL|Win32
+ {54828EE2-BA89-4700-9E52-24A8A8301880}.Multi-threaded Debug DLL|Win32.ActiveCfg = Multi-threaded Debug DLL|Win32
+ {54828EE2-BA89-4700-9E52-24A8A8301880}.Multi-threaded Debug DLL|Win32.Build.0 = Multi-threaded Debug DLL|Win32
+ {54828EE2-BA89-4700-9E52-24A8A8301880}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
+ {54828EE2-BA89-4700-9E52-24A8A8301880}.Multi-threaded Release DLL|Win32.Build.0 = Multi-threaded Release DLL|Win32
+ {847EA448-ED49-4A63-822E-6DBC2F760298}.Multi-threaded Debug DLL|Win32.ActiveCfg = Multi-threaded Debug DLL|Win32
+ {847EA448-ED49-4A63-822E-6DBC2F760298}.Multi-threaded Debug DLL|Win32.Build.0 = Multi-threaded Debug DLL|Win32
+ {847EA448-ED49-4A63-822E-6DBC2F760298}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
+ {847EA448-ED49-4A63-822E-6DBC2F760298}.Multi-threaded Release DLL|Win32.Build.0 = Multi-threaded Release DLL|Win32
+ {05C95FA3-7755-4F6E-8D87-79CA433A481C}.Multi-threaded Debug DLL|Win32.ActiveCfg = Multi-threaded Debug DLL|Win32
+ {05C95FA3-7755-4F6E-8D87-79CA433A481C}.Multi-threaded Debug DLL|Win32.Build.0 = Multi-threaded Debug DLL|Win32
+ {05C95FA3-7755-4F6E-8D87-79CA433A481C}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
+ {05C95FA3-7755-4F6E-8D87-79CA433A481C}.Multi-threaded Release DLL|Win32.Build.0 = Multi-threaded Release DLL|Win32
+ {70559110-3095-4653-B905-3332F81FB48C}.Multi-threaded Debug DLL|Win32.ActiveCfg = Multi-threaded Debug DLL|Win32
+ {70559110-3095-4653-B905-3332F81FB48C}.Multi-threaded Debug DLL|Win32.Build.0 = Multi-threaded Debug DLL|Win32
+ {70559110-3095-4653-B905-3332F81FB48C}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
+ {70559110-3095-4653-B905-3332F81FB48C}.Multi-threaded Release DLL|Win32.Build.0 = Multi-threaded Release DLL|Win32
+ {168C99C5-7434-43DB-BC01-1545486FD320}.Multi-threaded Debug DLL|Win32.ActiveCfg = Multi-threaded Debug DLL|Win32
+ {168C99C5-7434-43DB-BC01-1545486FD320}.Multi-threaded Debug DLL|Win32.Build.0 = Multi-threaded Debug DLL|Win32
+ {168C99C5-7434-43DB-BC01-1545486FD320}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
+ {168C99C5-7434-43DB-BC01-1545486FD320}.Multi-threaded Release DLL|Win32.Build.0 = Multi-threaded Release DLL|Win32
+ {D2A54593-9912-4A94-950C-4204994E5AD0}.Multi-threaded Debug DLL|Win32.ActiveCfg = Multi-threaded Debug DLL|Win32
+ {D2A54593-9912-4A94-950C-4204994E5AD0}.Multi-threaded Debug DLL|Win32.Build.0 = Multi-threaded Debug DLL|Win32
+ {D2A54593-9912-4A94-950C-4204994E5AD0}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
+ {D2A54593-9912-4A94-950C-4204994E5AD0}.Multi-threaded Release DLL|Win32.Build.0 = Multi-threaded Release DLL|Win32
+ {82F69659-47F1-44E2-A6AF-7E125BFE333B}.Multi-threaded Debug DLL|Win32.ActiveCfg = Multi-threaded Debug DLL|Win32
+ {82F69659-47F1-44E2-A6AF-7E125BFE333B}.Multi-threaded Debug DLL|Win32.Build.0 = Multi-threaded Debug DLL|Win32
+ {82F69659-47F1-44E2-A6AF-7E125BFE333B}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
+ {82F69659-47F1-44E2-A6AF-7E125BFE333B}.Multi-threaded Release DLL|Win32.Build.0 = Multi-threaded Release DLL|Win32
+ {6C5F9915-54DD-4C1F-9CD1-6112D80BBE8C}.Multi-threaded Debug DLL|Win32.ActiveCfg = Multi-threaded Debug DLL|Win32
+ {6C5F9915-54DD-4C1F-9CD1-6112D80BBE8C}.Multi-threaded Debug DLL|Win32.Build.0 = Multi-threaded Debug DLL|Win32
+ {6C5F9915-54DD-4C1F-9CD1-6112D80BBE8C}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
+ {6C5F9915-54DD-4C1F-9CD1-6112D80BBE8C}.Multi-threaded Release DLL|Win32.Build.0 = Multi-threaded Release DLL|Win32
+ {A6B1C8AA-F6EB-4EE4-BD11-758BF9C2E6EE}.Multi-threaded Debug DLL|Win32.ActiveCfg = Multi-threaded Debug DLL|Win32
+ {A6B1C8AA-F6EB-4EE4-BD11-758BF9C2E6EE}.Multi-threaded Debug DLL|Win32.Build.0 = Multi-threaded Debug DLL|Win32
+ {A6B1C8AA-F6EB-4EE4-BD11-758BF9C2E6EE}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
+ {A6B1C8AA-F6EB-4EE4-BD11-758BF9C2E6EE}.Multi-threaded Release DLL|Win32.Build.0 = Multi-threaded Release DLL|Win32
+ {123BEE85-5545-49D6-BC1A-B9D07187312A}.Multi-threaded Debug DLL|Win32.ActiveCfg = Multi-threaded Debug DLL|Win32
+ {123BEE85-5545-49D6-BC1A-B9D07187312A}.Multi-threaded Debug DLL|Win32.Build.0 = Multi-threaded Debug DLL|Win32
+ {123BEE85-5545-49D6-BC1A-B9D07187312A}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
+ {123BEE85-5545-49D6-BC1A-B9D07187312A}.Multi-threaded Release DLL|Win32.Build.0 = Multi-threaded Release DLL|Win32
+ {F29DD922-4E1C-4A7D-B388-FB4FCA97F369}.Multi-threaded Debug DLL|Win32.ActiveCfg = Multi-threaded Debug DLL|Win32
+ {F29DD922-4E1C-4A7D-B388-FB4FCA97F369}.Multi-threaded Debug DLL|Win32.Build.0 = Multi-threaded Debug DLL|Win32
+ {F29DD922-4E1C-4A7D-B388-FB4FCA97F369}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
+ {F29DD922-4E1C-4A7D-B388-FB4FCA97F369}.Multi-threaded Release DLL|Win32.Build.0 = Multi-threaded Release DLL|Win32
+ {FA6FE539-D58B-4963-BC62-F0F5AE9D07A2}.Multi-threaded Debug DLL|Win32.ActiveCfg = Multi-threaded Debug DLL|Win32
+ {FA6FE539-D58B-4963-BC62-F0F5AE9D07A2}.Multi-threaded Debug DLL|Win32.Build.0 = Multi-threaded Debug DLL|Win32
+ {FA6FE539-D58B-4963-BC62-F0F5AE9D07A2}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
+ {FA6FE539-D58B-4963-BC62-F0F5AE9D07A2}.Multi-threaded Release DLL|Win32.Build.0 = Multi-threaded Release DLL|Win32
+ {C84EAE1C-7E87-4E3D-BCF9-003383139800}.Multi-threaded Debug DLL|Win32.ActiveCfg = Multi-threaded Debug DLL|Win32
+ {C84EAE1C-7E87-4E3D-BCF9-003383139800}.Multi-threaded Debug DLL|Win32.Build.0 = Multi-threaded Debug DLL|Win32
+ {C84EAE1C-7E87-4E3D-BCF9-003383139800}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
+ {C84EAE1C-7E87-4E3D-BCF9-003383139800}.Multi-threaded Release DLL|Win32.Build.0 = Multi-threaded Release DLL|Win32
+ {7A534984-2C4F-43EB-9ED1-F47E0E1C07F5}.Multi-threaded Debug DLL|Win32.ActiveCfg = Multi-threaded Debug DLL|Win32
+ {7A534984-2C4F-43EB-9ED1-F47E0E1C07F5}.Multi-threaded Debug DLL|Win32.Build.0 = Multi-threaded Debug DLL|Win32
+ {7A534984-2C4F-43EB-9ED1-F47E0E1C07F5}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
+ {7A534984-2C4F-43EB-9ED1-F47E0E1C07F5}.Multi-threaded Release DLL|Win32.Build.0 = Multi-threaded Release DLL|Win32
+ {B7855283-738F-4ADF-9C7C-5BFFDD5B537F}.Multi-threaded Debug DLL|Win32.ActiveCfg = Multi-threaded Debug DLL|Win32
+ {B7855283-738F-4ADF-9C7C-5BFFDD5B537F}.Multi-threaded Debug DLL|Win32.Build.0 = Multi-threaded Debug DLL|Win32
+ {B7855283-738F-4ADF-9C7C-5BFFDD5B537F}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
+ {B7855283-738F-4ADF-9C7C-5BFFDD5B537F}.Multi-threaded Release DLL|Win32.Build.0 = Multi-threaded Release DLL|Win32
+ {FC5B483A-2782-4DB8-88FC-CDF767A067D5}.Multi-threaded Debug DLL|Win32.ActiveCfg = Multi-threaded Debug DLL|Win32
+ {FC5B483A-2782-4DB8-88FC-CDF767A067D5}.Multi-threaded Debug DLL|Win32.Build.0 = Multi-threaded Debug DLL|Win32
+ {FC5B483A-2782-4DB8-88FC-CDF767A067D5}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
+ {FC5B483A-2782-4DB8-88FC-CDF767A067D5}.Multi-threaded Release DLL|Win32.Build.0 = Multi-threaded Release DLL|Win32
+ {1BECC806-7A92-409B-A6F2-1FA6AB42E0A5}.Multi-threaded Debug DLL|Win32.ActiveCfg = Multi-threaded Debug DLL|Win32
+ {1BECC806-7A92-409B-A6F2-1FA6AB42E0A5}.Multi-threaded Debug DLL|Win32.Build.0 = Multi-threaded Debug DLL|Win32
+ {1BECC806-7A92-409B-A6F2-1FA6AB42E0A5}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
+ {1BECC806-7A92-409B-A6F2-1FA6AB42E0A5}.Multi-threaded Release DLL|Win32.Build.0 = Multi-threaded Release DLL|Win32
+ {9F7A5B52-4A77-4C5F-B664-7C7F0D74AEA4}.Multi-threaded Debug DLL|Win32.ActiveCfg = Multi-threaded Debug DLL|Win32
+ {9F7A5B52-4A77-4C5F-B664-7C7F0D74AEA4}.Multi-threaded Debug DLL|Win32.Build.0 = Multi-threaded Debug DLL|Win32
+ {9F7A5B52-4A77-4C5F-B664-7C7F0D74AEA4}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
+ {9F7A5B52-4A77-4C5F-B664-7C7F0D74AEA4}.Multi-threaded Release DLL|Win32.Build.0 = Multi-threaded Release DLL|Win32
+ {B3A51819-E9B9-445A-9347-BC8D1D3BC1DA}.Multi-threaded Debug DLL|Win32.ActiveCfg = Multi-threaded Debug DLL|Win32
+ {B3A51819-E9B9-445A-9347-BC8D1D3BC1DA}.Multi-threaded Debug DLL|Win32.Build.0 = Multi-threaded Debug DLL|Win32
+ {B3A51819-E9B9-445A-9347-BC8D1D3BC1DA}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
+ {B3A51819-E9B9-445A-9347-BC8D1D3BC1DA}.Multi-threaded Release DLL|Win32.Build.0 = Multi-threaded Release DLL|Win32
+ {DDF3D73D-8E68-403E-A5D8-0F3D3231E590}.Multi-threaded Debug DLL|Win32.ActiveCfg = Multi-threaded Debug DLL|Win32
+ {DDF3D73D-8E68-403E-A5D8-0F3D3231E590}.Multi-threaded Debug DLL|Win32.Build.0 = Multi-threaded Debug DLL|Win32
+ {DDF3D73D-8E68-403E-A5D8-0F3D3231E590}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
+ {DDF3D73D-8E68-403E-A5D8-0F3D3231E590}.Multi-threaded Release DLL|Win32.Build.0 = Multi-threaded Release DLL|Win32
+ {CF7C26D5-4EB0-41C9-BB84-9E655A0227F6}.Multi-threaded Debug DLL|Win32.ActiveCfg = Multi-threaded Debug DLL|Win32
+ {CF7C26D5-4EB0-41C9-BB84-9E655A0227F6}.Multi-threaded Debug DLL|Win32.Build.0 = Multi-threaded Debug DLL|Win32
+ {CF7C26D5-4EB0-41C9-BB84-9E655A0227F6}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
+ {CF7C26D5-4EB0-41C9-BB84-9E655A0227F6}.Multi-threaded Release DLL|Win32.Build.0 = Multi-threaded Release DLL|Win32
+ {80261E5B-CC18-4844-B0C2-7D8B04671BAE}.Multi-threaded Debug DLL|Win32.ActiveCfg = Multi-threaded Debug DLL|Win32
+ {80261E5B-CC18-4844-B0C2-7D8B04671BAE}.Multi-threaded Debug DLL|Win32.Build.0 = Multi-threaded Debug DLL|Win32
+ {80261E5B-CC18-4844-B0C2-7D8B04671BAE}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
+ {80261E5B-CC18-4844-B0C2-7D8B04671BAE}.Multi-threaded Release DLL|Win32.Build.0 = Multi-threaded Release DLL|Win32
+ {DCDE03E7-5170-4CB4-ACF5-E788CF12E283}.Multi-threaded Debug DLL|Win32.ActiveCfg = Multi-threaded Debug DLL|Win32
+ {DCDE03E7-5170-4CB4-ACF5-E788CF12E283}.Multi-threaded Debug DLL|Win32.Build.0 = Multi-threaded Debug DLL|Win32
+ {DCDE03E7-5170-4CB4-ACF5-E788CF12E283}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
+ {DCDE03E7-5170-4CB4-ACF5-E788CF12E283}.Multi-threaded Release DLL|Win32.Build.0 = Multi-threaded Release DLL|Win32
+ {E18DF63F-8CDB-4377-8C5C-79FCC969E113}.Multi-threaded Debug DLL|Win32.ActiveCfg = Multi-threaded Debug DLL|Win32
+ {E18DF63F-8CDB-4377-8C5C-79FCC969E113}.Multi-threaded Debug DLL|Win32.Build.0 = Multi-threaded Debug DLL|Win32
+ {E18DF63F-8CDB-4377-8C5C-79FCC969E113}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
+ {E18DF63F-8CDB-4377-8C5C-79FCC969E113}.Multi-threaded Release DLL|Win32.Build.0 = Multi-threaded Release DLL|Win32
+ {EC14269B-467D-4AE7-94B1-F6F4B6280543}.Multi-threaded Debug DLL|Win32.ActiveCfg = Multi-threaded Debug DLL|Win32
+ {EC14269B-467D-4AE7-94B1-F6F4B6280543}.Multi-threaded Debug DLL|Win32.Build.0 = Multi-threaded Debug DLL|Win32
+ {EC14269B-467D-4AE7-94B1-F6F4B6280543}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
+ {EC14269B-467D-4AE7-94B1-F6F4B6280543}.Multi-threaded Release DLL|Win32.Build.0 = Multi-threaded Release DLL|Win32
+ {5CBC56F0-7DF5-437C-A59D-5ECD4CAF21DC}.Multi-threaded Debug DLL|Win32.ActiveCfg = Multi-threaded Debug DLL|Win32
+ {5CBC56F0-7DF5-437C-A59D-5ECD4CAF21DC}.Multi-threaded Debug DLL|Win32.Build.0 = Multi-threaded Debug DLL|Win32
+ {5CBC56F0-7DF5-437C-A59D-5ECD4CAF21DC}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
+ {5CBC56F0-7DF5-437C-A59D-5ECD4CAF21DC}.Multi-threaded Release DLL|Win32.Build.0 = Multi-threaded Release DLL|Win32
+ {30E45B23-A206-4803-833F-23445A872619}.Multi-threaded Debug DLL|Win32.ActiveCfg = Multi-threaded Debug DLL|Win32
+ {30E45B23-A206-4803-833F-23445A872619}.Multi-threaded Debug DLL|Win32.Build.0 = Multi-threaded Debug DLL|Win32
+ {30E45B23-A206-4803-833F-23445A872619}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
+ {30E45B23-A206-4803-833F-23445A872619}.Multi-threaded Release DLL|Win32.Build.0 = Multi-threaded Release DLL|Win32
+ {F6C427E3-5A7E-4515-B353-4BABD59B4280}.Multi-threaded Debug DLL|Win32.ActiveCfg = Multi-threaded Debug DLL|Win32
+ {F6C427E3-5A7E-4515-B353-4BABD59B4280}.Multi-threaded Debug DLL|Win32.Build.0 = Multi-threaded Debug DLL|Win32
+ {F6C427E3-5A7E-4515-B353-4BABD59B4280}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
+ {F6C427E3-5A7E-4515-B353-4BABD59B4280}.Multi-threaded Release DLL|Win32.Build.0 = Multi-threaded Release DLL|Win32
+ {B37C93F8-C0E4-4ABB-90B5-56DA6AF8068B}.Multi-threaded Debug DLL|Win32.ActiveCfg = Multi-threaded Debug DLL|Win32
+ {B37C93F8-C0E4-4ABB-90B5-56DA6AF8068B}.Multi-threaded Debug DLL|Win32.Build.0 = Multi-threaded Debug DLL|Win32
+ {B37C93F8-C0E4-4ABB-90B5-56DA6AF8068B}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
+ {B37C93F8-C0E4-4ABB-90B5-56DA6AF8068B}.Multi-threaded Release DLL|Win32.Build.0 = Multi-threaded Release DLL|Win32
+ {1B8C0271-A3E1-4B9F-A3D2-8AD59994AD8A}.Multi-threaded Debug DLL|Win32.ActiveCfg = Multi-threaded Debug DLL|Win32
+ {1B8C0271-A3E1-4B9F-A3D2-8AD59994AD8A}.Multi-threaded Debug DLL|Win32.Build.0 = Multi-threaded Debug DLL|Win32
+ {1B8C0271-A3E1-4B9F-A3D2-8AD59994AD8A}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
+ {1B8C0271-A3E1-4B9F-A3D2-8AD59994AD8A}.Multi-threaded Release DLL|Win32.Build.0 = Multi-threaded Release DLL|Win32
+ {009731D9-D224-48AB-A8F4-B5C584A0FAEF}.Multi-threaded Debug DLL|Win32.ActiveCfg = Multi-threaded Debug DLL|Win32
+ {009731D9-D224-48AB-A8F4-B5C584A0FAEF}.Multi-threaded Debug DLL|Win32.Build.0 = Multi-threaded Debug DLL|Win32
+ {009731D9-D224-48AB-A8F4-B5C584A0FAEF}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
+ {009731D9-D224-48AB-A8F4-B5C584A0FAEF}.Multi-threaded Release DLL|Win32.Build.0 = Multi-threaded Release DLL|Win32
+ {83613041-D1A9-40E0-92C7-AB9B5B1CF30B}.Multi-threaded Debug DLL|Win32.ActiveCfg = Multi-threaded Debug DLL|Win32
+ {83613041-D1A9-40E0-92C7-AB9B5B1CF30B}.Multi-threaded Debug DLL|Win32.Build.0 = Multi-threaded Debug DLL|Win32
+ {83613041-D1A9-40E0-92C7-AB9B5B1CF30B}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
+ {83613041-D1A9-40E0-92C7-AB9B5B1CF30B}.Multi-threaded Release DLL|Win32.Build.0 = Multi-threaded Release DLL|Win32
+ {28420E73-D1B5-4191-B0AF-6C3A59E33F57}.Multi-threaded Debug DLL|Win32.ActiveCfg = Multi-threaded Debug DLL|Win32
+ {28420E73-D1B5-4191-B0AF-6C3A59E33F57}.Multi-threaded Debug DLL|Win32.Build.0 = Multi-threaded Debug DLL|Win32
+ {28420E73-D1B5-4191-B0AF-6C3A59E33F57}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
+ {28420E73-D1B5-4191-B0AF-6C3A59E33F57}.Multi-threaded Release DLL|Win32.Build.0 = Multi-threaded Release DLL|Win32
+ {105D3AE5-6D9E-40FC-A0AD-89DC3C795121}.Multi-threaded Debug DLL|Win32.ActiveCfg = Multi-threaded Debug DLL|Win32
+ {105D3AE5-6D9E-40FC-A0AD-89DC3C795121}.Multi-threaded Debug DLL|Win32.Build.0 = Multi-threaded Debug DLL|Win32
+ {105D3AE5-6D9E-40FC-A0AD-89DC3C795121}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
+ {105D3AE5-6D9E-40FC-A0AD-89DC3C795121}.Multi-threaded Release DLL|Win32.Build.0 = Multi-threaded Release DLL|Win32
+ {40ABEE3D-14F3-490A-8919-CEAE879BCF28}.Multi-threaded Debug DLL|Win32.ActiveCfg = Multi-threaded Debug DLL|Win32
+ {40ABEE3D-14F3-490A-8919-CEAE879BCF28}.Multi-threaded Debug DLL|Win32.Build.0 = Multi-threaded Debug DLL|Win32
+ {40ABEE3D-14F3-490A-8919-CEAE879BCF28}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
+ {40ABEE3D-14F3-490A-8919-CEAE879BCF28}.Multi-threaded Release DLL|Win32.Build.0 = Multi-threaded Release DLL|Win32
+ {BFA2FC4C-3A12-4D2D-B981-B3ABC1DEEB40}.Multi-threaded Debug DLL|Win32.ActiveCfg = Multi-threaded Debug DLL|Win32
+ {BFA2FC4C-3A12-4D2D-B981-B3ABC1DEEB40}.Multi-threaded Debug DLL|Win32.Build.0 = Multi-threaded Debug DLL|Win32
+ {BFA2FC4C-3A12-4D2D-B981-B3ABC1DEEB40}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
+ {BFA2FC4C-3A12-4D2D-B981-B3ABC1DEEB40}.Multi-threaded Release DLL|Win32.Build.0 = Multi-threaded Release DLL|Win32
+ {68B88FAE-568D-4CED-90F4-3FDA1BCC481D}.Multi-threaded Debug DLL|Win32.ActiveCfg = Multi-threaded Debug DLL|Win32
+ {68B88FAE-568D-4CED-90F4-3FDA1BCC481D}.Multi-threaded Debug DLL|Win32.Build.0 = Multi-threaded Debug DLL|Win32
+ {68B88FAE-568D-4CED-90F4-3FDA1BCC481D}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
+ {68B88FAE-568D-4CED-90F4-3FDA1BCC481D}.Multi-threaded Release DLL|Win32.Build.0 = Multi-threaded Release DLL|Win32
+ {840428EF-8268-4F4D-878C-DAB32E8D5AC8}.Multi-threaded Debug DLL|Win32.ActiveCfg = Multi-threaded Debug DLL|Win32
+ {840428EF-8268-4F4D-878C-DAB32E8D5AC8}.Multi-threaded Debug DLL|Win32.Build.0 = Multi-threaded Debug DLL|Win32
+ {840428EF-8268-4F4D-878C-DAB32E8D5AC8}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
+ {840428EF-8268-4F4D-878C-DAB32E8D5AC8}.Multi-threaded Release DLL|Win32.Build.0 = Multi-threaded Release DLL|Win32
+ {68A41D6B-F6DB-4A26-9202-22950CC80697}.Multi-threaded Debug DLL|Win32.ActiveCfg = Multi-threaded Debug DLL|Win32
+ {68A41D6B-F6DB-4A26-9202-22950CC80697}.Multi-threaded Debug DLL|Win32.Build.0 = Multi-threaded Debug DLL|Win32
+ {68A41D6B-F6DB-4A26-9202-22950CC80697}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
+ {68A41D6B-F6DB-4A26-9202-22950CC80697}.Multi-threaded Release DLL|Win32.Build.0 = Multi-threaded Release DLL|Win32
+ {6217C9BE-C025-48E5-BBB6-258BDF3ED5F3}.Multi-threaded Debug DLL|Win32.ActiveCfg = Multi-threaded Debug DLL|Win32
+ {6217C9BE-C025-48E5-BBB6-258BDF3ED5F3}.Multi-threaded Debug DLL|Win32.Build.0 = Multi-threaded Debug DLL|Win32
+ {6217C9BE-C025-48E5-BBB6-258BDF3ED5F3}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
+ {6217C9BE-C025-48E5-BBB6-258BDF3ED5F3}.Multi-threaded Release DLL|Win32.Build.0 = Multi-threaded Release DLL|Win32
+ {FF86DCCC-8D8F-4016-B4BC-6699963EEEE1}.Multi-threaded Debug DLL|Win32.ActiveCfg = Multi-threaded Debug DLL|Win32
+ {FF86DCCC-8D8F-4016-B4BC-6699963EEEE1}.Multi-threaded Debug DLL|Win32.Build.0 = Multi-threaded Debug DLL|Win32
+ {FF86DCCC-8D8F-4016-B4BC-6699963EEEE1}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
+ {FF86DCCC-8D8F-4016-B4BC-6699963EEEE1}.Multi-threaded Release DLL|Win32.Build.0 = Multi-threaded Release DLL|Win32
+ {52CD991C-C495-4EB9-80D2-D9E1F809AA9B}.Multi-threaded Debug DLL|Win32.ActiveCfg = Multi-threaded Debug DLL|Win32
+ {52CD991C-C495-4EB9-80D2-D9E1F809AA9B}.Multi-threaded Debug DLL|Win32.Build.0 = Multi-threaded Debug DLL|Win32
+ {52CD991C-C495-4EB9-80D2-D9E1F809AA9B}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
+ {52CD991C-C495-4EB9-80D2-D9E1F809AA9B}.Multi-threaded Release DLL|Win32.Build.0 = Multi-threaded Release DLL|Win32
+ {BB6CABC4-A340-4BD6-BAEE-33A0B80B94DA}.Multi-threaded Debug DLL|Win32.ActiveCfg = Multi-threaded Debug DLL|Win32
+ {BB6CABC4-A340-4BD6-BAEE-33A0B80B94DA}.Multi-threaded Debug DLL|Win32.Build.0 = Multi-threaded Debug DLL|Win32
+ {BB6CABC4-A340-4BD6-BAEE-33A0B80B94DA}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
+ {BB6CABC4-A340-4BD6-BAEE-33A0B80B94DA}.Multi-threaded Release DLL|Win32.Build.0 = Multi-threaded Release DLL|Win32
+ {2B35E24C-CFD8-4658-ADC5-9C831B6181D5}.Multi-threaded Debug DLL|Win32.ActiveCfg = Multi-threaded Debug DLL|Win32
+ {2B35E24C-CFD8-4658-ADC5-9C831B6181D5}.Multi-threaded Debug DLL|Win32.Build.0 = Multi-threaded Debug DLL|Win32
+ {2B35E24C-CFD8-4658-ADC5-9C831B6181D5}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
+ {2B35E24C-CFD8-4658-ADC5-9C831B6181D5}.Multi-threaded Release DLL|Win32.Build.0 = Multi-threaded Release DLL|Win32
+ {98439C7B-807D-4FB3-ADE1-E1590DF81C8E}.Multi-threaded Debug DLL|Win32.ActiveCfg = Multi-threaded Debug DLL|Win32
+ {98439C7B-807D-4FB3-ADE1-E1590DF81C8E}.Multi-threaded Debug DLL|Win32.Build.0 = Multi-threaded Debug DLL|Win32
+ {98439C7B-807D-4FB3-ADE1-E1590DF81C8E}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
+ {98439C7B-807D-4FB3-ADE1-E1590DF81C8E}.Multi-threaded Release DLL|Win32.Build.0 = Multi-threaded Release DLL|Win32
+ {1C5E6D56-4425-4631-9ABA-466ED401E90E}.Multi-threaded Debug DLL|Win32.ActiveCfg = Multi-threaded Debug DLL|Win32
+ {1C5E6D56-4425-4631-9ABA-466ED401E90E}.Multi-threaded Debug DLL|Win32.Build.0 = Multi-threaded Debug DLL|Win32
+ {1C5E6D56-4425-4631-9ABA-466ED401E90E}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
+ {1C5E6D56-4425-4631-9ABA-466ED401E90E}.Multi-threaded Release DLL|Win32.Build.0 = Multi-threaded Release DLL|Win32
+ {1DEE2BE9-09C0-467C-830C-81380BB96E65}.Multi-threaded Debug DLL|Win32.ActiveCfg = Multi-threaded Debug DLL|Win32
+ {1DEE2BE9-09C0-467C-830C-81380BB96E65}.Multi-threaded Debug DLL|Win32.Build.0 = Multi-threaded Debug DLL|Win32
+ {1DEE2BE9-09C0-467C-830C-81380BB96E65}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
+ {1DEE2BE9-09C0-467C-830C-81380BB96E65}.Multi-threaded Release DLL|Win32.Build.0 = Multi-threaded Release DLL|Win32
+ {91A568AE-C058-42D9-9EF2-E171F2A8C00E}.Multi-threaded Debug DLL|Win32.ActiveCfg = Multi-threaded Debug DLL|Win32
+ {91A568AE-C058-42D9-9EF2-E171F2A8C00E}.Multi-threaded Debug DLL|Win32.Build.0 = Multi-threaded Debug DLL|Win32
+ {91A568AE-C058-42D9-9EF2-E171F2A8C00E}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
+ {91A568AE-C058-42D9-9EF2-E171F2A8C00E}.Multi-threaded Release DLL|Win32.Build.0 = Multi-threaded Release DLL|Win32
+ {FEEE818F-880E-42C5-A9E2-B228E0C0FC6C}.Multi-threaded Debug DLL|Win32.ActiveCfg = Multi-threaded Debug DLL|Win32
+ {FEEE818F-880E-42C5-A9E2-B228E0C0FC6C}.Multi-threaded Debug DLL|Win32.Build.0 = Multi-threaded Debug DLL|Win32
+ {FEEE818F-880E-42C5-A9E2-B228E0C0FC6C}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
+ {FEEE818F-880E-42C5-A9E2-B228E0C0FC6C}.Multi-threaded Release DLL|Win32.Build.0 = Multi-threaded Release DLL|Win32
+ {8286031D-023D-458C-8C74-EB6B5E217E70}.Multi-threaded Debug DLL|Win32.ActiveCfg = Multi-threaded Debug DLL|Win32
+ {8286031D-023D-458C-8C74-EB6B5E217E70}.Multi-threaded Debug DLL|Win32.Build.0 = Multi-threaded Debug DLL|Win32
+ {8286031D-023D-458C-8C74-EB6B5E217E70}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
+ {8286031D-023D-458C-8C74-EB6B5E217E70}.Multi-threaded Release DLL|Win32.Build.0 = Multi-threaded Release DLL|Win32
+ {AF1A11C9-D5C9-4C6C-81B4-CB5172722B7F}.Multi-threaded Debug DLL|Win32.ActiveCfg = Multi-threaded Debug DLL|Win32
+ {AF1A11C9-D5C9-4C6C-81B4-CB5172722B7F}.Multi-threaded Debug DLL|Win32.Build.0 = Multi-threaded Debug DLL|Win32
+ {AF1A11C9-D5C9-4C6C-81B4-CB5172722B7F}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
+ {AF1A11C9-D5C9-4C6C-81B4-CB5172722B7F}.Multi-threaded Release DLL|Win32.Build.0 = Multi-threaded Release DLL|Win32
+ {05D20E0F-1587-468B-BA34-1E0E3179E928}.Multi-threaded Debug DLL|Win32.ActiveCfg = Multi-threaded Debug DLL|Win32
+ {05D20E0F-1587-468B-BA34-1E0E3179E928}.Multi-threaded Debug DLL|Win32.Build.0 = Multi-threaded Debug DLL|Win32
+ {05D20E0F-1587-468B-BA34-1E0E3179E928}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
+ {05D20E0F-1587-468B-BA34-1E0E3179E928}.Multi-threaded Release DLL|Win32.Build.0 = Multi-threaded Release DLL|Win32
+ {A273BB52-F69A-4F10-AAB5-DA3EF61A4728}.Multi-threaded Debug DLL|Win32.ActiveCfg = Multi-threaded Debug DLL|Win32
+ {A273BB52-F69A-4F10-AAB5-DA3EF61A4728}.Multi-threaded Debug DLL|Win32.Build.0 = Multi-threaded Debug DLL|Win32
+ {A273BB52-F69A-4F10-AAB5-DA3EF61A4728}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
+ {A273BB52-F69A-4F10-AAB5-DA3EF61A4728}.Multi-threaded Release DLL|Win32.Build.0 = Multi-threaded Release DLL|Win32
+ {C9BA7656-B238-4882-A30A-EC2BDB2843B4}.Multi-threaded Debug DLL|Win32.ActiveCfg = Multi-threaded Debug DLL|Win32
+ {C9BA7656-B238-4882-A30A-EC2BDB2843B4}.Multi-threaded Debug DLL|Win32.Build.0 = Multi-threaded Debug DLL|Win32
+ {C9BA7656-B238-4882-A30A-EC2BDB2843B4}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
+ {C9BA7656-B238-4882-A30A-EC2BDB2843B4}.Multi-threaded Release DLL|Win32.Build.0 = Multi-threaded Release DLL|Win32
+ {CAB3A879-1A92-46AE-BAB7-B4D788BE4F96}.Multi-threaded Debug DLL|Win32.ActiveCfg = Multi-threaded Debug DLL|Win32
+ {CAB3A879-1A92-46AE-BAB7-B4D788BE4F96}.Multi-threaded Debug DLL|Win32.Build.0 = Multi-threaded Debug DLL|Win32
+ {CAB3A879-1A92-46AE-BAB7-B4D788BE4F96}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
+ {CAB3A879-1A92-46AE-BAB7-B4D788BE4F96}.Multi-threaded Release DLL|Win32.Build.0 = Multi-threaded Release DLL|Win32
+ {3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0}.Multi-threaded Debug DLL|Win32.ActiveCfg = Multi-threaded Debug DLL|Win32
+ {3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0}.Multi-threaded Debug DLL|Win32.Build.0 = Multi-threaded Debug DLL|Win32
+ {3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
+ {3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0}.Multi-threaded Release DLL|Win32.Build.0 = Multi-threaded Release DLL|Win32
+ {8EB61E38-3457-4312-B8F9-D29CA73E30B6}.Multi-threaded Debug DLL|Win32.ActiveCfg = Multi-threaded Debug DLL|Win32
+ {8EB61E38-3457-4312-B8F9-D29CA73E30B6}.Multi-threaded Debug DLL|Win32.Build.0 = Multi-threaded Debug DLL|Win32
+ {8EB61E38-3457-4312-B8F9-D29CA73E30B6}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
+ {8EB61E38-3457-4312-B8F9-D29CA73E30B6}.Multi-threaded Release DLL|Win32.Build.0 = Multi-threaded Release DLL|Win32
+ {B1F25233-BC0C-4AB7-A1F2-ACFB520E34D1}.Multi-threaded Debug DLL|Win32.ActiveCfg = Multi-threaded Debug DLL|Win32
+ {B1F25233-BC0C-4AB7-A1F2-ACFB520E34D1}.Multi-threaded Debug DLL|Win32.Build.0 = Multi-threaded Debug DLL|Win32
+ {B1F25233-BC0C-4AB7-A1F2-ACFB520E34D1}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
+ {B1F25233-BC0C-4AB7-A1F2-ACFB520E34D1}.Multi-threaded Release DLL|Win32.Build.0 = Multi-threaded Release DLL|Win32
+ {261595DD-FB76-4D37-A3C8-0D9625C20D46}.Multi-threaded Debug DLL|Win32.ActiveCfg = Multi-threaded Debug DLL|Win32
+ {261595DD-FB76-4D37-A3C8-0D9625C20D46}.Multi-threaded Debug DLL|Win32.Build.0 = Multi-threaded Debug DLL|Win32
+ {261595DD-FB76-4D37-A3C8-0D9625C20D46}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
+ {261595DD-FB76-4D37-A3C8-0D9625C20D46}.Multi-threaded Release DLL|Win32.Build.0 = Mul...
[truncated message content] |
|
From: <gl...@us...> - 2007-10-30 23:21:50
|
Revision: 370
http://hdrflow.svn.sourceforge.net/hdrflow/?rev=370&view=rev
Author: glslang
Date: 2007-10-30 16:21:00 -0700 (Tue, 30 Oct 2007)
Log Message:
-----------
+ initial intel compiler port
Modified Paths:
--------------
trunk/lib/openlibraries/src/openpluginlib/pl/geometry.hpp
trunk/lib/openlibraries/src/openpluginlib/pl/smallstringopt.h
Added Paths:
-----------
trunk/lib/openlibraries/src/openassetlib/al/al_vc8.icproj
trunk/lib/openlibraries/src/openassetlib/plugins/sqlite/sqlite_vc8.icproj
trunk/lib/openlibraries/src/openassetlib/py/py_vc8.icproj
trunk/lib/openlibraries/src/openeffectslib/plugins/tonemap/tonemap_vc8.icproj
trunk/lib/openlibraries/src/openimagelib/il/il_vc8.icproj
trunk/lib/openlibraries/src/openimagelib/plugins/3D_lightmap/3D_lightmap_vc8.icproj
trunk/lib/openlibraries/src/openimagelib/plugins/bmp/bmp_vc8.icproj
trunk/lib/openlibraries/src/openimagelib/plugins/dds/dds_vc8.icproj
trunk/lib/openlibraries/src/openimagelib/plugins/dpx/dpx_vc8.icproj
trunk/lib/openlibraries/src/openimagelib/plugins/exr/exr_vc8.icproj
trunk/lib/openlibraries/src/openimagelib/plugins/gdi+/gdi+_vc8.icproj
trunk/lib/openlibraries/src/openimagelib/plugins/hdr/hdr_vc8.icproj
trunk/lib/openlibraries/src/openimagelib/plugins/jpg/jpg_vc8.icproj
trunk/lib/openlibraries/src/openimagelib/plugins/png/png_vc8.icproj
trunk/lib/openlibraries/src/openimagelib/plugins/psd/psd_vc8.icproj
trunk/lib/openlibraries/src/openimagelib/plugins/quicktime/quicktime_vc8.icproj
trunk/lib/openlibraries/src/openimagelib/plugins/sgi/sgi_vc8.icproj
trunk/lib/openlibraries/src/openimagelib/plugins/tga/tga_vc8.icproj
trunk/lib/openlibraries/src/openimagelib/plugins/tiff/tiff_vc8.icproj
trunk/lib/openlibraries/src/openimagelib/py/py_vc8.icproj
trunk/lib/openlibraries/src/openmedialib/ml/ml_vc8.icproj
trunk/lib/openlibraries/src/openmedialib/plugins/gensys/gensys_vc8.icproj
trunk/lib/openlibraries/src/openmedialib/plugins/ofx/ofx_vc8.icproj
trunk/lib/openlibraries/src/openmedialib/plugins/oil/oil_vc8.icproj
trunk/lib/openlibraries/src/openmedialib/plugins/quicktime/quicktime_vc8.icproj
trunk/lib/openlibraries/src/openmedialib/py/py_vc8.icproj
trunk/lib/openlibraries/src/openobjectlib/plugins/X3D/X3D_vc8.icproj
trunk/lib/openlibraries/src/openobjectlib/plugins/obj/obj_vc8.icproj
trunk/lib/openlibraries/src/openobjectlib/sg/sg_vc8.icproj
trunk/lib/openlibraries/src/openpluginlib/pl/pl_vc8.icproj
trunk/lib/openlibraries/src/openpluginlib/py/py_vc8.icproj
trunk/lib/openlibraries/test/openeffectslib/rescaler_bench/rescaler_bench_vc8.icproj
trunk/lib/openlibraries/test/openeffectslib/tm_bench/tm_bench_vc8.icproj
trunk/lib/openlibraries/test/openimagelib/GL/_2D/_2D_vc8.icproj
trunk/lib/openlibraries/test/openimagelib/GL/_2D_compressed/_2D_compressed_vc8.icproj
trunk/lib/openlibraries/test/openimagelib/GL/_2D_compressed_cubemap/_2D_compressed_cubemap_vc8.icproj
trunk/lib/openlibraries/test/openimagelib/GL/_2D_crop/_2D_crop_vc8.icproj
trunk/lib/openlibraries/test/openimagelib/GL/_2D_crop2/_2D_crop2_vc8.icproj
trunk/lib/openlibraries/test/openimagelib/GL/_2D_exr/_2D_exr_vc8.icproj
trunk/lib/openlibraries/test/openimagelib/GL/_2D_sgi/_2D_sgi_vc8.icproj
trunk/lib/openlibraries/test/openimagelib/GL/_3D_lightmap/_3D_lightmap_vc8.icproj
trunk/lib/openlibraries/test/openmedialib/player/player_vc8.icproj
trunk/lib/openlibraries/test/openmedialib/store/store_vc8.icproj
trunk/lib/openlibraries/test/openobjectlib/GL/multipass_draw/multipass_draw_vc8.icproj
trunk/lib/openlibraries/test/openobjectlib/GL/noise_volume/noise_volume_vc8.icproj
trunk/lib/openlibraries/test/openobjectlib/GL/obj_draw/obj_draw_vc8.icproj
trunk/lib/openlibraries/test/openobjectlib/GL/texture_draw/texture_draw_vc8.icproj
trunk/lib/openlibraries/test/openpluginlib/discovery/discovery_vc8.icproj
trunk/lib/openlibraries/test/openpluginlib/enumerate/enumerate_vc8.icproj
trunk/lib/openlibraries/test/openpluginlib/gpu_timer_query/gpu_timer_query_vc8.icproj
trunk/lib/openlibraries/test/openpluginlib/initialization/initialization_vc8.icproj
trunk/lib/openlibraries/test/openpluginlib/pcos/key/key_vc8.icproj
trunk/lib/openlibraries/test/openpluginlib/pcos/property/property_vc8.icproj
trunk/lib/openlibraries/test/openpluginlib/pcos/property_container/property_container_vc8.icproj
trunk/lib/openlibraries/test/openpluginlib/pcos/subject-observer/subject-observer_vc8.icproj
trunk/lib/openlibraries/test/openpluginlib/rdtsc/rdtsc_vc8.icproj
trunk/lib/openlibraries/test/openpluginlib/sleep/sleep_vc8.icproj
Added: trunk/lib/openlibraries/src/openassetlib/al/al_vc8.icproj
===================================================================
--- trunk/lib/openlibraries/src/openassetlib/al/al_vc8.icproj (rev 0)
+++ trunk/lib/openlibraries/src/openassetlib/al/al_vc8.icproj 2007-10-30 23:21:00 UTC (rev 370)
@@ -0,0 +1,217 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Intel C++ Project"
+ Version="10.0"
+ Name="al"
+ OwnerKey="{EAF909A5-FA59-4C3D-9431-0FCC20D5BCF9}"
+ ProjectGUID="{80261E5B-CC18-4844-B0C2-7D8B04671BAE}"
+ RootNamespace="al"
+ Keyword="Win32Proj"
+ VCNestedProjectGUID="{BD346E41-BEBD-43E7-9801-8EC1158355C4}"
+ VCNestedProjectCRC32="2160126908"
+ VCNestedProjectFileName="al_vc8.vcproj">
+ <Platforms>
+ <Platform
+ Name="Win32"/>
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Multi-threaded Debug DLL|Win32">
+ <Tool
+ Name="GeneralTool"
+ OutputDirectory="$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="2"
+ CharacterSet="1"/>
+ <Tool
+ Name="PreBuildEventTool"/>
+ <Tool
+ Name="CustomTool"/>
+ <Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="MidlCmplrTool"/>
+ <Tool
+ Name="CppCmplrTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="C:\Boost\include\boost-1_34_1;$(SolutionDir)\src"
+ PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;AL_EXPORTS;OPENASSETLIB_BUILD;HAVE_FLEX_STRING"
+ MinimalRebuild="true"
+ ExceptionHandling="2"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ EnableEnhancedInstructionSet="0"
+ FloatingPointModel="0"
+ OpenMP="true"
+ UsePrecompiledHeader="0"
+ WarningLevel="4"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="4"/>
+ <Tool
+ Name="VCManagedResourceCompilerTool"/>
+ <Tool
+ Name="ResCmplrTool"/>
+ <Tool
+ Name="PreLinkEventTool"/>
+ <Tool
+ Name="LinkerTool"
+ AdditionalOptions="/LARGEADDRESSAWARE"
+ OutputFile="$(OutDir)\openassetlib_al-vc80-d-0_5_0.dll"
+ LinkIncremental="2"
+ AdditionalLibraryDirectories="C:\Boost\lib;$(SolutionDir)\src\openpluginlib\pl\$(ConfigurationName);$(SolutionDir)\src\openimagelib\il\$(ConfigurationName);$(SolutionDir)\src\openmedialib\ml\$(ConfigurationName);$(SolutionDir)\src\openobjectlib\sg\$(ConfigurationName)"
+ GenerateDebugInformation="true"
+ SubSystem="2"
+ ImportLibrary="$(TargetDir)openassetlib_al-vc80-d-0_5_0.lib"
+ TargetMachine="1"/>
+ <Tool
+ Name="VCALinkTool"/>
+ <Tool
+ Name="VCManifestTool"/>
+ <Tool
+ Name="VCXDCMakeTool"/>
+ <Tool
+ Name="BscMakeTool"/>
+ <Tool
+ Name="VCFxCopTool"/>
+ <Tool
+ Name="VCAppVerifierTool"/>
+ <Tool
+ Name="VCWebDeploymentTool"/>
+ <Tool
+ Name="PostBuildEventTool"/>
+ </Configuration>
+ <Configuration
+ Name="Multi-threaded Release DLL|Win32">
+ <Tool
+ Name="GeneralTool"
+ OutputDirectory="$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="2"
+ CharacterSet="1"
+ WholeProgramOptimization="1"/>
+ <Tool
+ Name="PreBuildEventTool"/>
+ <Tool
+ Name="CustomTool"/>
+ <Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="MidlCmplrTool"/>
+ <Tool
+ Name="CppCmplrTool"
+ AdditionalIncludeDirectories="C:\Boost\include\boost-1_34_1;$(SolutionDir)\src"
+ PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;AL_EXPORTS;OPENASSETLIB_BUILD;HAVE_FLEX_STRING"
+ ExceptionHandling="2"
+ RuntimeLibrary="2"
+ BufferSecurityCheck="false"
+ EnableEnhancedInstructionSet="0"
+ FloatingPointModel="2"
+ OpenMP="true"
+ UsePrecompiledHeader="0"
+ WarningLevel="4"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="3"/>
+ <Tool
+ Name="VCManagedResourceCompilerTool"/>
+ <Tool
+ Name="ResCmplrTool"/>
+ <Tool
+ Name="PreLinkEventTool"/>
+ <Tool
+ Name="LinkerTool"
+ AdditionalOptions="/LARGEADDRESSAWARE"
+ OutputFile="$(OutDir)/openassetlib_al-vc80-r-0_5_0.dll"
+ LinkIncremental="1"
+ AdditionalLibraryDirectories="C:\Boost\lib;$(SolutionDir)\src\openpluginlib\pl\$(ConfigurationName);$(SolutionDir)\src\openimagelib\il\$(ConfigurationName);$(SolutionDir)\src\openmedialib\ml\$(ConfigurationName);$(SolutionDir)\src\openobjectlib\sg\$(ConfigurationName)"
+ GenerateDebugInformation="true"
+ SubSystem="2"
+ OptimizeReferences="2"
+ EnableCOMDATFolding="2"
+ ImportLibrary="$(TargetDir)openassetlib_al-vc80-r-0_5_0.lib"
+ TargetMachine="1"/>
+ <Tool
+ Name="VCALinkTool"/>
+ <Tool
+ Name="VCManifestTool"/>
+ <Tool
+ Name="VCXDCMakeTool"/>
+ <Tool
+ Name="BscMakeTool"/>
+ <Tool
+ Name="VCFxCopTool"/>
+ <Tool
+ Name="VCAppVerifierTool"/>
+ <Tool
+ Name="VCWebDeploymentTool"/>
+ <Tool
+ Name="PostBuildEventTool"/>
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
+ <File
+ RelativePath=".\al.cpp">
+ </File>
+ <File
+ RelativePath=".\al_plugin.cpp">
+ </File>
+ <File
+ RelativePath=".\asset.cpp">
+ </File>
+ <File
+ RelativePath=".\base64_codec.cpp">
+ </File>
+ <File
+ RelativePath=".\guid.cpp">
+ </File>
+ <File
+ RelativePath=".\set.cpp">
+ </File>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="h;hpp;hxx;hm;inl;inc;xsd"
+ UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
+ <File
+ RelativePath=".\al.hpp">
+ </File>
+ <File
+ RelativePath=".\al_plugin.hpp">
+ </File>
+ <File
+ RelativePath=".\asset.hpp">
+ </File>
+ <File
+ RelativePath=".\base64_codec.hpp">
+ </File>
+ <File
+ RelativePath=".\config.hpp">
+ </File>
+ <File
+ RelativePath=".\guid.hpp">
+ </File>
+ <File
+ RelativePath=".\set.hpp">
+ </File>
+ </Filter>
+ <Filter
+ Name="Resource Files"
+ Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
+ UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
+
Property changes on: trunk/lib/openlibraries/src/openassetlib/al/al_vc8.icproj
___________________________________________________________________
Name: svn:eol-style
+ native
Added: trunk/lib/openlibraries/src/openassetlib/plugins/sqlite/sqlite_vc8.icproj
===================================================================
--- trunk/lib/openlibraries/src/openassetlib/plugins/sqlite/sqlite_vc8.icproj (rev 0)
+++ trunk/lib/openlibraries/src/openassetlib/plugins/sqlite/sqlite_vc8.icproj 2007-10-30 23:21:00 UTC (rev 370)
@@ -0,0 +1,198 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Intel C++ Project"
+ Version="10.0"
+ Name="sqlite"
+ OwnerKey="{EAF909A5-FA59-4C3D-9431-0FCC20D5BCF9}"
+ ProjectGUID="{E18DF63F-8CDB-4377-8C5C-79FCC969E113}"
+ RootNamespace="sqlite"
+ Keyword="Win32Proj"
+ VCNestedProjectGUID="{4B89FC29-D7E8-4E1A-99D7-17561B89DBEA}"
+ VCNestedProjectCRC32="500498510"
+ VCNestedProjectFileName="sqlite_vc8.vcproj">
+ <Platforms>
+ <Platform
+ Name="Win32"/>
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Multi-threaded Debug DLL|Win32">
+ <Tool
+ Name="GeneralTool"
+ OutputDirectory="$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="2"
+ CharacterSet="1"/>
+ <Tool
+ Name="PreBuildEventTool"/>
+ <Tool
+ Name="CustomTool"/>
+ <Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="MidlCmplrTool"/>
+ <Tool
+ Name="CppCmplrTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="$(SolutionDir)src;C:\Boost\include\boost-1_34_1"
+ PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;SQLITE_EXPORTS;HAVE_FLEX_STRING;OPENASSETLIB_BUILD"
+ MinimalRebuild="true"
+ ExceptionHandling="2"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ OpenMP="true"
+ UsePrecompiledHeader="0"
+ WarningLevel="4"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="4"/>
+ <Tool
+ Name="VCManagedResourceCompilerTool"/>
+ <Tool
+ Name="ResCmplrTool"/>
+ <Tool
+ Name="PreLinkEventTool"/>
+ <Tool
+ Name="LinkerTool"
+ IgnoreImportLibrary="true"
+ AdditionalOptions="/LARGEADDRESSAWARE"
+ AdditionalDependencies="sqlite-vc71-d-3_2_7.lib"
+ OutputFile="$(OutDir)\openassetlib_sqlite-vc80-d-0_5_0.dll"
+ LinkIncremental="2"
+ AdditionalLibraryDirectories="C:\Boost\lib;"$(SolutionDir)src\openpluginlib\pl\$(ConfigurationName)""
+ GenerateDebugInformation="true"
+ SubSystem="2"
+ TargetMachine="1"/>
+ <Tool
+ Name="VCALinkTool"/>
+ <Tool
+ Name="VCManifestTool"/>
+ <Tool
+ Name="VCXDCMakeTool"/>
+ <Tool
+ Name="BscMakeTool"/>
+ <Tool
+ Name="VCFxCopTool"/>
+ <Tool
+ Name="VCAppVerifierTool"/>
+ <Tool
+ Name="VCWebDeploymentTool"/>
+ <Tool
+ Name="PostBuildEventTool"/>
+ </Configuration>
+ <Configuration
+ Name="Multi-threaded Release DLL|Win32">
+ <Tool
+ Name="GeneralTool"
+ OutputDirectory="$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="2"
+ CharacterSet="1"
+ WholeProgramOptimization="1"/>
+ <Tool
+ Name="PreBuildEventTool"/>
+ <Tool
+ Name="CustomTool"/>
+ <Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="MidlCmplrTool"/>
+ <Tool
+ Name="CppCmplrTool"
+ AdditionalIncludeDirectories="$(SolutionDir)src;C:\Boost\include\boost-1_34_1"
+ PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;SQLITE_EXPORTS;HAVE_FLEX_STRING;OPENASSETLIB_BUILD"
+ ExceptionHandling="2"
+ RuntimeLibrary="2"
+ BufferSecurityCheck="false"
+ FloatingPointModel="2"
+ OpenMP="true"
+ UsePrecompiledHeader="0"
+ WarningLevel="4"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="3"/>
+ <Tool
+ Name="VCManagedResourceCompilerTool"/>
+ <Tool
+ Name="ResCmplrTool"/>
+ <Tool
+ Name="PreLinkEventTool"/>
+ <Tool
+ Name="LinkerTool"
+ IgnoreImportLibrary="true"
+ AdditionalOptions="/LARGEADDRESSAWARE"
+ AdditionalDependencies="sqlite-vc71-r-3_2_7.lib"
+ OutputFile="$(OutDir)\openassetlib_sqlite-vc80-r-0_5_0.dll"
+ LinkIncremental="1"
+ AdditionalLibraryDirectories="C:\Boost\lib;"$(SolutionDir)src\openpluginlib\pl\$(ConfigurationName)""
+ GenerateDebugInformation="true"
+ SubSystem="2"
+ OptimizeReferences="2"
+ EnableCOMDATFolding="2"
+ TargetMachine="1"/>
+ <Tool
+ Name="VCALinkTool"/>
+ <Tool
+ Name="VCManifestTool"/>
+ <Tool
+ Name="VCXDCMakeTool"/>
+ <Tool
+ Name="BscMakeTool"/>
+ <Tool
+ Name="VCFxCopTool"/>
+ <Tool
+ Name="VCAppVerifierTool"/>
+ <Tool
+ Name="VCWebDeploymentTool"/>
+ <Tool
+ Name="PostBuildEventTool"/>
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
+ <File
+ RelativePath=".\database.cpp">
+ </File>
+ <File
+ RelativePath=".\sqlite3_metadata.cpp">
+ </File>
+ <File
+ RelativePath=".\sqlite3_metadata_plugin.cpp">
+ </File>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="h;hpp;hxx;hm;inl;inc;xsd"
+ UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
+ <File
+ RelativePath=".\config.hpp">
+ </File>
+ <File
+ RelativePath=".\database.hpp">
+ </File>
+ <File
+ RelativePath=".\sqlite3.h">
+ </File>
+ <File
+ RelativePath=".\sqlite3_metadata_plugin.hpp">
+ </File>
+ </Filter>
+ <Filter
+ Name="Resource Files"
+ Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
+ UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
+
Property changes on: trunk/lib/openlibraries/src/openassetlib/plugins/sqlite/sqlite_vc8.icproj
___________________________________________________________________
Name: svn:eol-style
+ native
Added: trunk/lib/openlibraries/src/openassetlib/py/py_vc8.icproj
===================================================================
--- trunk/lib/openlibraries/src/openassetlib/py/py_vc8.icproj (rev 0)
+++ trunk/lib/openlibraries/src/openassetlib/py/py_vc8.icproj 2007-10-30 23:21:00 UTC (rev 370)
@@ -0,0 +1,201 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Intel C++ Project"
+ Version="10.0"
+ Name="py"
+ OwnerKey="{EAF909A5-FA59-4C3D-9431-0FCC20D5BCF9}"
+ ProjectGUID="{DCDE03E7-5170-4CB4-ACF5-E788CF12E283}"
+ RootNamespace="py"
+ Keyword="Win32Proj"
+ VCNestedProjectGUID="{ECEDB34E-A863-420F-BFC6-F294AC078892}"
+ VCNestedProjectCRC32="4229794795"
+ VCNestedProjectFileName="py_vc8.vcproj">
+ <Platforms>
+ <Platform
+ Name="Win32"/>
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Multi-threaded Debug DLL|Win32">
+ <Tool
+ Name="GeneralTool"
+ OutputDirectory="$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="2"
+ CharacterSet="1"/>
+ <Tool
+ Name="PreBuildEventTool"/>
+ <Tool
+ Name="CustomTool"/>
+ <Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="MidlCmplrTool"/>
+ <Tool
+ Name="CppCmplrTool"
+ Optimization="0"
+ AdditionalIncludeDirectories=""$(SolutionDir)\src";"C:\Boost\include\boost-1_34_1";C:\Python25\include"
+ PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;PY_EXPORTS;AL_EXPORTS;OPENASSETLIB_BUILD;HAVE_FLEX_STRING;HAVE_BOOST_FILESYSTEM;PYTHON_BINDING"
+ MinimalRebuild="true"
+ ExceptionHandling="2"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ OpenMP="true"
+ UsePrecompiledHeader="0"
+ WarningLevel="4"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="4"/>
+ <Tool
+ Name="VCManagedResourceCompilerTool"/>
+ <Tool
+ Name="ResCmplrTool"/>
+ <Tool
+ Name="PreLinkEventTool"/>
+ <Tool
+ Name="LinkerTool"
+ IgnoreImportLibrary="true"
+ AdditionalOptions="/LARGEADDRESSAWARE"
+ AdditionalDependencies="boost_python-vc80-mt-gd-1_34_1.lib"
+ OutputFile="$(OutDir)\HDRFlowAsset.pyd"
+ LinkIncremental="2"
+ AdditionalLibraryDirectories="C:\Boost\lib;C:\Python25\Libs;$(SolutionDir)src\openpluginlib\pl\$(ConfigurationName);$(SolutionDir)src\openassetlib\al\$(ConfigurationName);$(SolutionDir)src\openimagelib\il\$(ConfigurationName);$(SolutionDir)src\openmedialib\ml\$(ConfigurationName);$(SolutionDir)src\openobjectlib\sg\$(ConfigurationName)"
+ GenerateDebugInformation="true"
+ SubSystem="2"
+ TargetMachine="1"/>
+ <Tool
+ Name="VCALinkTool"/>
+ <Tool
+ Name="VCManifestTool"/>
+ <Tool
+ Name="VCXDCMakeTool"/>
+ <Tool
+ Name="BscMakeTool"/>
+ <Tool
+ Name="VCFxCopTool"/>
+ <Tool
+ Name="VCAppVerifierTool"/>
+ <Tool
+ Name="VCWebDeploymentTool"/>
+ <Tool
+ Name="PostBuildEventTool"/>
+ </Configuration>
+ <Configuration
+ Name="Multi-threaded Release DLL|Win32">
+ <Tool
+ Name="GeneralTool"
+ OutputDirectory="$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="2"
+ CharacterSet="1"
+ WholeProgramOptimization="1"/>
+ <Tool
+ Name="PreBuildEventTool"/>
+ <Tool
+ Name="CustomTool"/>
+ <Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="MidlCmplrTool"/>
+ <Tool
+ Name="CppCmplrTool"
+ AdditionalIncludeDirectories=""$(SolutionDir)\src";"C:\Boost\include\boost-1_34_1";C:\Python25\include"
+ PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;PY_EXPORTS;AL_EXPORTS;OPENASSETLIB_BUILD;HAVE_FLEX_STRING;HAVE_BOOST_FILESYSTEM;PYTHON_BINDING"
+ ExceptionHandling="2"
+ RuntimeLibrary="2"
+ BufferSecurityCheck="false"
+ FloatingPointModel="2"
+ OpenMP="true"
+ UsePrecompiledHeader="0"
+ WarningLevel="4"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="3"/>
+ <Tool
+ Name="VCManagedResourceCompilerTool"/>
+ <Tool
+ Name="ResCmplrTool"/>
+ <Tool
+ Name="PreLinkEventTool"/>
+ <Tool
+ Name="LinkerTool"
+ IgnoreImportLibrary="true"
+ AdditionalOptions="/LARGEADDRESSAWARE"
+ AdditionalDependencies="boost_python-vc80-mt-1_34_1.lib"
+ OutputFile="$(OutDir)\HDRFlowAsset.pyd"
+ LinkIncremental="1"
+ AdditionalLibraryDirectories="C:\Boost\lib;C:\Python25\Libs;$(SolutionDir)src\openpluginlib\pl\$(ConfigurationName);$(SolutionDir)src\openassetlib\al\$(ConfigurationName);$(SolutionDir)src\openimagelib\il\$(ConfigurationName);$(SolutionDir)src\openmedialib\ml\$(ConfigurationName);$(SolutionDir)src\openobjectlib\sg\$(ConfigurationName)"
+ GenerateDebugInformation="true"
+ SubSystem="2"
+ OptimizeReferences="2"
+ EnableCOMDATFolding="2"
+ TargetMachine="1"/>
+ <Tool
+ Name="VCALinkTool"/>
+ <Tool
+ Name="VCManifestTool"/>
+ <Tool
+ Name="VCXDCMakeTool"/>
+ <Tool
+ Name="BscMakeTool"/>
+ <Tool
+ Name="VCFxCopTool"/>
+ <Tool
+ Name="VCAppVerifierTool"/>
+ <Tool
+ Name="VCWebDeploymentTool"/>
+ <Tool
+ Name="PostBuildEventTool"/>
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
+ <File
+ RelativePath=".\asset.cpp">
+ </File>
+ <File
+ RelativePath=".\guid.cpp">
+ </File>
+ <File
+ RelativePath=".\openassetlib.cpp">
+ </File>
+ <File
+ RelativePath=".\plugin.cpp">
+ </File>
+ <File
+ RelativePath=".\py.cpp">
+ </File>
+ <File
+ RelativePath=".\set.cpp">
+ </File>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="h;hpp;hxx;hm;inl;inc;xsd"
+ UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
+ <File
+ RelativePath=".\py.hpp">
+ </File>
+ <File
+ RelativePath=".\python.hpp">
+ </File>
+ </Filter>
+ <Filter
+ Name="Resource Files"
+ Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
+ UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
+
Property changes on: trunk/lib/openlibraries/src/openassetlib/py/py_vc8.icproj
___________________________________________________________________
Name: svn:eol-style
+ native
Added: trunk/lib/openlibraries/src/openeffectslib/plugins/tonemap/tonemap_vc8.icproj
===================================================================
--- trunk/lib/openlibraries/src/openeffectslib/plugins/tonemap/tonemap_vc8.icproj (rev 0)
+++ trunk/lib/openlibraries/src/openeffectslib/plugins/tonemap/tonemap_vc8.icproj 2007-10-30 23:21:00 UTC (rev 370)
@@ -0,0 +1,181 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Intel C++ Project"
+ Version="10.0"
+ Name="tonemap"
+ ProjectGUID="{68A41D6B-F6DB-4A26-9202-22950CC80697}"
+ RootNamespace="tonemap"
+ Keyword="Win32Proj"
+ VCNestedProjectGUID="{6D618CAE-230F-4ADD-936B-6C1D3D723236}"
+ VCNestedProjectCRC32="4110884607"
+ VCNestedProjectFileName="tonemap_vc8.vcproj">
+ <Platforms>
+ <Platform
+ Name="Win32"/>
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Multi-threaded Debug DLL|Win32">
+ <Tool
+ Name="GeneralTool"
+ OutputDirectory="$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="2"
+ CharacterSet="1"/>
+ <Tool
+ Name="PreBuildEventTool"/>
+ <Tool
+ Name="CustomTool"/>
+ <Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="MidlCmplrTool"/>
+ <Tool
+ Name="CppCmplrTool"
+ Optimization="0"
+ AdditionalIncludeDirectories=""$(SolutionDir)\src";"C:\Boost\include\boost-1_34_1";"C:\OpenEXR\include""
+ PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;TONEMAP_EXPORTS;ML_PLUGIN_EXPORTS;OPENMEDIALIB_BUILD;HAVE_FLEX_STRING;OPENEXR_DLL;HAVE_OPENEXR"
+ MinimalRebuild="true"
+ ExceptionHandling="2"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ OpenMP="true"
+ UsePrecompiledHeader="0"
+ WarningLevel="4"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="4"
+ DisableSpecificWarnings="4503"/>
+ <Tool
+ Name="VCManagedResourceCompilerTool"/>
+ <Tool
+ Name="ResCmplrTool"/>
+ <Tool
+ Name="PreLinkEventTool"/>
+ <Tool
+ Name="LinkerTool"
+ IgnoreImportLibrary="true"
+ AdditionalOptions="/LARGEADDRESSAWARE"
+ AdditionalDependencies="Half.lib IlmImf.lib Iex.lib"
+ OutputFile="$(OutDir)\openeffectslib_tonemap-vc80-d-0_5_0.dll"
+ LinkIncremental="2"
+ AdditionalLibraryDirectories="C:\Boost\lib;"$(SolutionDir)\src\openpluginlib\pl\$(ConfigurationName)";"$(SolutionDir)\src\openimagelib\il\$(ConfigurationName)";C:\OpenEXR\lib\Debug"
+ GenerateDebugInformation="true"
+ SubSystem="2"
+ TargetMachine="1"/>
+ <Tool
+ Name="VCALinkTool"/>
+ <Tool
+ Name="VCManifestTool"/>
+ <Tool
+ Name="VCXDCMakeTool"/>
+ <Tool
+ Name="BscMakeTool"/>
+ <Tool
+ Name="VCFxCopTool"/>
+ <Tool
+ Name="VCAppVerifierTool"/>
+ <Tool
+ Name="VCWebDeploymentTool"/>
+ <Tool
+ Name="PostBuildEventTool"/>
+ </Configuration>
+ <Configuration
+ Name="Multi-threaded Release DLL|Win32">
+ <Tool
+ Name="GeneralTool"
+ OutputDirectory="$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="2"
+ CharacterSet="1"
+ WholeProgramOptimization="1"/>
+ <Tool
+ Name="PreBuildEventTool"/>
+ <Tool
+ Name="CustomTool"/>
+ <Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="MidlCmplrTool"/>
+ <Tool
+ Name="CppCmplrTool"
+ AdditionalIncludeDirectories=""$(SolutionDir)\src";"C:\Boost\include\boost-1_34_1";"C:\OpenEXR\include""
+ PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;TONEMAP_EXPORTS;;ML_PLUGIN_EXPORTS;OPENMEDIALIB_BUILD;HAVE_FLEX_STRING;OPENEXR_DLL;HAVE_OPENEXR"
+ ExceptionHandling="2"
+ RuntimeLibrary="2"
+ BufferSecurityCheck="false"
+ FloatingPointModel="2"
+ OpenMP="true"
+ UsePrecompiledHeader="0"
+ WarningLevel="4"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="3"
+ DisableSpecificWarnings="4503"/>
+ <Tool
+ Name="VCManagedResourceCompilerTool"/>
+ <Tool
+ Name="ResCmplrTool"/>
+ <Tool
+ Name="PreLinkEventTool"/>
+ <Tool
+ Name="LinkerTool"
+ IgnoreImportLibrary="true"
+ AdditionalOptions="/LARGEADDRESSAWARE"
+ AdditionalDependencies="Half.lib IlmImf.lib Iex.lib"
+ OutputFile="$(OutDir)\openeffectslib_tonemap-vc80-r-0_5_0.dll"
+ LinkIncremental="1"
+ AdditionalLibraryDirectories="C:\Boost\lib;"$(SolutionDir)\src\openpluginlib\pl\$(ConfigurationName)";"$(SolutionDir)\src\openimagelib\il\$(ConfigurationName)";C:\OpenEXR\lib\Release"
+ GenerateDebugInformation="true"
+ SubSystem="2"
+ OptimizeReferences="2"
+ EnableCOMDATFolding="2"
+ TargetMachine="1"/>
+ <Tool
+ Name="VCALinkTool"/>
+ <Tool
+ Name="VCManifestTool"/>
+ <Tool
+ Name="VCXDCMakeTool"/>
+ <Tool
+ Name="BscMakeTool"/>
+ <Tool
+ Name="VCFxCopTool"/>
+ <Tool
+ Name="VCAppVerifierTool"/>
+ <Tool
+ Name="VCWebDeploymentTool"/>
+ <Tool
+ Name="PostBuildEventTool"/>
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
+ <File
+ RelativePath=".\tonemap_plugin.cpp">
+ </File>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="h;hpp;hxx;hm;inl;inc;xsd"
+ UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
+ </Filter>
+ <Filter
+ Name="Resource Files"
+ Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
+ UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
+
Property changes on: trunk/lib/openlibraries/src/openeffectslib/plugins/tonemap/tonemap_vc8.icproj
___________________________________________________________________
Name: svn:eol-style
+ native
Added: trunk/lib/openlibraries/src/openimagelib/il/il_vc8.icproj
===================================================================
--- trunk/lib/openlibraries/src/openimagelib/il/il_vc8.icproj (rev 0)
+++ trunk/lib/openlibraries/src/openimagelib/il/il_vc8.icproj 2007-10-30 23:21:00 UTC (rev 370)
@@ -0,0 +1,229 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Intel C++ Project"
+ Version="10.0"
+ Name="il"
+ OwnerKey="{EAF909A5-FA59-4C3D-9431-0FCC20D5BCF9}"
+ ProjectGUID="{67EA57CD-3ACE-4BA9-BD0D-440FFC547382}"
+ RootNamespace="il"
+ Keyword="Win32Proj"
+ VCNestedProjectGUID="{C9BA7656-B238-4882-A30A-EC2BDB2843B4}"
+ VCNestedProjectCRC32="805946158"
+ VCNestedProjectFileName="il_vc8.vcproj">
+ <Platforms>
+ <Platform
+ Name="Win32"/>
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Multi-threaded Debug DLL|Win32">
+ <Tool
+ Name="GeneralTool"
+ OutputDirectory="$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="2"
+ CharacterSet="1"/>
+ <Tool
+ Name="PreBuildEventTool"/>
+ <Tool
+ Name="CustomTool"/>
+ <Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="MidlCmplrTool"/>
+ <Tool
+ Name="CppCmplrTool"
+ Optimization="0"
+ AdditionalIncludeDirectories=""C:\Boost\include\boost-1_34_1";"$(SolutionDir)\src""
+ PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;IL_EXPORTS;OPENIMAGELIB_BUILD;HAVE_FLEX_STRING;OPENEXR_DLL;HAVE_OPENEXR"
+ MinimalRebuild="true"
+ ExceptionHandling="2"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ BufferSecurityCheck="true"
+ EnableEnhancedInstructionSet="0"
+ TreatWChar_tAsBuiltInType="true"
+ ForceConformanceInForLoopScope="true"
+ RuntimeTypeInfo="true"
+ OpenMP="true"
+ UsePrecompiledHeader="0"
+ WarningLevel="4"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="4"
+ DisableSpecificWarnings="4251"/>
+ <Tool
+ Name="VCManagedResourceCompilerTool"/>
+ <Tool
+ Name="ResCmplrTool"/>
+ <Tool
+ Name="PreLinkEventTool"/>
+ <Tool
+ Name="LinkerTool"
+ UseUnicodeResponseFiles="true"
+ AdditionalOptions="/LARGEADDRESSAWARE"
+ OutputFile="$(OutDir)/openimagelib_il-vc80-d-0_5_0.dll"
+ LinkIncremental="2"
+ AdditionalLibraryDirectories="C:\Boost\lib;"$(SolutionDir)\src\openpluginlib\pl\$(ConfigurationName)""
+ GenerateManifest="false"
+ GenerateDebugInformation="true"
+ ProgramDatabaseFile="$(OutDir)/il.pdb"
+ SubSystem="2"
+ ImportLibrary="$(TargetDir)openimagelib_il-vc80-d-0_5_0.lib"
+ TargetMachine="1"/>
+ <Tool
+ Name="VCALinkTool"/>
+ <Tool
+ Name="VCManifestTool"/>
+ <Tool
+ Name="VCXDCMakeTool"/>
+ <Tool
+ Name="BscMakeTool"/>
+ <Tool
+ Name="VCFxCopTool"/>
+ <Tool
+ Name="VCAppVerifierTool"/>
+ <Tool
+ Name="VCWebDeploymentTool"/>
+ <Tool
+ Name="PostBuildEventTool"/>
+ </Configuration>
+ <Configuration
+ Name="Multi-threaded Release DLL|Win32">
+ <Tool
+ Name="GeneralTool"
+ OutputDirectory="$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="2"
+ CharacterSet="1"/>
+ <Tool
+ Name="PreBuildEventTool"/>
+ <Tool
+ Name="CustomTool"/>
+ <Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="MidlCmplrTool"/>
+ <Tool
+ Name="CppCmplrTool"
+ Optimization="3"
+ AdditionalIncludeDirectories=""C:\Boost\include\boost-1_34_1";"$(SolutionDir)\src""
+ PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;IL_EXPORTS;OPENIMAGELIB_BUILD;HAVE_FLEX_STRING;OPENEXR_DLL;HAVE_OPENEXR;OPENEXR_DLL"
+ ExceptionHandling="2"
+ RuntimeLibrary="2"
+ BufferSecurityCheck="false"
+ EnableEnhancedInstructionSet="0"
+ FloatingPointModel="2"
+ TreatWChar_tAsBuiltInType="true"
+ ForceConformanceInForLoopScope="true"
+ RuntimeTypeInfo="true"
+ OpenMP="true"
+ UsePrecompiledHeader="0"
+ WarningLevel="4"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="3"
+ DisableSpecificWarnings="4251"/>
+ <Tool
+ Name="VCManagedResourceCompilerTool"/>
+ <Tool
+ Name="ResCmplrTool"/>
+ <Tool
+ Name="PreLinkEventTool"/>
+ <Tool
+ Name="LinkerTool"
+ AdditionalOptions="/LARGEADDRESSAWARE"
+ OutputFile="$(OutDir)/openimagelib_il-vc80-r-0_5_0.dll"
+ LinkIncremental="1"
+ AdditionalLibraryDirectories="C:\Boost\lib;"$(SolutionDir)\src\openpluginlib\pl\$(ConfigurationName)""
+ GenerateManifest="false"
+ GenerateDebugInformation="true"
+ SubSystem="2"
+ OptimizeReferences="2"
+ EnableCOMDATFolding="2"
+ ImportLibrary="$(TargetDir)openimagelib_il-vc80-r-0_5_0.lib"
+ TargetMachine="1"/>
+ <Tool
+ Name="VCALinkTool"/>
+ <Tool
+ Name="VCManifestTool"/>
+ <Tool
+ Name="VCXDCMakeTool"/>
+ <Tool
+ Name="BscMakeTool"/>
+ <Tool
+ Name="VCFxCopTool"/>
+ <Tool
+ Name="VCAppVerifierTool"/>
+ <Tool
+ Name="VCWebDeploymentTool"/>
+ <Tool
+ Name="PostBuildEventTool"/>
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Header Files"
+ Filter="h;hpp;hxx;hm;inl;inc;xsd"
+ UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
+ <File
+ RelativePath=".\basic_image.hpp">
+ </File>
+ <File
+ RelativePath=".\compression_traits.hpp">
+ </File>
+ <File
+ RelativePath=".\config.hpp">
+ </File>
+ <File
+ RelativePath=".\float_traits.hpp">
+ </File>
+ <File
+ RelativePath=".\il.hpp">
+ </File>
+ <File
+ RelativePath=".\lut_converter.hpp">
+ </File>
+ <File
+ RelativePath=".\openimagelib_plugin.hpp">
+ </File>
+ <File
+ RelativePath=".\rgb_traits.hpp">
+ </File>
+ <File
+ RelativePath=".\traits.hpp">
+ </File>
+ <File
+ RelativePath=".\utility.hpp">
+ </File>
+ <File
+ RelativePath=".\yuv_traits.hpp">
+ </File>
+ </Filter>
+ <Filter
+ Name="Resource Files"
+ Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
+ UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
+ </Filter>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
+ <File
+ RelativePath=".\il.cpp">
+ </File>
+ <File
+ RelativePath=".\utility.cpp">
+ </File>
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
+
Property changes on: trunk/lib/openlibraries/src/openimagelib/il/il_vc8.icproj
___________________________________________________________________
Name: svn:eol-style
+ native
Added: trunk/lib/openlibraries/src/openimagelib/plugins/3D_lightmap/3D_lightmap_vc8.icproj
===================================================================
--- trunk/lib/openlibraries/src/openimagelib/plugins/3D_lightmap/3D_lightmap_vc8.icproj (rev 0)
+++ trunk/lib/openlibraries/src/openimagelib/plugins/3D_lightmap/3D_lightmap_vc8.icproj 2007-10-30 23:21:00 UTC (rev 370)
@@ -0,0 +1,182 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Intel C++ Project"
+ Version="10.0"
+ Name="3D_lightmap"
+ ProjectGUID="{54828EE2-BA89-4700-9E52-24A8A8301880}"
+ RootNamespace="My3D_lightmap"
+ Keyword="Win32Proj"
+ VCNestedProjectGUID="{B1F25233-BC0C-4AB7-A1F2-ACFB520E34D1}"
+ VCNestedProjectCRC32="2752524361"
+ VCNestedProjectFileName="3D_lightmap_vc8.vcproj">
+ <Platforms>
+ <Platform
+ Name="Win32"/>
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Multi-threaded Debug DLL|Win32">
+ <Tool
+ Name="GeneralTool"
+ OutputDirectory="$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="2"
+ CharacterSet="1"/>
+ <Tool
+ Name="PreBuildEventTool"/>
+ <Tool
+ Name="CustomTool"/>
+ <Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="MidlCmplrTool"/>
+ <Tool
+ Name="CppCmplrTool"
+ Optimization="0"
+ AdditionalIncludeDirectories=""$(SolutionDir)\src";"C:\Boost\include\boost-1_34_1""
+ PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;IL_EXPORTS;OPENIMAGELIB_BUILD;HAVE_FLEX_STRING"
+ MinimalRebuild="true"
+ ExceptionHandling="2"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ BufferSecurityCheck="true"
+ EnableEnhancedInstructionSet="0"
+ RuntimeTypeInfo="true"
+ OpenMP="true"
+ UsePrecompiledHeader="0"
+ WarningLevel="4"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="4"/>
+ <Tool
+ Name="VCManagedResourceCompilerTool"/>
+ <Tool
+ Name="ResCmplrTool"/>
+ <Tool
+ Name="PreLinkEventTool"/>
+ <Tool
+ Name="LinkerTool"
+ IgnoreImportLibrary="true"
+ AdditionalOptions="/LARGEADDRESSAWARE"
+ OutputFile="$(OutDir)\openimagelib_3D_lightmap-vc80-d-0_5_0.dll"
+ LinkIncremental="2"
+ AdditionalLibraryDirectories="C:\Boost\lib;$(SolutionDir)\src\openpluginlib\pl\$(ConfigurationName)"
+ GenerateDebugInformation="true"
+ SubSystem="2"
+ TargetMachine="1"/>
+ <Tool
+ Name="VCALinkTool"/>
+ <Tool
+ Name="VCManifestTool"/>
+ <Tool
+ Name="VCXDCMakeTool"/>
+ <Tool
+ Name="BscMakeTool"/>
+ <Tool
+ Name="VCFxCopTool"/>
+ <Tool
+ Name="VCAppVerifierTool"/>
+ <Tool
+ Name="VCWebDeploymentTool"/>
+ <Tool
+ Name="PostBuildEventTool"/>
+ </Configuration>
+ <Configuration
+ Name="Multi-threaded Release DLL|Win32">
+ <Tool
+ Name="GeneralTool"
+ OutputDirectory="$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="2"
+ CharacterSet="1"/>
+ <Tool
+ Name="PreBuildEventTool"/>
+ <Tool
+ Name="CustomTool"/>
+ <Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="MidlCmplrTool"/>
+ <Tool
+ Name="CppCmplrTool"
+ Optimization="2"
+ AdditionalIncludeDirectories=""$(SolutionDir)\src";"C:\Boost\include\boost-1_34_1""
+ PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;IL_EXPORTS;OPENIMAGELIB_BUILD;HAVE_FLEX_STRING"
+ ExceptionHandling="2"
+ RuntimeLibrary="2"
+ BufferSecurityCheck="false"
+ EnableEnhancedInstructionSet="0"
+ FloatingPointModel="2"
+ RuntimeTypeInfo="true"
+ OpenMP="true"
+ UsePrecompiledHeader="0"
+ WarningLevel="4"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="3"/>
+ <Tool
+ Name="VCManagedResourceCompilerTool"/>
+ <Tool
+ Name="ResCmplrTool"/>
+ <Tool
+ Name="PreLinkEventTool"/>
+ <Tool
+ Name="LinkerTool"
+ IgnoreImportLibrary="true"
+ AdditionalOptions="/LARGEADDRESSAWARE"
+ OutputFile="$(OutDir)\openimagelib_3D_lightmap-vc80-r-0_5_0.dll"
+ LinkIncremental="1"
+ AdditionalLibraryDirectories="C:\Boost\lib;$(SolutionDir)\src\openpluginlib\pl\$(ConfigurationName)"
+ GenerateDebugInformation="true"
+ SubSystem="2"
+ OptimizeReferences="2"
+ EnableCOMDATFolding="2"
+ TargetMachine="1"/>
+ <Tool
+ Name="VCALinkTool"/>
+ <Tool
+ Name="VCManifestTool"/>
+ <Tool
+ Name="VCXDCMakeTool"/>
+ <Tool
+ Name="BscMakeTool"/>
+ <Tool
+ Name="VCFxCopTool"/>
+ <Tool
+ Name="VCAppVerifierTool"/>
+ <Tool
+ Name="VCWebDeploymentTool"/>
+ <Tool
+ Name="PostBuildEventTool"/>
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
+ <File
+ RelativePath=".\3D_lightmap_plugin.cpp">
+ </File>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="h;hpp;hxx;hm;inl;inc;xsd"
+ UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
+ </Filter>
+ <Filter
+ Name="Resource Files"
+ Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
+ UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
+
Property changes on: trunk/lib/openlibraries/src/openimagelib/plugins/3D_lightmap/3D_lightmap_vc8.icproj
___________________________________________________________________
Name: svn:eol-style
+ native
Added: trunk/lib/openlibraries/src/openimagelib/plugins/bmp/bmp_vc8.icproj
===================================================================
--- trunk/lib/openlibraries/src/openimagelib/plugins/bmp/bmp_vc8.icproj (rev 0)
+++ trunk/lib/openlibraries/src/openimagelib/plugins/bmp/bmp_vc8.icproj 2007-10-30 23:21:00 UTC (rev 370)
@@ -0,0 +1,191 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Intel C++ Project"
+ Version="10.0"
+ Name="bmp"
+ ProjectGUID="{847EA448-ED49-4A63-822E-6DBC2F760298}"
+ RootNamespace="bmp"
+ Keyword="Win32Proj"
+ VCNestedProjectGUID="{261595DD-FB76-4D37-A3C8-0D9625C20D46}"
+ VCNestedProjectCRC32="2436100963"
+ VCNestedProjectFileName="bmp_vc8.vcproj">
+ <Platforms>
+ <Platform
+ Name="Win32"/>
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Multi-threaded Debug DLL|Win32">
+ <Tool
+ Name="GeneralTool"
+ OutputDirectory="$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="2"
+ CharacterSet="1"/>
+ <Tool
+ Name="PreBuildEventTool"/>
+ <Tool
+ Name="CustomTool"/>
+ <Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="MidlCmplrTool"/>
+ <Tool
+ Name="CppCmplrTool"
+ Optimization="0"
+ AdditionalIncludeDirectories=""$(SolutionDir)\src";"C:\Boost\include\boost-1_34_1""
+ PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;IL_EXPORTS;OPENIMAGELIB_BUILD;HAVE_FLEX_STRING"
+ MinimalRebuild="true"
+ ExceptionHandling="2"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ BufferSecurityCheck="true"
+ EnableEnhancedInstructionSet="0"
+ TreatWChar_tAsBuiltInType="true"
+ ForceConformanceInForLoopScope="true"
+ RuntimeTypeInfo="true"
+ OpenMP="true"
+ UsePrecompiledHeader="0"
+ WarningLevel="4"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="4"/>
+ <Tool
+ Name="VCManagedResourceCompilerTool"/>
+ <Tool
+ Name="ResCmplrTool"/>
+ <Tool
+ Name="PreLinkEventTool"/>
+ <Tool
+ Name="LinkerTool"
+ IgnoreImportLibrary="true"
+ AdditionalOptions="/LARGEADDRESSAWARE"
+ AdditionalDependencies="gdiplus.lib"
+ OutputFile="$(OutDir)/openimagelib_bmp-vc80-d-0_5_0.dll"
+ LinkIncremental="2"
+ AdditionalLibraryDirectories="C:\Boost\lib;$(SolutionDir)\src\openpluginlib\pl\$(ConfigurationName)"
+ GenerateDebugInformation="true"
+ ProgramDatabaseFile="$(OutDir)/bmp.pdb"
+ SubSystem="2"
+ ImportLibrary=""
+ TargetMachine="1"/>
+ <Tool
+ Name="VCALinkTool"/>
+ <Tool
+ Name="VCManifestTool"/>
+ <Tool
+ Name="VCXDCMakeTool"/>
+ <Tool
+ Name="BscMakeTool"/>
+ <Tool
+ Name="VCFxCopTool"/>
+ <Tool
+ Name="VCAppVerifierTool"/>
+ <Tool
+ Name="VCWebDeploymentTool"/>
+ <Tool
+ Name="PostBuildEventTool"/>
+ </Configuration>
+ <Configuration
+ Name="Multi-threaded Release DLL|Win32">
+ <Tool
+ Name="GeneralTool"
+ OutputDirectory="$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="2"
+ CharacterSet="1"/>
+ <Tool
+ Name="PreBuildEventTool"/>
+ <Tool
+ Name="CustomTool"/>
+ <Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="MidlCmplrTool"/>
+ <Tool
+ Name="CppCmplrTool"
+ Optimization="3"
+ AdditionalIncludeDirectories=""$(SolutionDir)\src";"C:\Boost\include\boost-1_34_1""
+ PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;IL_EXPORTS;OPENIMAGELIB_BUILD;HAVE_FLEX_STRING"
+ ExceptionHandling="2"
+ RuntimeLibrary="2"
+ BufferSecurityCheck="false"
+ EnableEnhancedInstructionSet="0"
+ FloatingPointModel="2"
+ TreatWChar_tAsBuiltInType="true"
+ ForceConformanceInForLoopScope="true"
+ RuntimeTypeInfo="true"
+ OpenMP="true"
+ UsePrecompiledHeader="0"
+ WarningLevel="4"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="3"/>
+ <Tool
+ Name="VCManagedResourceCompilerTool"/>
+ <Tool
+ Name="ResCmplrTool"/>
+ <Tool
+ Name="PreLinkEventTool"/>
+ <Tool
+ Name="LinkerTool"
+ IgnoreImportLibrary="true"
+ AdditionalOptions="/LARGEADDRESSAWARE"
+ AdditionalDependencies="gdiplus.lib"
+ OutputFile="$(OutDir)/openimagelib_bmp-vc80-r-0_5_0.dll"
+ LinkIncremental="1"
+ AdditionalLibraryDirectories="C:\Boost\lib;$(SolutionDir)\src\openpluginlib\pl\$(ConfigurationName)"
+ GenerateDebugInformation="false"
+ SubSystem="2"
+ OptimizeReferences="2"
+ EnableCOMDATFolding="2"
+ ImportLibrary=""
+ TargetMachine="1"/>
+ <Tool
+ Name="VCALinkTool"/>
+ <Tool
+ Name="VCManifestTool"/>
+ <Tool
+ Name="VCXDCMakeTool"/>
+ <Tool
+ Name="BscMakeTool"/>
+ <Tool
+ Name="VCFxCopTool"/>
+ <Tool
+ Name="VCAppVerifierTool"/>
+ <Tool
+ Name="VCWebDeploymentTool"/>
+ <Tool
+ Name="PostBuildEventTool"/>
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
+ <File
+ RelativePath=".\bmp_plugin.cpp">
+ </File>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="h;hpp;hxx;hm;inl;inc;xsd"
+ UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
+ </Filter>
+ <Filter
+ Name="Resource Files"
+ Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
+ UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
+
Property changes on: trunk/lib/openlibraries/src/openimagelib/plugins/bmp/bmp_vc8.icproj
___________________________________________________________________
Name: svn:eol-style
+ native
Added: trunk/lib/openlibraries/src/openimagelib/plugins/dds/dds_vc8.icproj
===================================================================
--- trunk/lib/openlibraries/src/openimagelib/plugins/dds/dds_vc8.icproj (rev 0)
+++ trunk/lib/openlibraries/src/openimagelib/plugins/dds/dds_vc8.icproj 2007-10-30 23:21:00 UTC (rev 370)
@@ -0,0 +1,184 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Intel C++ Project"
+ Version="10.0"
+ Name="dds"
+ ProjectGUID="{05C95FA3-7755-4F6E-8D87-79CA433A481C}"
+ RootNamespace="dds"
+ Keyword="Win32Proj"
+ VCNestedProjectGUID="{B8498FDE-2F2F-4CAF-AA28-A6EBA5AECADE}"
+ VCNestedProjectCRC32="477360454"
+ VCNestedProjectFileName="dds_vc8.vcproj">
+ <Platforms>
+ <Platform
+ Name="Win32"/>
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Multi-threaded Debug DLL|Win32">
+ <Tool
+ Name="GeneralTool"
+ OutputDirectory="$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="2"
+ CharacterSet="1"/>
+ <Tool
+ Name="PreBuildEventTool"/>
+ <Tool
+ Name="CustomTool"/>
+ <Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="MidlCmplrTool"/>
+ <Tool
+ Name="CppCmplrTool"
+ Optimization="0"
+ AdditionalIncludeDirectories=""$(SolutionDir)\src";"C:\Boost\include\boost-1_34_1";"C:\Program Files\Microsoft DirectX 9.0 SDK (Summer 2004)\Include""
+ PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;IL_EXPORTS;OPENIMAGELIB_BUILD;HAVE_FLEX_STRING"
+ MinimalRebuild="true"
+ ExceptionHandling="2"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ BufferSecurityCheck="true"
+ EnableEnhancedInstructionSet="0"
+ RuntimeTypeInfo="true"
+ OpenMP="true"
+ UsePrecompiledHeader="0"
+ WarningLevel="4"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="4"/>
+ <Tool
+ Name="VCManagedResourceCompilerTool"/>
+ <Tool
+ Name="ResCmplrTool"/>
+ <Tool
+ Name="PreLinkEventTool"/>
+ <Tool
+ Name="LinkerTool"
+ IgnoreImportLibrary="true"
+ AdditionalOptions="/LARGEADDRESSAWARE"
+ OutputFile="$(OutDir)\openimagelib_dds-vc80-d-0_5_0.dll"
+ LinkIncremental="2"
+ AdditionalLibraryDirectories="C:\Boost\lib;$(SolutionDir)\src\openpluginlib\pl\$(ConfigurationName)"
+ GenerateDebugInformation="true"
+ SubSystem="2"
+ ImportLibrary=""
+ TargetMachine="1"/>
+ <Tool
+ Name="VCALinkTool"/>
+ <Tool
+ Name="VCManifestTool"/>
+ <Tool
+ Name="VCXDCMakeTool"/>
+ <Tool
+ Name="BscMakeTool"/>
+ <Tool
+ Name="VCFxCopTool"/>
+ <Tool
+ Name="VCAppVerifierTool"/>
+ <Tool
+ Name="VCWebDeploymentTool"/>
+ <Tool
+ Name="PostBuildEventTool"/>
+ </Configuration>
+ <Configuration
+ Name="Multi-threaded Release DLL|Win32">
+ <Tool
+ Name="GeneralTool"
+ OutputDirectory="$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="2"
+ CharacterSet="1"/>
+ <Tool
+ Name="PreBuildEventTool"/>
+ <Tool
+ Name="CustomTool"/>
+ <Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="MidlCmplrTool"/>
+ <Tool
+ Name="CppCmplrTool"
+ Optimization="2"
+ AdditionalIncludeDirectories=""$(SolutionDir)\src";C:\Boost\include\boost-1_34_1;"C:\Program Files\Microsoft DirectX 9.0 SDK (Summer 2004)\Include""
+ PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;IL_EXPORTS;OPENIMAGELIB_BUILD;HAVE_FLEX_STRING"
+ ExceptionHandling="2"
+ RuntimeLibrary="2"
+ BufferSecurityCheck="false"
+ EnableEnhancedInstructionSet="0"
+ FloatingPointModel="2"
+ RuntimeTypeInfo="true"
+ OpenMP="true"
+ UsePrecompiledHeader="0"
+ WarningLevel="4"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="3"/>
+ <Tool
+ Name="VCManagedResourceCompilerTool"/>
+ <Tool
+ Name="ResCmplrTool"/>
+ <Tool
+ Name="PreLinkEventTool"/>
+ <Tool
+ Name="LinkerTool"
+ IgnoreImportLibrary="true"
+ AdditionalOptions="/LARGEADDRESSAWARE"
+ OutputFile="$(OutDir)\openimagelib_dds-vc80-r-0_5_0.dll"
+ LinkIncremental="1"
+ AdditionalLibraryDirectories="C:\Boost\lib;$(SolutionDir)\src\openpluginlib\pl\$(ConfigurationName)"
+ GenerateDebugInformation="false"
+ SubSystem="2"
+ OptimizeReferences="2"
+ EnableCOMDATFolding="2"
+ ImportLibrary=""
+ TargetMachine="1"/>
+ <Tool
+ Name="VCALinkTool"/>
+ <Tool
+ Name="VCManifestTool"/>
+ <Tool
+ Name="VCXDCMakeTool"/>
+ <Tool
+ Name="BscMakeTool"/>
+ <Tool
+ Name="VCFxCopTool"/>
+ <Tool
+ Name="VCAppVerifierTool"/>
+ <Tool
+ Name="VCWebDeploymentTool"/>
+ <Tool
+ Name="PostBuildEventTool"/>
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
+ <File
+ RelativePath=".\dds_plugin.cpp">
+ </File>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="h;hpp;hxx;hm;inl;inc;xsd"
+ UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
+ </Filter>
+ <Filter
+ Name="Resource Files"
+ Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
+ UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
+
Property changes on: trunk/lib/openlibraries/src/openimagelib/plugins/dds/dds_vc8.icproj
___________________________________________________________________
Name: svn:eol-style
+ native
Added: trunk/lib/openlibraries/src/openimagelib/plugins/dpx/dpx_vc8.icproj
===================================================================
--- trunk/lib/openlibraries/src/openimagelib/plugins/dpx/dpx_vc8.icproj (rev 0)
+++ trunk/lib/openlibraries/src/openimagelib/plugins/dpx/dpx_vc8.icproj 2007-10-30 23:21:00 UTC (rev 370)
@@ -0,0 +1,177 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Intel C++ Project"
+ Version="10.0"
+ Name="dpx"
+ ProjectGUID="{70559110-3095-4653-B905-3332F81FB48C}"
+ RootNamespace="dpx"
+ Keyword="Win32Proj"
+ VCNestedProjectGUID="{875CE227-A98F-4711-9496-61BC21DA88B8}"
+ VCNestedProjectCRC32="77798346"
+ VCNestedProjectFileName="dpx_vc8.vcproj">
+ <Platforms>
+ <Platform
+ Name="Win32"/>
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Multi-threaded Debug DLL|Win32">
+ <Tool
+ Name="GeneralTool"
+ OutputDirectory="$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="2"
+ CharacterSet="1"/>
+ <Tool
+ Name="PreBuildEventTool"/>
+ <Tool
+ Name="CustomTool"/>
+ <Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="MidlCmplrTool"/>
+ <Tool
+ Name="CppCmplrTool"
+ Optimization="0"
+ AdditionalIncludeDirectories=""$(SolutionDir)\src";"C:\Boost\include\boost-1_34_1""
+ PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;IL_EXPORTS;OPENIMAGELIB_BUILD;HAVE_FLEX_STRING"
+ MinimalRebuild="true"
+ ExceptionHandling="2"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ OpenMP="true"
+ UsePrecompiledHeader="0"
+ WarningLevel="4"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="4"/>
+ <Tool
+ Name="VCManagedResourceCompilerTool"/>
+ <Tool
+ Name="ResCmplrTool"/>
+ <Tool
+ Name="PreLinkEventTool"/>
+ <Tool
+ Name="LinkerTool"
+ IgnoreImportLibrary="true"
+ AdditionalOptions="/LARGEADDRESSAWARE"
+ ShowProgress="0"
+ OutputFile="$(OutDir)\openimagelib_dpx-vc80-d-0_5_0.dll"
+ LinkIncremental="2"
+ AdditionalLibraryDirectories="C:\Boost\lib;"$(SolutionDir)\src\openpluginlib\pl\$(ConfigurationName)""
+ GenerateDebugInformation="true"
+ SubSystem="2"
+ TargetMachine="1"/>
+ <Tool
+ Name="VCALinkTool"/>
+ <Tool
+ Name="VCManifestTool"/>
+ <Tool
+ Name="VCXDCMakeTool"/>
+ <Tool
+ Name="BscMakeTool"/>
+ <Tool
+ Name="VCFxCopTool"/>
+ <Tool
+ Name="VCAppVerifierTool"/>
+ <Tool
+ Name="VCWebDeploymentTool"/>
+ <Tool
+ Name="PostBuildEventTool"/>
+ </Configuration>
+ <Configuration
+ Name="Multi-threaded Release DLL|Win32">
+ <Tool
+ Name="GeneralTool"
+ OutputDirectory="$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="2"
+ CharacterSet="1"/>
+ <Tool
+ Name="PreBuildEventTool"/>
+ <Tool
+ Name="CustomTool"/>
+ <Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="MidlCmplrTool"/>
+ <Tool
+ Name="CppCmplrTool"
+ Optimization="2"
+ AdditionalIncludeDirectories=""$(SolutionDir)\src";"C:\Boost\include\boost-1_34_1""
+ PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;IL_EXPORTS;OPENIMAGELIB_BUILD;HAVE_FLEX_STRING"
+ ExceptionHandling="2"
+ RuntimeLibrary="2"
+ BufferSecurityCheck="false"
+ FloatingPointModel="2"
+ OpenMP="true"
+ UsePrecompiledHeader="0"
+ WarningLevel="4"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="3"/>
+ <Tool
+ Name="VCManagedResourceCompilerTool"/>
+ <Tool
+ Name="ResCmplrTool"/>
+ <Tool
+ Name="PreLinkEventTool"/>
+ <Tool
+ Name="LinkerTool"
+ IgnoreImportLibrary="true"
+ OutputFile="$(OutDir)\openimagelib_dpx-vc80-r-0_5_0.dll"
+ LinkIncremental="1"
+ AdditionalLibraryDirectories="C:\Boost\lib;"$(SolutionDir)\src\openpluginlib\pl\$(ConfigurationName)""
+ GenerateDebugInformation="true"
+ SubSystem="2"
+ OptimizeReferences="2"
+ EnableCOMDATFolding="2"
+ TargetMachine="1"/>
+ <Tool
+ Name="VCALinkTool"/>
+ <Tool
+ Name="VCManifestTool"/>
+ <Tool
+ Name="VCXDCMakeTool"/>
+ <Tool
+ Name="BscMakeTool"/>
+ <Tool
+ Name="VCFxCopTool"/>
+ <Tool
+ Name="VCAppVerifierTool"/>
+ <Tool
+ Name="VCWebDeploymentTool"/>
+ <Tool
+ Name="PostBuildEventTool"/>
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
+ <File
+ RelativePath=".\dpx_plugin.cpp">
+ </File>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="h;hpp;hxx;hm;inl;inc;xsd"
+ UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
+ </Filter>
+ <Filter
+ Name="Resource Files"
+ Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
+ UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
+
Property changes on: trunk/lib/openlibraries/src/openimagelib/plugins/dpx/dpx_vc8.icproj
___________________________________________________________________
Name: svn:eol-style
+ native
Added: trunk/lib/openlibraries/src/openimagelib/plugins/exr/exr_vc8.icproj
===================================================================
--- trunk/lib/openlibraries/src/openimagelib/plugins/exr/exr_vc8.icproj (rev 0)
+++ trunk/lib/op...
[truncated message content] |
|
From: <gl...@us...> - 2007-10-28 19:45:49
|
Revision: 369
http://hdrflow.svn.sourceforge.net/hdrflow/?rev=369&view=rev
Author: glslang
Date: 2007-10-28 12:45:47 -0700 (Sun, 28 Oct 2007)
Log Message:
-----------
+ build fix
Modified Paths:
--------------
trunk/lib/openlibraries/src/umbrella_framework/openlibraries.hpp
Modified: trunk/lib/openlibraries/src/umbrella_framework/openlibraries.hpp
===================================================================
--- trunk/lib/openlibraries/src/umbrella_framework/openlibraries.hpp 2007-10-28 16:01:38 UTC (rev 368)
+++ trunk/lib/openlibraries/src/umbrella_framework/openlibraries.hpp 2007-10-28 19:45:47 UTC (rev 369)
@@ -8,10 +8,18 @@
#ifndef OPENLIBRARIES_INC_
#define OPENLIBRARIES_INC_
+#ifdef HAVE_CONFIG_H
+#include <openlibraries_global_config.hpp>
+#endif
+
+#ifdef HAVE_PYTHON
+
#ifndef __OBJC__
#include <boost/python.hpp>
#endif
+#endif
+
#include <GL/glew.h>
#include <boost/algorithm/string.hpp>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <gl...@us...> - 2007-10-28 16:01:39
|
Revision: 368
http://hdrflow.svn.sourceforge.net/hdrflow/?rev=368&view=rev
Author: glslang
Date: 2007-10-28 09:01:38 -0700 (Sun, 28 Oct 2007)
Log Message:
-----------
+ build fixes
Modified Paths:
--------------
trunk/lib/openlibraries/src/openmedialib/plugins/quicktime/quicktime_vc8.vcproj
Modified: trunk/lib/openlibraries/src/openmedialib/plugins/quicktime/quicktime_vc8.vcproj
===================================================================
--- trunk/lib/openlibraries/src/openmedialib/plugins/quicktime/quicktime_vc8.vcproj 2007-10-28 12:10:40 UTC (rev 367)
+++ trunk/lib/openlibraries/src/openmedialib/plugins/quicktime/quicktime_vc8.vcproj 2007-10-28 16:01:38 UTC (rev 368)
@@ -156,7 +156,7 @@
OutputFile="$(OutDir)\openmedialib_quicktime-vc80-r-0_5_0.dll"
LinkIncremental="1"
AdditionalLibraryDirectories="C:\Boost\lib;"$(SolutionDir)\src\openpluginlib\pl\$(ConfigurationName)";"$(SolutionDir)\src\openimagelib\il\$(ConfigurationName)";"C:\Program Files\QuickTime SDK\Libraries""
- IgnoreDefaultLibraryNames="libcmt.lib"
+ IgnoreDefaultLibraryNames=""
GenerateDebugInformation="true"
SubSystem="2"
OptimizeReferences="2"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <gl...@us...> - 2007-10-28 12:10:44
|
Revision: 367
http://hdrflow.svn.sourceforge.net/hdrflow/?rev=367&view=rev
Author: glslang
Date: 2007-10-28 05:10:40 -0700 (Sun, 28 Oct 2007)
Log Message:
-----------
+ eol-style to native
Modified Paths:
--------------
trunk/lib/openlibraries/src/openassetlib/plugins/sqlite/sqlite3_metadata_plugin.opl
trunk/lib/openlibraries/src/openeffectslib/plugins/tonemap/tonemap_plugin.opl
trunk/lib/openlibraries/src/openimagelib/plugins/3D_lightmap/3D_lightmap_plugin.opl
trunk/lib/openlibraries/src/openimagelib/plugins/bmp/bmp_plugin.opl
trunk/lib/openlibraries/src/openimagelib/plugins/dds/dds_plugin.opl
trunk/lib/openlibraries/src/openimagelib/plugins/dpx/dpx_plugin.opl
trunk/lib/openlibraries/src/openimagelib/plugins/exr/exr_plugin.opl
trunk/lib/openlibraries/src/openimagelib/plugins/gdi+/gdi_plugin.opl
trunk/lib/openlibraries/src/openimagelib/plugins/hdr/hdr_plugin.opl
trunk/lib/openlibraries/src/openimagelib/plugins/jpg/jpg_plugin.opl
trunk/lib/openlibraries/src/openimagelib/plugins/png/png_plugin.opl
trunk/lib/openlibraries/src/openimagelib/plugins/psd/psd_plugin.opl
trunk/lib/openlibraries/src/openimagelib/plugins/quicktime/quicktime_plugin.opl
trunk/lib/openlibraries/src/openimagelib/plugins/sgi/sgi_plugin.opl
trunk/lib/openlibraries/src/openimagelib/plugins/tga/tga_plugin.opl
trunk/lib/openlibraries/src/openimagelib/plugins/tiff/tiff_plugin.opl
trunk/lib/openlibraries/src/openmedialib/plugins/avformat/avformat_plugin.opl
trunk/lib/openlibraries/src/openmedialib/plugins/gensys/gensys_plugin.opl
trunk/lib/openlibraries/src/openmedialib/plugins/glew/glew_plugin.opl
trunk/lib/openlibraries/src/openmedialib/plugins/ofx/ofx_plugin.opl
trunk/lib/openlibraries/src/openmedialib/plugins/oil/oil_plugin.opl
trunk/lib/openlibraries/src/openmedialib/plugins/openal/openal_plugin.opl
trunk/lib/openlibraries/src/openmedialib/plugins/quicktime/quicktime_plugin.opl
trunk/lib/openlibraries/src/openmedialib/plugins/template/template_plugin.opl
trunk/lib/openlibraries/src/openobjectlib/plugins/3ds/3ds_plugin.opl
trunk/lib/openlibraries/src/openobjectlib/plugins/X3D/x3d_plugin.opl
trunk/lib/openlibraries/src/openobjectlib/plugins/obj/obj_plugin.opl
Property Changed:
----------------
trunk/lib/openlibraries/src/openassetlib/plugins/sqlite/sqlite3_metadata_plugin.opl
trunk/lib/openlibraries/src/openeffectslib/plugins/tonemap/tonemap_plugin.opl
trunk/lib/openlibraries/src/openimagelib/plugins/3D_lightmap/3D_lightmap_plugin.opl
trunk/lib/openlibraries/src/openimagelib/plugins/bmp/bmp_plugin.opl
trunk/lib/openlibraries/src/openimagelib/plugins/dds/dds_plugin.opl
trunk/lib/openlibraries/src/openimagelib/plugins/dpx/dpx_plugin.opl
trunk/lib/openlibraries/src/openimagelib/plugins/exr/exr_plugin.opl
trunk/lib/openlibraries/src/openimagelib/plugins/gdi+/gdi_plugin.opl
trunk/lib/openlibraries/src/openimagelib/plugins/hdr/hdr_plugin.opl
trunk/lib/openlibraries/src/openimagelib/plugins/jpg/jpg_plugin.opl
trunk/lib/openlibraries/src/openimagelib/plugins/png/png_plugin.opl
trunk/lib/openlibraries/src/openimagelib/plugins/psd/psd_plugin.opl
trunk/lib/openlibraries/src/openimagelib/plugins/quicktime/quicktime_plugin.opl
trunk/lib/openlibraries/src/openimagelib/plugins/sgi/sgi_plugin.opl
trunk/lib/openlibraries/src/openimagelib/plugins/tga/tga_plugin.opl
trunk/lib/openlibraries/src/openimagelib/plugins/tiff/tiff_plugin.opl
trunk/lib/openlibraries/src/openmedialib/plugins/avformat/avformat_plugin.opl
trunk/lib/openlibraries/src/openmedialib/plugins/gensys/gensys_plugin.opl
trunk/lib/openlibraries/src/openmedialib/plugins/glew/glew_plugin.opl
trunk/lib/openlibraries/src/openmedialib/plugins/ofx/ofx_plugin.opl
trunk/lib/openlibraries/src/openmedialib/plugins/oil/oil_plugin.opl
trunk/lib/openlibraries/src/openmedialib/plugins/openal/openal_plugin.opl
trunk/lib/openlibraries/src/openmedialib/plugins/quicktime/quicktime_plugin.opl
trunk/lib/openlibraries/src/openmedialib/plugins/template/template_plugin.opl
trunk/lib/openlibraries/src/openobjectlib/plugins/3ds/3ds_plugin.opl
trunk/lib/openlibraries/src/openobjectlib/plugins/X3D/x3d_plugin.opl
trunk/lib/openlibraries/src/openobjectlib/plugins/obj/obj_plugin.opl
Modified: trunk/lib/openlibraries/src/openassetlib/plugins/sqlite/sqlite3_metadata_plugin.opl
===================================================================
--- trunk/lib/openlibraries/src/openassetlib/plugins/sqlite/sqlite3_metadata_plugin.opl 2007-10-28 00:03:51 UTC (rev 366)
+++ trunk/lib/openlibraries/src/openassetlib/plugins/sqlite/sqlite3_metadata_plugin.opl 2007-10-28 12:10:40 UTC (rev 367)
@@ -1,6 +1,6 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<openlibraries version="1.0">
- <openassetlib name="oal" version="0.2.0">
- <plugin name="OpenLibraries sqlite3 metadata plugin" type="input" extension='".*sqlite.*"' merit="80" filename='"libopenassetlib_sqlite3_plugin.so", "libopenassetlib_sqlite3_plugin.dylib", "openassetlib_sqlite-vc80-r-0_5_0.dll", "openassetlib_sqlite-vc80-d-0_5_0.dll"'/>
- </openassetlib>
-</openlibraries>
+<?xml version="1.0" encoding="UTF-8"?>
+<openlibraries version="1.0">
+ <openassetlib name="oal" version="0.2.0">
+ <plugin name="OpenLibraries sqlite3 metadata plugin" type="input" extension='".*sqlite.*"' merit="80" filename='"libopenassetlib_sqlite3_plugin.so", "libopenassetlib_sqlite3_plugin.dylib", "openassetlib_sqlite-vc80-r-0_5_0.dll", "openassetlib_sqlite-vc80-d-0_5_0.dll"'/>
+ </openassetlib>
+</openlibraries>
Property changes on: trunk/lib/openlibraries/src/openassetlib/plugins/sqlite/sqlite3_metadata_plugin.opl
___________________________________________________________________
Name: svn:eol-style
+ native
Modified: trunk/lib/openlibraries/src/openeffectslib/plugins/tonemap/tonemap_plugin.opl
===================================================================
--- trunk/lib/openlibraries/src/openeffectslib/plugins/tonemap/tonemap_plugin.opl 2007-10-28 00:03:51 UTC (rev 366)
+++ trunk/lib/openlibraries/src/openeffectslib/plugins/tonemap/tonemap_plugin.opl 2007-10-28 12:10:40 UTC (rev 367)
@@ -1,7 +1,7 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<openlibraries version="1.0">
- <!-- plugins go here -->
- <openeffectslib name="oel" version="0.1.0">
- <plugin name="OpenLibraries tonemap plugin" type="filter" extension='"tm_linear", "tm_ilm_exr", "tm_ferwerda"' merit="0" filename='"libopeneffectslib_tonemap.so", "libopeneffectslib_tonemap.dylib", "openeffectslib_tonemap-vc80-d-0_5_0.dll", "openeffectslib_tonemap-vc80-r-0_5_0.dll"'/>
- </openeffectslib>
-</openlibraries>
+<?xml version="1.0" encoding="UTF-8"?>
+<openlibraries version="1.0">
+ <!-- plugins go here -->
+ <openeffectslib name="oel" version="0.1.0">
+ <plugin name="OpenLibraries tonemap plugin" type="filter" extension='"tm_linear", "tm_ilm_exr", "tm_ferwerda"' merit="0" filename='"libopeneffectslib_tonemap.so", "libopeneffectslib_tonemap.dylib", "openeffectslib_tonemap-vc80-d-0_5_0.dll", "openeffectslib_tonemap-vc80-r-0_5_0.dll"'/>
+ </openeffectslib>
+</openlibraries>
Property changes on: trunk/lib/openlibraries/src/openeffectslib/plugins/tonemap/tonemap_plugin.opl
___________________________________________________________________
Name: svn:eol-style
+ native
Modified: trunk/lib/openlibraries/src/openimagelib/plugins/3D_lightmap/3D_lightmap_plugin.opl
===================================================================
--- trunk/lib/openlibraries/src/openimagelib/plugins/3D_lightmap/3D_lightmap_plugin.opl 2007-10-28 00:03:51 UTC (rev 366)
+++ trunk/lib/openlibraries/src/openimagelib/plugins/3D_lightmap/3D_lightmap_plugin.opl 2007-10-28 12:10:40 UTC (rev 367)
@@ -1,7 +1,7 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<openlibraries version="1.0">
- <!-- plugins go here -->
- <openimagelib name="oil" version="0.2.0">
- <plugin name="OpenLibraries 3D lightmap plugin" type="input" extension='".*\.3D_lightmap"' merit="80" filename='"libopenimagelib_3D_lightmap.so", "libopenimagelib_3D_lightmap.dylib", "./plugins/openimagelib_3D_lightmap-vc80-d-0_5_0.dll" "./plugins/openimagelib_3D_lightmap-vc80-r-0_5_0.dll"'/>
- </openimagelib>
-</openlibraries>
+<?xml version="1.0" encoding="UTF-8"?>
+<openlibraries version="1.0">
+ <!-- plugins go here -->
+ <openimagelib name="oil" version="0.2.0">
+ <plugin name="OpenLibraries 3D lightmap plugin" type="input" extension='".*\.3D_lightmap"' merit="80" filename='"libopenimagelib_3D_lightmap.so", "libopenimagelib_3D_lightmap.dylib", "./plugins/openimagelib_3D_lightmap-vc80-d-0_5_0.dll" "./plugins/openimagelib_3D_lightmap-vc80-r-0_5_0.dll"'/>
+ </openimagelib>
+</openlibraries>
Property changes on: trunk/lib/openlibraries/src/openimagelib/plugins/3D_lightmap/3D_lightmap_plugin.opl
___________________________________________________________________
Name: svn:eol-style
+ native
Modified: trunk/lib/openlibraries/src/openimagelib/plugins/bmp/bmp_plugin.opl
===================================================================
--- trunk/lib/openlibraries/src/openimagelib/plugins/bmp/bmp_plugin.opl 2007-10-28 00:03:51 UTC (rev 366)
+++ trunk/lib/openlibraries/src/openimagelib/plugins/bmp/bmp_plugin.opl 2007-10-28 12:10:40 UTC (rev 367)
@@ -1,7 +1,7 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<openlibraries version="1.0">
- <!-- plugins go here -->
- <openimagelib name="oil" version="0.2.0">
- <plugin name="OpenLibraries BMP plugin" type="input" in_filter="*.bmp" extension='".*\.bmp"' merit="80" filename='"libopenimagelib_bmp.so", "libopenimagelib_bmp.dylib", "openimagelib_bmp-vc80-d-0_5_0.dll" "openimagelib_bmp-vc80-r-0_5_0.dll"'/>
- </openimagelib>
-</openlibraries>
+<?xml version="1.0" encoding="UTF-8"?>
+<openlibraries version="1.0">
+ <!-- plugins go here -->
+ <openimagelib name="oil" version="0.2.0">
+ <plugin name="OpenLibraries BMP plugin" type="input" in_filter="*.bmp" extension='".*\.bmp"' merit="80" filename='"libopenimagelib_bmp.so", "libopenimagelib_bmp.dylib", "openimagelib_bmp-vc80-d-0_5_0.dll" "openimagelib_bmp-vc80-r-0_5_0.dll"'/>
+ </openimagelib>
+</openlibraries>
Property changes on: trunk/lib/openlibraries/src/openimagelib/plugins/bmp/bmp_plugin.opl
___________________________________________________________________
Name: svn:eol-style
+ native
Modified: trunk/lib/openlibraries/src/openimagelib/plugins/dds/dds_plugin.opl
===================================================================
--- trunk/lib/openlibraries/src/openimagelib/plugins/dds/dds_plugin.opl 2007-10-28 00:03:51 UTC (rev 366)
+++ trunk/lib/openlibraries/src/openimagelib/plugins/dds/dds_plugin.opl 2007-10-28 12:10:40 UTC (rev 367)
@@ -1,7 +1,7 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<openlibraries version="1.0">
- <!-- plugins go here -->
- <openimagelib name="oil" version="0.2.0">
- <plugin name="OpenLibraries DDS plugin" type="input" in_filter="*.dds" extension='".*\.dds"' merit="80" filename='"libopenimagelib_dds.so", "libopenimagelib_dds.dylib", "openimagelib_dds-vc80-d-0_5_0.dll", "openimagelib_dds-vc80-r-0_5_0.dll"'/>
- </openimagelib>
-</openlibraries>
+<?xml version="1.0" encoding="UTF-8"?>
+<openlibraries version="1.0">
+ <!-- plugins go here -->
+ <openimagelib name="oil" version="0.2.0">
+ <plugin name="OpenLibraries DDS plugin" type="input" in_filter="*.dds" extension='".*\.dds"' merit="80" filename='"libopenimagelib_dds.so", "libopenimagelib_dds.dylib", "openimagelib_dds-vc80-d-0_5_0.dll", "openimagelib_dds-vc80-r-0_5_0.dll"'/>
+ </openimagelib>
+</openlibraries>
Property changes on: trunk/lib/openlibraries/src/openimagelib/plugins/dds/dds_plugin.opl
___________________________________________________________________
Name: svn:eol-style
+ native
Modified: trunk/lib/openlibraries/src/openimagelib/plugins/dpx/dpx_plugin.opl
===================================================================
--- trunk/lib/openlibraries/src/openimagelib/plugins/dpx/dpx_plugin.opl 2007-10-28 00:03:51 UTC (rev 366)
+++ trunk/lib/openlibraries/src/openimagelib/plugins/dpx/dpx_plugin.opl 2007-10-28 12:10:40 UTC (rev 367)
@@ -1,8 +1,8 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<openlibraries version="1.0">
- <!-- plugins go here -->
- <openimagelib name="oil" version="0.2.0">
- <plugin name="OpenLibraries DPX plugin" type="input" in_filter="*.dpx" extension='".*\.dpx"' merit="80" filename='"libopenimagelib_dpx.so", "libopenimagelib_dpx.dylib", "openimagelib_dpx-vc80-d-0_5_0.dll", "openimagelib_dpx-vc80-r-0_5_0.dll"'/>
- <plugin name="OpenLibraries DPX plugin" type="output" in_filter="*.dpx" extension='".*\.dpx"' merit="80" filename='"libopenimagelib_dpx.so", "libopenimagelib_dpx.dylib", "openimagelib_dpx-vc80-d-0_5_0.dll", "openimagelib_dpx-vc80-r-0_5_0.dll"'/>
- </openimagelib>
-</openlibraries>
+<?xml version="1.0" encoding="UTF-8"?>
+<openlibraries version="1.0">
+ <!-- plugins go here -->
+ <openimagelib name="oil" version="0.2.0">
+ <plugin name="OpenLibraries DPX plugin" type="input" in_filter="*.dpx" extension='".*\.dpx"' merit="80" filename='"libopenimagelib_dpx.so", "libopenimagelib_dpx.dylib", "openimagelib_dpx-vc80-d-0_5_0.dll", "openimagelib_dpx-vc80-r-0_5_0.dll"'/>
+ <plugin name="OpenLibraries DPX plugin" type="output" in_filter="*.dpx" extension='".*\.dpx"' merit="80" filename='"libopenimagelib_dpx.so", "libopenimagelib_dpx.dylib", "openimagelib_dpx-vc80-d-0_5_0.dll", "openimagelib_dpx-vc80-r-0_5_0.dll"'/>
+ </openimagelib>
+</openlibraries>
Property changes on: trunk/lib/openlibraries/src/openimagelib/plugins/dpx/dpx_plugin.opl
___________________________________________________________________
Name: svn:eol-style
+ native
Modified: trunk/lib/openlibraries/src/openimagelib/plugins/exr/exr_plugin.opl
===================================================================
--- trunk/lib/openlibraries/src/openimagelib/plugins/exr/exr_plugin.opl 2007-10-28 00:03:51 UTC (rev 366)
+++ trunk/lib/openlibraries/src/openimagelib/plugins/exr/exr_plugin.opl 2007-10-28 12:10:40 UTC (rev 367)
@@ -1,7 +1,7 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<openlibraries version="1.0">
- <!-- plugins go here -->
- <openimagelib name="oil" version="0.2.0">
- <plugin name="OpenLibraries EXR plugin" type="input" in_filter="*.exr" extension='".*\.exr"' merit="40" filename='"libopenimagelib_exr.so", "libopenimagelib_exr.dylib", "openimagelib_exr-vc80-d-0_5_0.dll", "openimagelib_exr-vc80-r-0_5_0.dll"'/>
- </openimagelib>
-</openlibraries>
+<?xml version="1.0" encoding="UTF-8"?>
+<openlibraries version="1.0">
+ <!-- plugins go here -->
+ <openimagelib name="oil" version="0.2.0">
+ <plugin name="OpenLibraries EXR plugin" type="input" in_filter="*.exr" extension='".*\.exr"' merit="40" filename='"libopenimagelib_exr.so", "libopenimagelib_exr.dylib", "openimagelib_exr-vc80-d-0_5_0.dll", "openimagelib_exr-vc80-r-0_5_0.dll"'/>
+ </openimagelib>
+</openlibraries>
Property changes on: trunk/lib/openlibraries/src/openimagelib/plugins/exr/exr_plugin.opl
___________________________________________________________________
Name: svn:eol-style
+ native
Modified: trunk/lib/openlibraries/src/openimagelib/plugins/gdi+/gdi_plugin.opl
===================================================================
--- trunk/lib/openlibraries/src/openimagelib/plugins/gdi+/gdi_plugin.opl 2007-10-28 00:03:51 UTC (rev 366)
+++ trunk/lib/openlibraries/src/openimagelib/plugins/gdi+/gdi_plugin.opl 2007-10-28 12:10:40 UTC (rev 367)
@@ -1,7 +1,7 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<openlibraries version="1.0">
- <!-- plugins go here -->
- <openimagelib name="oil" version="0.2.0">
- <plugin name="OpenLibraries GDI+ plugin" type="input" in_filter="*.bmp *.gif *.jpg *.jpeg *.png, *.tif *.tiff *.wmf *.emf *.ico" extension='".*\.bmp", ".*\.gif", ".*\.jpg", ".*\.jpeg", ".*\.png", ".*\.tif", ".*\.tiff", ".*\.wmf", ".*\.emf", ".*\.ico"' merit="40" filename='"openimagelib_gdi-vc80-d-0_5_0.dll", "openimagelib_gdi-vc80-r-0_5_0.dll"'/>
- </openimagelib>
-</openlibraries>
+<?xml version="1.0" encoding="UTF-8"?>
+<openlibraries version="1.0">
+ <!-- plugins go here -->
+ <openimagelib name="oil" version="0.2.0">
+ <plugin name="OpenLibraries GDI+ plugin" type="input" in_filter="*.bmp *.gif *.jpg *.jpeg *.png, *.tif *.tiff *.wmf *.emf *.ico" extension='".*\.bmp", ".*\.gif", ".*\.jpg", ".*\.jpeg", ".*\.png", ".*\.tif", ".*\.tiff", ".*\.wmf", ".*\.emf", ".*\.ico"' merit="40" filename='"openimagelib_gdi-vc80-d-0_5_0.dll", "openimagelib_gdi-vc80-r-0_5_0.dll"'/>
+ </openimagelib>
+</openlibraries>
Property changes on: trunk/lib/openlibraries/src/openimagelib/plugins/gdi+/gdi_plugin.opl
___________________________________________________________________
Name: svn:eol-style
+ native
Modified: trunk/lib/openlibraries/src/openimagelib/plugins/hdr/hdr_plugin.opl
===================================================================
--- trunk/lib/openlibraries/src/openimagelib/plugins/hdr/hdr_plugin.opl 2007-10-28 00:03:51 UTC (rev 366)
+++ trunk/lib/openlibraries/src/openimagelib/plugins/hdr/hdr_plugin.opl 2007-10-28 12:10:40 UTC (rev 367)
@@ -1,7 +1,7 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<openlibraries version="1.0">
- <!-- plugins go here -->
- <openimagelib name="oil" version="0.2.0">
- <plugin name="OpenLibraries HDR plugin" type="input" in_filter="*.hdr" extension='".*\.hdr"' merit="80" filename='"libopenimagelib_hdr.so", "libopenimagelib_hdr.dylib", "openimagelib_hdr-vc80-d-0_5_0.dll", "openimagelib_hdr-vc80-r-0_5_0.dll"'/>
- </openimagelib>
-</openlibraries>
+<?xml version="1.0" encoding="UTF-8"?>
+<openlibraries version="1.0">
+ <!-- plugins go here -->
+ <openimagelib name="oil" version="0.2.0">
+ <plugin name="OpenLibraries HDR plugin" type="input" in_filter="*.hdr" extension='".*\.hdr"' merit="80" filename='"libopenimagelib_hdr.so", "libopenimagelib_hdr.dylib", "openimagelib_hdr-vc80-d-0_5_0.dll", "openimagelib_hdr-vc80-r-0_5_0.dll"'/>
+ </openimagelib>
+</openlibraries>
Property changes on: trunk/lib/openlibraries/src/openimagelib/plugins/hdr/hdr_plugin.opl
___________________________________________________________________
Name: svn:eol-style
+ native
Modified: trunk/lib/openlibraries/src/openimagelib/plugins/jpg/jpg_plugin.opl
===================================================================
--- trunk/lib/openlibraries/src/openimagelib/plugins/jpg/jpg_plugin.opl 2007-10-28 00:03:51 UTC (rev 366)
+++ trunk/lib/openlibraries/src/openimagelib/plugins/jpg/jpg_plugin.opl 2007-10-28 12:10:40 UTC (rev 367)
@@ -1,8 +1,8 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<openlibraries version="1.0">
- <!-- plugins go here -->
- <openimagelib name="oil" version="0.2.0">
- <plugin name="OpenLibraries JPG plugin" type="input" in_filter="*.jpg" extension='".*\.jpg"' merit="80" filename='"libopenimagelib_jpg.so", "libopenimagelib_jpg.dylib", "openimagelib_jpg-vc80-d-0_5_0.dll", "openimagelib_jpg-vc80-r-0_5_0.dll"'/>
- <plugin name="OpenLibraries JPG plugin" type="output" in_filter="*.jpg" extension='".*\.jpg"' merit="80" filename='"libopenimagelib_jpg.so", "libopenimagelib_jpg.dylib", "openimagelib_jpg-vc80-d-0_5_0.dll", "openimagelib_jpg-vc80-r-0_5_0.dll"'/>
- </openimagelib>
-</openlibraries>
+<?xml version="1.0" encoding="UTF-8"?>
+<openlibraries version="1.0">
+ <!-- plugins go here -->
+ <openimagelib name="oil" version="0.2.0">
+ <plugin name="OpenLibraries JPG plugin" type="input" in_filter="*.jpg" extension='".*\.jpg"' merit="80" filename='"libopenimagelib_jpg.so", "libopenimagelib_jpg.dylib", "openimagelib_jpg-vc80-d-0_5_0.dll", "openimagelib_jpg-vc80-r-0_5_0.dll"'/>
+ <plugin name="OpenLibraries JPG plugin" type="output" in_filter="*.jpg" extension='".*\.jpg"' merit="80" filename='"libopenimagelib_jpg.so", "libopenimagelib_jpg.dylib", "openimagelib_jpg-vc80-d-0_5_0.dll", "openimagelib_jpg-vc80-r-0_5_0.dll"'/>
+ </openimagelib>
+</openlibraries>
Property changes on: trunk/lib/openlibraries/src/openimagelib/plugins/jpg/jpg_plugin.opl
___________________________________________________________________
Name: svn:eol-style
+ native
Modified: trunk/lib/openlibraries/src/openimagelib/plugins/png/png_plugin.opl
===================================================================
--- trunk/lib/openlibraries/src/openimagelib/plugins/png/png_plugin.opl 2007-10-28 00:03:51 UTC (rev 366)
+++ trunk/lib/openlibraries/src/openimagelib/plugins/png/png_plugin.opl 2007-10-28 12:10:40 UTC (rev 367)
@@ -1,8 +1,8 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<openlibraries version="1.0">
- <!-- plugins go here -->
- <openimagelib name="oil" version="0.2.0">
- <plugin name="OpenLibraries PNG plugin" type="input" extension='".*\.png"' merit="80" filename='"libopenimagelib_png.so", "libopenimagelib_png.dylib", "openimagelib_png-vc80-d-0_5_0.dll", "openimagelib_png-vc80-r-0_5_0.dll"'/>
- <plugin name="OpenLibraries PNG plugin" type="output" extension='".*\.png"' merit="80" filename='"libopenimagelib_png.so", "libopenimagelib_png.dylib", "openimagelib_png-vc80-d-0_5_0.dll", "openimagelib_png-vc80-r-0_5_0.dll"'/>
- </openimagelib>
-</openlibraries>
+<?xml version="1.0" encoding="UTF-8"?>
+<openlibraries version="1.0">
+ <!-- plugins go here -->
+ <openimagelib name="oil" version="0.2.0">
+ <plugin name="OpenLibraries PNG plugin" type="input" extension='".*\.png"' merit="80" filename='"libopenimagelib_png.so", "libopenimagelib_png.dylib", "openimagelib_png-vc80-d-0_5_0.dll", "openimagelib_png-vc80-r-0_5_0.dll"'/>
+ <plugin name="OpenLibraries PNG plugin" type="output" extension='".*\.png"' merit="80" filename='"libopenimagelib_png.so", "libopenimagelib_png.dylib", "openimagelib_png-vc80-d-0_5_0.dll", "openimagelib_png-vc80-r-0_5_0.dll"'/>
+ </openimagelib>
+</openlibraries>
Property changes on: trunk/lib/openlibraries/src/openimagelib/plugins/png/png_plugin.opl
___________________________________________________________________
Name: svn:eol-style
+ native
Modified: trunk/lib/openlibraries/src/openimagelib/plugins/psd/psd_plugin.opl
===================================================================
--- trunk/lib/openlibraries/src/openimagelib/plugins/psd/psd_plugin.opl 2007-10-28 00:03:51 UTC (rev 366)
+++ trunk/lib/openlibraries/src/openimagelib/plugins/psd/psd_plugin.opl 2007-10-28 12:10:40 UTC (rev 367)
@@ -1,7 +1,7 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<openlibraries version="1.0">
- <!-- plugins go here -->
- <openimagelib name="oil" version="0.2.0">
- <plugin name="OpenLibraries PSD plugin" type="input" extension='".*\.psd"' merit="80" filename='"libopenimagelib_psd.so", "libopenimagelib_psd.dylib", "openimagelib_psd-vc80-d-0_5_0.dll" "openimagelib_psd-vc80-r-0_5_0.dll"'/>
- </openimagelib>
-</openlibraries>
+<?xml version="1.0" encoding="UTF-8"?>
+<openlibraries version="1.0">
+ <!-- plugins go here -->
+ <openimagelib name="oil" version="0.2.0">
+ <plugin name="OpenLibraries PSD plugin" type="input" extension='".*\.psd"' merit="80" filename='"libopenimagelib_psd.so", "libopenimagelib_psd.dylib", "openimagelib_psd-vc80-d-0_5_0.dll" "openimagelib_psd-vc80-r-0_5_0.dll"'/>
+ </openimagelib>
+</openlibraries>
Property changes on: trunk/lib/openlibraries/src/openimagelib/plugins/psd/psd_plugin.opl
___________________________________________________________________
Name: svn:eol-style
+ native
Modified: trunk/lib/openlibraries/src/openimagelib/plugins/quicktime/quicktime_plugin.opl
===================================================================
--- trunk/lib/openlibraries/src/openimagelib/plugins/quicktime/quicktime_plugin.opl 2007-10-28 00:03:51 UTC (rev 366)
+++ trunk/lib/openlibraries/src/openimagelib/plugins/quicktime/quicktime_plugin.opl 2007-10-28 12:10:40 UTC (rev 367)
@@ -1,7 +1,7 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<openlibraries version="1.0">
- <!-- plugins go here -->
- <openimagelib name="oil" version="0.2.0">
- <plugin name="OpenLibraries QuickTime plugin" type="input" in_filter="*.sgi *.rgb *.rgba *.la *.bw *.pict *.text *.gif *.png *.pics *.tiff *.psd *.tif *.bmp *.jpg *.jif *.jpeg *.tga *.qtif *.jp2" extension='".*\.sgi", ".*\.rgb", ".*\.rgba", ".*\.la", ".*\.bw", ".*\.pict", ".*\.text", ".*\.gif", ".*\.png", ".*\.pics", ".*\.tiff", ".*\.psd", ".*\.tif", ".*\.bmp", ".*\.jpg", ".*\.jif", ".*\.jpeg", ".*\.tga", ".*\.qtif", ".*\.jp2"' merit="40" filename='"libopenimagelib_quicktime.so", "libopenimagelib_quicktime.dylib", "openimagelib_quicktime-vc80-d-0_5_0.dll", "openimagelib_quicktime-vc80-r-0_5_0.dll"'/>
- </openimagelib>
-</openlibraries>
+<?xml version="1.0" encoding="UTF-8"?>
+<openlibraries version="1.0">
+ <!-- plugins go here -->
+ <openimagelib name="oil" version="0.2.0">
+ <plugin name="OpenLibraries QuickTime plugin" type="input" in_filter="*.sgi *.rgb *.rgba *.la *.bw *.pict *.text *.gif *.png *.pics *.tiff *.psd *.tif *.bmp *.jpg *.jif *.jpeg *.tga *.qtif *.jp2" extension='".*\.sgi", ".*\.rgb", ".*\.rgba", ".*\.la", ".*\.bw", ".*\.pict", ".*\.text", ".*\.gif", ".*\.png", ".*\.pics", ".*\.tiff", ".*\.psd", ".*\.tif", ".*\.bmp", ".*\.jpg", ".*\.jif", ".*\.jpeg", ".*\.tga", ".*\.qtif", ".*\.jp2"' merit="40" filename='"libopenimagelib_quicktime.so", "libopenimagelib_quicktime.dylib", "openimagelib_quicktime-vc80-d-0_5_0.dll", "openimagelib_quicktime-vc80-r-0_5_0.dll"'/>
+ </openimagelib>
+</openlibraries>
Property changes on: trunk/lib/openlibraries/src/openimagelib/plugins/quicktime/quicktime_plugin.opl
___________________________________________________________________
Name: svn:eol-style
+ native
Modified: trunk/lib/openlibraries/src/openimagelib/plugins/sgi/sgi_plugin.opl
===================================================================
--- trunk/lib/openlibraries/src/openimagelib/plugins/sgi/sgi_plugin.opl 2007-10-28 00:03:51 UTC (rev 366)
+++ trunk/lib/openlibraries/src/openimagelib/plugins/sgi/sgi_plugin.opl 2007-10-28 12:10:40 UTC (rev 367)
@@ -1,7 +1,7 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<openlibraries version="1.0">
- <!-- plugins go here -->
- <openimagelib name="oil" version="0.2.0">
- <plugin name="OpenLibraries SGI plugin" type="input" in_filter="*.sgi *.rgb *.rgba *.la *.bw" extension='".*\.sgi", ".*\.rgb", ".*\.rgba", ".*\.la", ".*\.bw"' merit="40" filename='"libopenimagelib_sgi.so", "libopenimagelib_sgi.dylib", "openimagelib_sgi-vc80-d-0_5_0.dll", "openimagelib_sgi-vc80-r-0_5_0.dll"'/>
- </openimagelib>
-</openlibraries>
+<?xml version="1.0" encoding="UTF-8"?>
+<openlibraries version="1.0">
+ <!-- plugins go here -->
+ <openimagelib name="oil" version="0.2.0">
+ <plugin name="OpenLibraries SGI plugin" type="input" in_filter="*.sgi *.rgb *.rgba *.la *.bw" extension='".*\.sgi", ".*\.rgb", ".*\.rgba", ".*\.la", ".*\.bw"' merit="40" filename='"libopenimagelib_sgi.so", "libopenimagelib_sgi.dylib", "openimagelib_sgi-vc80-d-0_5_0.dll", "openimagelib_sgi-vc80-r-0_5_0.dll"'/>
+ </openimagelib>
+</openlibraries>
Property changes on: trunk/lib/openlibraries/src/openimagelib/plugins/sgi/sgi_plugin.opl
___________________________________________________________________
Name: svn:eol-style
+ native
Modified: trunk/lib/openlibraries/src/openimagelib/plugins/tga/tga_plugin.opl
===================================================================
--- trunk/lib/openlibraries/src/openimagelib/plugins/tga/tga_plugin.opl 2007-10-28 00:03:51 UTC (rev 366)
+++ trunk/lib/openlibraries/src/openimagelib/plugins/tga/tga_plugin.opl 2007-10-28 12:10:40 UTC (rev 367)
@@ -1,7 +1,7 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<openlibraries version="1.0">
- <!-- plugins go here -->
- <openimagelib name="oil" version="0.2.0">
- <plugin name="OpenLibraries TGA plugin" type="input" in_filter="*.tga" extension='".*\.tga"' merit="80" filename='"libopenimagelib_tga.so", "libopenimagelib_tga.dylib", "openimagelib_tga-vc80-d-0_5_0.dll", "openimagelib_tga-vc80-r-0_5_0.dll"'/>
- </openimagelib>
-</openlibraries>
+<?xml version="1.0" encoding="UTF-8"?>
+<openlibraries version="1.0">
+ <!-- plugins go here -->
+ <openimagelib name="oil" version="0.2.0">
+ <plugin name="OpenLibraries TGA plugin" type="input" in_filter="*.tga" extension='".*\.tga"' merit="80" filename='"libopenimagelib_tga.so", "libopenimagelib_tga.dylib", "openimagelib_tga-vc80-d-0_5_0.dll", "openimagelib_tga-vc80-r-0_5_0.dll"'/>
+ </openimagelib>
+</openlibraries>
Property changes on: trunk/lib/openlibraries/src/openimagelib/plugins/tga/tga_plugin.opl
___________________________________________________________________
Name: svn:eol-style
+ native
Modified: trunk/lib/openlibraries/src/openimagelib/plugins/tiff/tiff_plugin.opl
===================================================================
--- trunk/lib/openlibraries/src/openimagelib/plugins/tiff/tiff_plugin.opl 2007-10-28 00:03:51 UTC (rev 366)
+++ trunk/lib/openlibraries/src/openimagelib/plugins/tiff/tiff_plugin.opl 2007-10-28 12:10:40 UTC (rev 367)
@@ -1,7 +1,7 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<openlibraries version="1.0">
- <!-- plugins go here -->
- <openimagelib name="oil" version="0.2.0">
- <plugin name="OpenLibraries TIFF plugin" type="input" in_filter="*.tiff *.tif" extension='".*\.tiff", ".*\.tif"' merit="30" filename='"libopenimagelib_tiff.so", "libopenimagelib_tiff.dylib", "openimagelib_tiff-vc80-d-0_5_0.dll", "openimagelib_tiff-vc80-r-0_5_0.dll"'/>
- </openimagelib>
-</openlibraries>
+<?xml version="1.0" encoding="UTF-8"?>
+<openlibraries version="1.0">
+ <!-- plugins go here -->
+ <openimagelib name="oil" version="0.2.0">
+ <plugin name="OpenLibraries TIFF plugin" type="input" in_filter="*.tiff *.tif" extension='".*\.tiff", ".*\.tif"' merit="30" filename='"libopenimagelib_tiff.so", "libopenimagelib_tiff.dylib", "openimagelib_tiff-vc80-d-0_5_0.dll", "openimagelib_tiff-vc80-r-0_5_0.dll"'/>
+ </openimagelib>
+</openlibraries>
Property changes on: trunk/lib/openlibraries/src/openimagelib/plugins/tiff/tiff_plugin.opl
___________________________________________________________________
Name: svn:eol-style
+ native
Modified: trunk/lib/openlibraries/src/openmedialib/plugins/avformat/avformat_plugin.opl
===================================================================
--- trunk/lib/openlibraries/src/openmedialib/plugins/avformat/avformat_plugin.opl 2007-10-28 00:03:51 UTC (rev 366)
+++ trunk/lib/openlibraries/src/openmedialib/plugins/avformat/avformat_plugin.opl 2007-10-28 12:10:40 UTC (rev 367)
@@ -1,9 +1,9 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<openlibraries version="1.0">
- <!-- plugins go here -->
- <openmedialib name="oml" version="0.1.0">
- <plugin name="OpenLibraries avformat plugin" type="input" in_filter="*.avi *.dv *.dif *.mpg *.mpeg *.mp3 *.mp2 *.wav *.aif" extension='"oml:.*", ".*\.avi", ".*\.dv", ".*\.dif", ".*\.mp4", ".*\.mov", ".*\.mpg", ".*\.mpeg", ".*\.mp3", ".*\.mp2", ".*\.mxf", ".*\.wav", ".*\.wmv", ".*\.aif", "/dev/.*1394/.*", "dv:-", "mpeg:-", ".*\.flv", ".*\.swf", ".*\.asf", ".*\.ts", ".*\.vob"' merit="5" filename='"libopenmedialib_avformat.so", "libopenmedialib_avformat.dylib", "openmedialib_avformat-vc80-d-0_5_0.dll", "openmedialib_avformat-vc80-r-0_5_0.dll"'/>
- <plugin name="OpenLibraries avformat plugin" type="output" extension='"pipe:", ".*\.mpg", ".*\.avi", ".*\.dv", ".*\.mov", ".*\.ogg", ".*\.mp2", ".*\.mp3", ".*\.mp4", ".*\.vob", ".*\.wav", ".*\.flv", ".*\.swf", ".*\.swf"' merit="5" filename='"libopenmedialib_avformat.so", "libopenmedialib_avformat.dylib", "openmedialib_avformat-vc80-d-0_5_0.dll", "openmedialib_avformat-vc80-r-0_5_0.dll"'/>
- <plugin name="OpenLibraries avformat plugin" type="filter" extension='"resampler"' merit="0" filename='"libopenmedialib_avformat.so", "libopenmedialib_avformat.dylib", "openmedialib_avformat-vc80-d-0_5_0.dll", "openmedialib_avformat-vc80-r-0_5_0.dll"'/>
- </openmedialib>
-</openlibraries>
+<?xml version="1.0" encoding="UTF-8"?>
+<openlibraries version="1.0">
+ <!-- plugins go here -->
+ <openmedialib name="oml" version="0.1.0">
+ <plugin name="OpenLibraries avformat plugin" type="input" in_filter="*.avi *.dv *.dif *.mpg *.mpeg *.mp3 *.mp2 *.wav *.aif" extension='"oml:.*", ".*\.avi", ".*\.dv", ".*\.dif", ".*\.mp4", ".*\.mov", ".*\.mpg", ".*\.mpeg", ".*\.mp3", ".*\.mp2", ".*\.mxf", ".*\.wav", ".*\.wmv", ".*\.aif", "/dev/.*1394/.*", "dv:-", "mpeg:-", ".*\.flv", ".*\.swf", ".*\.asf", ".*\.ts", ".*\.vob"' merit="5" filename='"libopenmedialib_avformat.so", "libopenmedialib_avformat.dylib", "openmedialib_avformat-vc80-d-0_5_0.dll", "openmedialib_avformat-vc80-r-0_5_0.dll"'/>
+ <plugin name="OpenLibraries avformat plugin" type="output" extension='"pipe:", ".*\.mpg", ".*\.avi", ".*\.dv", ".*\.mov", ".*\.ogg", ".*\.mp2", ".*\.mp3", ".*\.mp4", ".*\.vob", ".*\.wav", ".*\.flv", ".*\.swf", ".*\.swf"' merit="5" filename='"libopenmedialib_avformat.so", "libopenmedialib_avformat.dylib", "openmedialib_avformat-vc80-d-0_5_0.dll", "openmedialib_avformat-vc80-r-0_5_0.dll"'/>
+ <plugin name="OpenLibraries avformat plugin" type="filter" extension='"resampler"' merit="0" filename='"libopenmedialib_avformat.so", "libopenmedialib_avformat.dylib", "openmedialib_avformat-vc80-d-0_5_0.dll", "openmedialib_avformat-vc80-r-0_5_0.dll"'/>
+ </openmedialib>
+</openlibraries>
Property changes on: trunk/lib/openlibraries/src/openmedialib/plugins/avformat/avformat_plugin.opl
___________________________________________________________________
Name: svn:eol-style
+ native
Modified: trunk/lib/openlibraries/src/openmedialib/plugins/gensys/gensys_plugin.opl
===================================================================
--- trunk/lib/openlibraries/src/openmedialib/plugins/gensys/gensys_plugin.opl 2007-10-28 00:03:51 UTC (rev 366)
+++ trunk/lib/openlibraries/src/openmedialib/plugins/gensys/gensys_plugin.opl 2007-10-28 12:10:40 UTC (rev 367)
@@ -1,8 +1,8 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<openlibraries version="1.0">
- <!-- plugins go here -->
- <openmedialib name="oml" version="0.1.0">
- <plugin name="OpenLibraries gensys plugin" type="input" extension='"colour:", "color:", "pusher:"' merit="0" filename='"libopenmedialib_gensys.so", "libopenmedialib_gensys.dylib", "openmedialib_gensys-vc80-d-0_5_0.dll", "openmedialib_gensys-vc80-r-0_5_0.dll"'/>
- <plugin name="OpenLibraries gensys plugin" type="filter" extension='"bezier", "chroma", "clip", "composite", "conform", "correction", "crop", "deinterlace", "lerp", "playlist", "temporal", "threader", "visualise", "frame_rate"' merit="0" filename='"libopenmedialib_gensys.so", "libopenmedialib_gensys.dylib", "openmedialib_gensys-vc80-d-0_5_0.dll", "openmedialib_gensys-vc80-r-0_5_0.dll"'/>
- </openmedialib>
-</openlibraries>
+<?xml version="1.0" encoding="UTF-8"?>
+<openlibraries version="1.0">
+ <!-- plugins go here -->
+ <openmedialib name="oml" version="0.1.0">
+ <plugin name="OpenLibraries gensys plugin" type="input" extension='"colour:", "color:", "pusher:"' merit="0" filename='"libopenmedialib_gensys.so", "libopenmedialib_gensys.dylib", "openmedialib_gensys-vc80-d-0_5_0.dll", "openmedialib_gensys-vc80-r-0_5_0.dll"'/>
+ <plugin name="OpenLibraries gensys plugin" type="filter" extension='"bezier", "chroma", "clip", "composite", "conform", "correction", "crop", "deinterlace", "lerp", "playlist", "temporal", "threader", "visualise", "frame_rate"' merit="0" filename='"libopenmedialib_gensys.so", "libopenmedialib_gensys.dylib", "openmedialib_gensys-vc80-d-0_5_0.dll", "openmedialib_gensys-vc80-r-0_5_0.dll"'/>
+ </openmedialib>
+</openlibraries>
Property changes on: trunk/lib/openlibraries/src/openmedialib/plugins/gensys/gensys_plugin.opl
___________________________________________________________________
Name: svn:eol-style
+ native
Modified: trunk/lib/openlibraries/src/openmedialib/plugins/glew/glew_plugin.opl
===================================================================
--- trunk/lib/openlibraries/src/openmedialib/plugins/glew/glew_plugin.opl 2007-10-28 00:03:51 UTC (rev 366)
+++ trunk/lib/openlibraries/src/openmedialib/plugins/glew/glew_plugin.opl 2007-10-28 12:10:40 UTC (rev 367)
@@ -1,7 +1,7 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<openlibraries version="1.0">
- <!-- plugins go here -->
- <openmedialib name="oml" version="0.1.0">
- <plugin name="OpenLibraries glew plugin" type="output" extension='"glew:"' merit="0" filename='"libopenmedialib_glew.so", "libopenmedialib_glew.dylib", "openmedialib_glew-vc80-d-0_5_0.dll", "openmedialib_glew-vc80-r-0_5_0.dll"'/>
- </openmedialib>
-</openlibraries>
+<?xml version="1.0" encoding="UTF-8"?>
+<openlibraries version="1.0">
+ <!-- plugins go here -->
+ <openmedialib name="oml" version="0.1.0">
+ <plugin name="OpenLibraries glew plugin" type="output" extension='"glew:"' merit="0" filename='"libopenmedialib_glew.so", "libopenmedialib_glew.dylib", "openmedialib_glew-vc80-d-0_5_0.dll", "openmedialib_glew-vc80-r-0_5_0.dll"'/>
+ </openmedialib>
+</openlibraries>
Property changes on: trunk/lib/openlibraries/src/openmedialib/plugins/glew/glew_plugin.opl
___________________________________________________________________
Name: svn:eol-style
+ native
Modified: trunk/lib/openlibraries/src/openmedialib/plugins/ofx/ofx_plugin.opl
===================================================================
--- trunk/lib/openlibraries/src/openmedialib/plugins/ofx/ofx_plugin.opl 2007-10-28 00:03:51 UTC (rev 366)
+++ trunk/lib/openlibraries/src/openmedialib/plugins/ofx/ofx_plugin.opl 2007-10-28 12:10:40 UTC (rev 367)
@@ -1,7 +1,7 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<openlibraries version="1.0">
- <!-- plugins go here -->
- <openmedialib name="oml" version="0.1.0">
- <plugin name="OpenLibraries ofx plugin" type="filter" extension='"ofx_.*"' merit="0" filename='"libopenmedialib_ofx.so", "libopenmedialib_ofx.dylib", "openmedialib_ofx-vc80-d-0_5_0.dll", "openmedialib_ofx-vc80-r-0_5_0.dll"'/>
- </openmedialib>
-</openlibraries>
+<?xml version="1.0" encoding="UTF-8"?>
+<openlibraries version="1.0">
+ <!-- plugins go here -->
+ <openmedialib name="oml" version="0.1.0">
+ <plugin name="OpenLibraries ofx plugin" type="filter" extension='"ofx_.*"' merit="0" filename='"libopenmedialib_ofx.so", "libopenmedialib_ofx.dylib", "openmedialib_ofx-vc80-d-0_5_0.dll", "openmedialib_ofx-vc80-r-0_5_0.dll"'/>
+ </openmedialib>
+</openlibraries>
Property changes on: trunk/lib/openlibraries/src/openmedialib/plugins/ofx/ofx_plugin.opl
___________________________________________________________________
Name: svn:eol-style
+ native
Modified: trunk/lib/openlibraries/src/openmedialib/plugins/oil/oil_plugin.opl
===================================================================
--- trunk/lib/openlibraries/src/openmedialib/plugins/oil/oil_plugin.opl 2007-10-28 00:03:51 UTC (rev 366)
+++ trunk/lib/openlibraries/src/openmedialib/plugins/oil/oil_plugin.opl 2007-10-28 12:10:40 UTC (rev 367)
@@ -1,8 +1,8 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<openlibraries version="1.0">
- <!-- plugins go here -->
- <openmedialib name="oml" version="0.1.0">
- <plugin name="OpenLibraries oil plugin" type="input" extension='".*\.jpg/sequence:.*", ".*\.png/sequence:.*", ".*\.bmp/sequence:.*", ".*\.gif/sequence:.*", ".*\.tga/sequence:.*", ".*\.exr/sequence:.*", ".*\.sgi/sequence:.*", ".*\.rgb/sequence:.*", ".*\.rgba/sequence:.*", ".*\.la/sequence:.*", ".*\.bw/sequence:.*", ".*\.tif/sequence:.*", ".*\.tiff/sequence:.*", ".*\.dpx/sequence:.*", ".*\.hdr/sequence:.*"' merit="0" filename='"libopenmedialib_oil.so", "libopenmedialib_oil.dylib", "openmedialib_oil-vc80-d-0_5_0.dll", "openmedialib_oil-vc80-r-0_5_0.dll"'/>
- <plugin name="OpenLibraries oil plugin" type="output" extension='".*\.jpg/sequence:.*", ".*\.png/sequence:.*", ".*\.bmp/sequence:.*", ".*\.gif/sequence:.*", ".*\.tga/sequence:.*", ".*\.exr/sequence:.*", ".*\.sgi/sequence:.*", ".*\.rgb/sequence:.*", ".*\.rgba/sequence:.*", ".*\.la/sequence:.*", ".*\.bw/sequence:.*", ".*\.tif/sequence:.*", ".*\.tiff/sequence:.*", ".*\.dpx/sequence:.*"' merit="0" filename='"libopenmedialib_oil.so", "libopenmedialib_oil.dylib", "openmedialib_oil-vc80-d-0_5_0.dll", "openmedialib_oil-vc80-r-0_5_0.dll"'/>
- </openmedialib>
-</openlibraries>
+<?xml version="1.0" encoding="UTF-8"?>
+<openlibraries version="1.0">
+ <!-- plugins go here -->
+ <openmedialib name="oml" version="0.1.0">
+ <plugin name="OpenLibraries oil plugin" type="input" extension='".*\.jpg/sequence:.*", ".*\.png/sequence:.*", ".*\.bmp/sequence:.*", ".*\.gif/sequence:.*", ".*\.tga/sequence:.*", ".*\.exr/sequence:.*", ".*\.sgi/sequence:.*", ".*\.rgb/sequence:.*", ".*\.rgba/sequence:.*", ".*\.la/sequence:.*", ".*\.bw/sequence:.*", ".*\.tif/sequence:.*", ".*\.tiff/sequence:.*", ".*\.dpx/sequence:.*", ".*\.hdr/sequence:.*"' merit="0" filename='"libopenmedialib_oil.so", "libopenmedialib_oil.dylib", "openmedialib_oil-vc80-d-0_5_0.dll", "openmedialib_oil-vc80-r-0_5_0.dll"'/>
+ <plugin name="OpenLibraries oil plugin" type="output" extension='".*\.jpg/sequence:.*", ".*\.png/sequence:.*", ".*\.bmp/sequence:.*", ".*\.gif/sequence:.*", ".*\.tga/sequence:.*", ".*\.exr/sequence:.*", ".*\.sgi/sequence:.*", ".*\.rgb/sequence:.*", ".*\.rgba/sequence:.*", ".*\.la/sequence:.*", ".*\.bw/sequence:.*", ".*\.tif/sequence:.*", ".*\.tiff/sequence:.*", ".*\.dpx/sequence:.*"' merit="0" filename='"libopenmedialib_oil.so", "libopenmedialib_oil.dylib", "openmedialib_oil-vc80-d-0_5_0.dll", "openmedialib_oil-vc80-r-0_5_0.dll"'/>
+ </openmedialib>
+</openlibraries>
Property changes on: trunk/lib/openlibraries/src/openmedialib/plugins/oil/oil_plugin.opl
___________________________________________________________________
Name: svn:eol-style
+ native
Modified: trunk/lib/openlibraries/src/openmedialib/plugins/openal/openal_plugin.opl
===================================================================
--- trunk/lib/openlibraries/src/openmedialib/plugins/openal/openal_plugin.opl 2007-10-28 00:03:51 UTC (rev 366)
+++ trunk/lib/openlibraries/src/openmedialib/plugins/openal/openal_plugin.opl 2007-10-28 12:10:40 UTC (rev 367)
@@ -1,7 +1,7 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<openlibraries version="1.0">
- <!-- plugins go here -->
- <openmedialib name="oml" version="0.1.0">
- <plugin name="OpenLibraries openal plugin" type="output" extension='"openal:"' merit="0" filename='"libopenmedialib_openal.so", "libopenmedialib_openal.dylib", "openmedialib_openal-vc80-d-0_5_0.dll", "openmedialib_openal-vc80-r-0_5_0.dll"'/>
- </openmedialib>
-</openlibraries>
+<?xml version="1.0" encoding="UTF-8"?>
+<openlibraries version="1.0">
+ <!-- plugins go here -->
+ <openmedialib name="oml" version="0.1.0">
+ <plugin name="OpenLibraries openal plugin" type="output" extension='"openal:"' merit="0" filename='"libopenmedialib_openal.so", "libopenmedialib_openal.dylib", "openmedialib_openal-vc80-d-0_5_0.dll", "openmedialib_openal-vc80-r-0_5_0.dll"'/>
+ </openmedialib>
+</openlibraries>
Property changes on: trunk/lib/openlibraries/src/openmedialib/plugins/openal/openal_plugin.opl
___________________________________________________________________
Name: svn:eol-style
+ native
Modified: trunk/lib/openlibraries/src/openmedialib/plugins/quicktime/quicktime_plugin.opl
===================================================================
--- trunk/lib/openlibraries/src/openmedialib/plugins/quicktime/quicktime_plugin.opl 2007-10-28 00:03:51 UTC (rev 366)
+++ trunk/lib/openlibraries/src/openmedialib/plugins/quicktime/quicktime_plugin.opl 2007-10-28 12:10:40 UTC (rev 367)
@@ -1,8 +1,8 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<openlibraries version="1.0">
- <!-- plugins go here -->
- <openmedialib name="oml" version="0.1.0">
- <plugin name="OpenLibraries quicktime plugin" type="input" in_filter="*.mov" extension='".*\.mov"' merit="10" filename='"libopenmedialib_quicktime.so", "libopenmedialib_quicktime.dylib", "openmedialib_quicktime-vc80-d-0_5_0.dll", "openmedialib_quicktime-vc80-r-0_5_0.dll"'/>
- <plugin name="OpenLibraries quicktime plugin" type="output" extension='".*\.mov"' merit="80" filename='"libopenmedialib_quicktime.so", "libopenmedialib_quciktime.dylib", "openmedialib_quicktime-vc80-d-0_5_0.dll", "openmedialib_quicktime-vc80-r-0_5_0.dll"'/>
-</openmedialib>
-</openlibraries>
+<?xml version="1.0" encoding="UTF-8"?>
+<openlibraries version="1.0">
+ <!-- plugins go here -->
+ <openmedialib name="oml" version="0.1.0">
+ <plugin name="OpenLibraries quicktime plugin" type="input" in_filter="*.mov" extension='".*\.mov"' merit="10" filename='"libopenmedialib_quicktime.so", "libopenmedialib_quicktime.dylib", "openmedialib_quicktime-vc80-d-0_5_0.dll", "openmedialib_quicktime-vc80-r-0_5_0.dll"'/>
+ <plugin name="OpenLibraries quicktime plugin" type="output" extension='".*\.mov"' merit="80" filename='"libopenmedialib_quicktime.so", "libopenmedialib_quciktime.dylib", "openmedialib_quicktime-vc80-d-0_5_0.dll", "openmedialib_quicktime-vc80-r-0_5_0.dll"'/>
+</openmedialib>
+</openlibraries>
Property changes on: trunk/lib/openlibraries/src/openmedialib/plugins/quicktime/quicktime_plugin.opl
___________________________________________________________________
Name: svn:eol-style
+ native
Modified: trunk/lib/openlibraries/src/openmedialib/plugins/template/template_plugin.opl
===================================================================
--- trunk/lib/openlibraries/src/openmedialib/plugins/template/template_plugin.opl 2007-10-28 00:03:51 UTC (rev 366)
+++ trunk/lib/openlibraries/src/openmedialib/plugins/template/template_plugin.opl 2007-10-28 12:10:40 UTC (rev 367)
@@ -1,9 +1,9 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<openlibraries version="1.0">
- <!-- plugins go here -->
- <openmedialib name="oml" version="0.1.0">
- <plugin name="OpenLibraries template plugin" type="input" extension='"test:"' merit="0" filename='"libopenmedialib_template.so", "libopenmedialib_template.dylib", "openmedialib_template-vc80-d-0_5_0.dll", "openmedialib_template-vc80-r-0_5_0.dll"'/>
- <plugin name="OpenLibraries template plugin" type="output" extension='"ppm:"' merit="0" filename='"libopenmedialib_template.so", "libopenmedialib_template.dylib", "openmedialib_template-vc80-d-0_5_0.dll", "openmedialib_template-vc80-r-0_5_0.dll"'/>
- <plugin name="OpenLibraries template plugin" type="filter" extension='"greyscale"' merit="0" filename='"libopenmedialib_template.so", "libopenmedialib_template.dylib", "openmedialib_template-vc80-d-0_5_0.dll", "openmedialib_template-vc80-r-0_5_0.dll"'/>
- </openmedialib>
-</openlibraries>
+<?xml version="1.0" encoding="UTF-8"?>
+<openlibraries version="1.0">
+ <!-- plugins go here -->
+ <openmedialib name="oml" version="0.1.0">
+ <plugin name="OpenLibraries template plugin" type="input" extension='"test:"' merit="0" filename='"libopenmedialib_template.so", "libopenmedialib_template.dylib", "openmedialib_template-vc80-d-0_5_0.dll", "openmedialib_template-vc80-r-0_5_0.dll"'/>
+ <plugin name="OpenLibraries template plugin" type="output" extension='"ppm:"' merit="0" filename='"libopenmedialib_template.so", "libopenmedialib_template.dylib", "openmedialib_template-vc80-d-0_5_0.dll", "openmedialib_template-vc80-r-0_5_0.dll"'/>
+ <plugin name="OpenLibraries template plugin" type="filter" extension='"greyscale"' merit="0" filename='"libopenmedialib_template.so", "libopenmedialib_template.dylib", "openmedialib_template-vc80-d-0_5_0.dll", "openmedialib_template-vc80-r-0_5_0.dll"'/>
+ </openmedialib>
+</openlibraries>
Property changes on: trunk/lib/openlibraries/src/openmedialib/plugins/template/template_plugin.opl
___________________________________________________________________
Name: svn:eol-style
+ native
Modified: trunk/lib/openlibraries/src/openobjectlib/plugins/3ds/3ds_plugin.opl
===================================================================
--- trunk/lib/openlibraries/src/openobjectlib/plugins/3ds/3ds_plugin.opl 2007-10-28 00:03:51 UTC (rev 366)
+++ trunk/lib/openlibraries/src/openobjectlib/plugins/3ds/3ds_plugin.opl 2007-10-28 12:10:40 UTC (rev 367)
@@ -1,7 +1,7 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<openlibraries version="1.0">
- <!-- plugins go here -->
- <openobjectlib name="ool" version="0.2.0">
- <plugin name="OpenLibraries 3DS plugin" type="input" extension='".*\.3ds"' merit="80" filename='"libopenobjectlib_3ds.so", "libopenobjectlib_3ds.dylib", "openobjectlib_3ds-vc80-d-0_5_0.dll", "openobjectlib_3ds-vc80-r-0_5_0.dll"'/>
- </openobjectlib>
-</openlibraries>
+<?xml version="1.0" encoding="UTF-8"?>
+<openlibraries version="1.0">
+ <!-- plugins go here -->
+ <openobjectlib name="ool" version="0.2.0">
+ <plugin name="OpenLibraries 3DS plugin" type="input" extension='".*\.3ds"' merit="80" filename='"libopenobjectlib_3ds.so", "libopenobjectlib_3ds.dylib", "openobjectlib_3ds-vc80-d-0_5_0.dll", "openobjectlib_3ds-vc80-r-0_5_0.dll"'/>
+ </openobjectlib>
+</openlibraries>
Property changes on: trunk/lib/openlibraries/src/openobjectlib/plugins/3ds/3ds_plugin.opl
___________________________________________________________________
Name: svn:eol-style
+ native
Modified: trunk/lib/openlibraries/src/openobjectlib/plugins/X3D/x3d_plugin.opl
===================================================================
--- trunk/lib/openlibraries/src/openobjectlib/plugins/X3D/x3d_plugin.opl 2007-10-28 00:03:51 UTC (rev 366)
+++ trunk/lib/openlibraries/src/openobjectlib/plugins/X3D/x3d_plugin.opl 2007-10-28 12:10:40 UTC (rev 367)
@@ -1,7 +1,7 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<openlibraries version="1.0">
- <!-- plugins go here -->
- <openobjectlib name="ool" version="0.2.0">
- <plugin name="OpenLibraries X3D plugin" type="input" extension='".*\.x3d"' merit="80" filename='"libopenobjectlib_x3d.so", "libopenobjectlib_x3d.dylib", "openobjectlib_x3d-vc80-d-0_5_0.dll", "openobjectlib_x3d-vc80-r-0_5_0.dll"'/>
- </openobjectlib>
-</openlibraries>
+<?xml version="1.0" encoding="UTF-8"?>
+<openlibraries version="1.0">
+ <!-- plugins go here -->
+ <openobjectlib name="ool" version="0.2.0">
+ <plugin name="OpenLibraries X3D plugin" type="input" extension='".*\.x3d"' merit="80" filename='"libopenobjectlib_x3d.so", "libopenobjectlib_x3d.dylib", "openobjectlib_x3d-vc80-d-0_5_0.dll", "openobjectlib_x3d-vc80-r-0_5_0.dll"'/>
+ </openobjectlib>
+</openlibraries>
Property changes on: trunk/lib/openlibraries/src/openobjectlib/plugins/X3D/x3d_plugin.opl
___________________________________________________________________
Name: svn:eol-style
+ native
Modified: trunk/lib/openlibraries/src/openobjectlib/plugins/obj/obj_plugin.opl
===================================================================
--- trunk/lib/openlibraries/src/openobjectlib/plugins/obj/obj_plugin.opl 2007-10-28 00:03:51 UTC (rev 366)
+++ trunk/lib/openlibraries/src/openobjectlib/plugins/obj/obj_plugin.opl 2007-10-28 12:10:40 UTC (rev 367)
@@ -1,7 +1,7 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<openlibraries version="1.0">
- <!-- plugins go here -->
- <openobjectlib name="ool" version="0.2.0">
- <plugin name="OpenLibraries OBJ plugin" type="input" extension='".*\.obj"' merit="80" filename='"libopenobjectlib_obj.so", "libopenobjectlib_obj.dylib", "openobjectlib_obj-vc80-d-0_5_0.dll", "openobjectlib_obj-vc80-r-0_5_0.dll"'/>
- </openobjectlib>
-</openlibraries>
+<?xml version="1.0" encoding="UTF-8"?>
+<openlibraries version="1.0">
+ <!-- plugins go here -->
+ <openobjectlib name="ool" version="0.2.0">
+ <plugin name="OpenLibraries OBJ plugin" type="input" extension='".*\.obj"' merit="80" filename='"libopenobjectlib_obj.so", "libopenobjectlib_obj.dylib", "openobjectlib_obj-vc80-d-0_5_0.dll", "openobjectlib_obj-vc80-r-0_5_0.dll"'/>
+ </openobjectlib>
+</openlibraries>
Property changes on: trunk/lib/openlibraries/src/openobjectlib/plugins/obj/obj_plugin.opl
___________________________________________________________________
Name: svn:eol-style
+ native
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <gl...@us...> - 2007-10-28 00:03:53
|
Revision: 366
http://hdrflow.svn.sourceforge.net/hdrflow/?rev=366&view=rev
Author: glslang
Date: 2007-10-27 17:03:51 -0700 (Sat, 27 Oct 2007)
Log Message:
-----------
+ removes unecessary bindings
Modified Paths:
--------------
trunk/lib/openlibraries/src/openpluginlib/py/Makefile.am
trunk/lib/openlibraries/src/openpluginlib/py/py.cpp
trunk/lib/openlibraries/src/openpluginlib/py/py.hpp
trunk/lib/openlibraries/src/openpluginlib/py/py_vc8.vcproj
Removed Paths:
-------------
trunk/lib/openlibraries/src/openpluginlib/py/multi_property.cpp
trunk/lib/openlibraries/src/openpluginlib/py/single_property.cpp
Modified: trunk/lib/openlibraries/src/openpluginlib/py/Makefile.am
===================================================================
--- trunk/lib/openlibraries/src/openpluginlib/py/Makefile.am 2007-10-27 14:19:26 UTC (rev 365)
+++ trunk/lib/openlibraries/src/openpluginlib/py/Makefile.am 2007-10-28 00:03:51 UTC (rev 366)
@@ -11,11 +11,9 @@
libopenpluginlib_py_la_SOURCES = \
geometry.cpp \
- multi_property.cpp \
py.hpp \
py.cpp \
python.hpp \
- single_property.cpp \
openpluginlib.cpp \
string.cpp \
pcos/key.cpp \
Deleted: trunk/lib/openlibraries/src/openpluginlib/py/multi_property.cpp
===================================================================
--- trunk/lib/openlibraries/src/openpluginlib/py/multi_property.cpp 2007-10-27 14:19:26 UTC (rev 365)
+++ trunk/lib/openlibraries/src/openpluginlib/py/multi_property.cpp 2007-10-28 00:03:51 UTC (rev 366)
@@ -1,55 +0,0 @@
-
-// openpluginlib - A plugin interface to openlibraries.
-
-// Copyright (C) 2005-2006 VM Inc.
-// Released under the LGPL.
-// For more information, see http://www.openlibraries.org.
-
-#include <openpluginlib/pl/property.hpp>
-#include <openpluginlib/py/python.hpp>
-#include <openpluginlib/py/py.hpp>
-
-namespace opl = olib::openpluginlib;
-namespace py = boost::python;
-
-namespace olib { namespace openpluginlib { namespace detail {
-
-void py_multi_property( )
-{
-#define DEFINE_OPL_MULTI_PROPERTY( type, name ) \
- opl::type::iterator ( opl::type::*begin_##type )( ) = &opl::type::begin; \
- opl::type::iterator ( opl::type::*end_##type )( ) = &opl::type::end; \
- py::class_<opl::type>( name ) \
- .def( "__iter__", py::range( begin_##type, end_##type ) ) \
- .def( "empty", &opl::type::empty ) \
- .def( "size", &opl::type::size ) \
- .def( "clear", &opl::type::clear ) \
- .def( "push_back", &opl::type::push_back ) \
- .def( "resize", &opl::type::resize ) \
- .def( "reserve", &opl::type::reserve ) \
- ;
-
- DEFINE_OPL_MULTI_PROPERTY( m_bool, "m_bool" )
- DEFINE_OPL_MULTI_PROPERTY( m_color, "m_color" )
- DEFINE_OPL_MULTI_PROPERTY( m_color_rgba, "m_color_rgba" )
- DEFINE_OPL_MULTI_PROPERTY( m_float, "m_float" )
- DEFINE_OPL_MULTI_PROPERTY( m_double, "m_double" )
- DEFINE_OPL_MULTI_PROPERTY( m_int32, "m_int32" )
- DEFINE_OPL_MULTI_PROPERTY( m_matrix4d, "m_matrix4d" )
- DEFINE_OPL_MULTI_PROPERTY( m_matrix4f, "m_matrix4f" )
- DEFINE_OPL_MULTI_PROPERTY( m_rotation, "m_rotation" )
- DEFINE_OPL_MULTI_PROPERTY( m_string, "m_string" )
-#if defined ( HAVE_BOOST_FILESYSTEM )
- DEFINE_OPL_MULTI_PROPERTY( m_url, "m_url" )
-#endif
- DEFINE_OPL_MULTI_PROPERTY( m_vec2d, "m_vec2d" )
- DEFINE_OPL_MULTI_PROPERTY( m_vec2f, "m_vec2f" )
- DEFINE_OPL_MULTI_PROPERTY( m_vec3d, "m_vec3d" )
- DEFINE_OPL_MULTI_PROPERTY( m_vec3f, "m_vec3f" )
- DEFINE_OPL_MULTI_PROPERTY( m_vec4d, "m_vec4d" )
- DEFINE_OPL_MULTI_PROPERTY( m_vec4f, "m_vec4f" )
-
-#undef DEFINE_OPL_MULTI_PROPERTY
-}
-
-} } }
Modified: trunk/lib/openlibraries/src/openpluginlib/py/py.cpp
===================================================================
--- trunk/lib/openlibraries/src/openpluginlib/py/py.cpp 2007-10-27 14:19:26 UTC (rev 365)
+++ trunk/lib/openlibraries/src/openpluginlib/py/py.cpp 2007-10-28 00:03:51 UTC (rev 366)
@@ -19,8 +19,6 @@
BOOST_PYTHON_MODULE( HDRFlowPlugin )
{
opl::detail::py_geometry( );
- opl::detail::py_single_property( );
- opl::detail::py_multi_property( );
opl::detail::py_string( );
opl::detail::py_openpluginlib( );
opl::detail::py_pcos_any( );
Modified: trunk/lib/openlibraries/src/openpluginlib/py/py.hpp
===================================================================
--- trunk/lib/openlibraries/src/openpluginlib/py/py.hpp 2007-10-27 14:19:26 UTC (rev 365)
+++ trunk/lib/openlibraries/src/openpluginlib/py/py.hpp 2007-10-28 00:03:51 UTC (rev 366)
@@ -11,8 +11,6 @@
namespace olib { namespace openpluginlib { namespace detail {
void py_geometry( );
-void py_single_property( );
-void py_multi_property( );
void py_string( );
void py_openpluginlib( );
void py_pcos_key();
Modified: trunk/lib/openlibraries/src/openpluginlib/py/py_vc8.vcproj
===================================================================
--- trunk/lib/openlibraries/src/openpluginlib/py/py_vc8.vcproj 2007-10-27 14:19:26 UTC (rev 365)
+++ trunk/lib/openlibraries/src/openpluginlib/py/py_vc8.vcproj 2007-10-28 00:03:51 UTC (rev 366)
@@ -212,10 +212,6 @@
>
</File>
<File
- RelativePath=".\multi_property.cpp"
- >
- </File>
- <File
RelativePath=".\pcos\observer.cpp"
>
</File>
@@ -236,10 +232,6 @@
>
</File>
<File
- RelativePath=".\single_property.cpp"
- >
- </File>
- <File
RelativePath=".\string.cpp"
>
</File>
Deleted: trunk/lib/openlibraries/src/openpluginlib/py/single_property.cpp
===================================================================
--- trunk/lib/openlibraries/src/openpluginlib/py/single_property.cpp 2007-10-27 14:19:26 UTC (rev 365)
+++ trunk/lib/openlibraries/src/openpluginlib/py/single_property.cpp 2007-10-28 00:03:51 UTC (rev 366)
@@ -1,48 +0,0 @@
-
-// openpluginlib - A plugin interface to openlibraries.
-
-// Copyright (C) 2005-2006 VM Inc.
-// Released under the LGPL.
-// For more information, see http://www.openlibraries.org.
-
-#include <openpluginlib/pl/property.hpp>
-#include <openpluginlib/py/python.hpp>
-#include <openpluginlib/py/py.hpp>
-
-namespace opl = olib::openpluginlib;
-namespace py = boost::python;
-
-namespace olib { namespace openpluginlib { namespace detail {
-
-void py_single_property( )
-{
-#define DEFINE_OPL_SINGLE_PROPERTY( type, name ) \
- py::class_<opl::type>( name ) \
- .add_property( "rovalue", &opl::type::value ) \
- .add_property( "value", &opl::type::value, &opl::type::set_value ) \
- ;
-
- DEFINE_OPL_SINGLE_PROPERTY( v_bool, "v_bool" )
- DEFINE_OPL_SINGLE_PROPERTY( v_color, "v_color" )
- DEFINE_OPL_SINGLE_PROPERTY( v_double, "v_double" )
- DEFINE_OPL_SINGLE_PROPERTY( v_float, "v_float" )
- DEFINE_OPL_SINGLE_PROPERTY( v_int32, "v_int32" )
- DEFINE_OPL_SINGLE_PROPERTY( v_matrix4d, "v_matrix4d" )
- DEFINE_OPL_SINGLE_PROPERTY( v_matrix4f, "v_matrix4f" )
- DEFINE_OPL_SINGLE_PROPERTY( v_rotation, "v_rotation" )
- DEFINE_OPL_SINGLE_PROPERTY( v_string, "v_string" )
- DEFINE_OPL_SINGLE_PROPERTY( v_uint32, "v_uint32" )
-#if defined ( HAVE_BOOST_FILESYSTEM )
- DEFINE_OPL_SINGLE_PROPERTY( v_url, "v_url" )
-#endif
- DEFINE_OPL_SINGLE_PROPERTY( v_vec2d, "v_vec2d" )
- DEFINE_OPL_SINGLE_PROPERTY( v_vec2f, "v_vec2f" )
- DEFINE_OPL_SINGLE_PROPERTY( v_vec3d, "v_vec3d" )
- DEFINE_OPL_SINGLE_PROPERTY( v_vec3f, "v_vec3f" )
- DEFINE_OPL_SINGLE_PROPERTY( v_vec4d, "v_vec4d" )
- DEFINE_OPL_SINGLE_PROPERTY( v_vec4f, "v_vec4f" )
-
-#undef DEFINE_OPL_MULTI_PROPERTY
-}
-
-} } }
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <gl...@us...> - 2007-10-27 14:19:27
|
Revision: 365
http://hdrflow.svn.sourceforge.net/hdrflow/?rev=365&view=rev
Author: glslang
Date: 2007-10-27 07:19:26 -0700 (Sat, 27 Oct 2007)
Log Message:
-----------
+ eol-style to native
Property Changed:
----------------
trunk/lib/openlibraries/m4/tiff.m4
trunk/lib/openlibraries/m4/umbrella_framework.m4
Property changes on: trunk/lib/openlibraries/m4/tiff.m4
___________________________________________________________________
Name: svn:eol-style
+ native
Property changes on: trunk/lib/openlibraries/m4/umbrella_framework.m4
___________________________________________________________________
Name: svn:eol-style
+ native
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <gl...@us...> - 2007-10-27 14:18:56
|
Revision: 364
http://hdrflow.svn.sourceforge.net/hdrflow/?rev=364&view=rev
Author: glslang
Date: 2007-10-27 07:18:54 -0700 (Sat, 27 Oct 2007)
Log Message:
-----------
+ eol-style to native
Property Changed:
----------------
trunk/lib/openlibraries/src/openpluginlib/pl/shlib.cpp
trunk/lib/openlibraries/src/openpluginlib/pl/shlib.hpp
trunk/lib/openlibraries/src/umbrella_framework/openlibraries.hpp
Property changes on: trunk/lib/openlibraries/src/openpluginlib/pl/shlib.cpp
___________________________________________________________________
Name: svn:eol-style
+ native
Property changes on: trunk/lib/openlibraries/src/openpluginlib/pl/shlib.hpp
___________________________________________________________________
Name: svn:eol-style
+ native
Property changes on: trunk/lib/openlibraries/src/umbrella_framework/openlibraries.hpp
___________________________________________________________________
Name: svn:eol-style
+ native
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <gl...@us...> - 2007-10-23 21:21:50
|
Revision: 363
http://hdrflow.svn.sourceforge.net/hdrflow/?rev=363&view=rev
Author: glslang
Date: 2007-10-23 14:21:48 -0700 (Tue, 23 Oct 2007)
Log Message:
-----------
+ continuation of conversion refactoring for generic swizzle and lut support
Modified Paths:
--------------
trunk/lib/openlibraries/src/openimagelib/il/il.hpp
trunk/lib/openlibraries/src/openimagelib/il/lut_converter.hpp
trunk/lib/openlibraries/src/openimagelib/il/utility.cpp
Modified: trunk/lib/openlibraries/src/openimagelib/il/il.hpp
===================================================================
--- trunk/lib/openlibraries/src/openimagelib/il/il.hpp 2007-10-20 20:35:32 UTC (rev 362)
+++ trunk/lib/openlibraries/src/openimagelib/il/il.hpp 2007-10-23 21:21:48 UTC (rev 363)
@@ -14,7 +14,6 @@
#include <openimagelib/il/basic_image.hpp>
#include <openimagelib/il/traits.hpp>
#include <openimagelib/il/utility.hpp>
-#include <openimagelib/il/lut_converter.hpp>
namespace olib { namespace openimagelib {
Modified: trunk/lib/openlibraries/src/openimagelib/il/lut_converter.hpp
===================================================================
--- trunk/lib/openlibraries/src/openimagelib/il/lut_converter.hpp 2007-10-20 20:35:32 UTC (rev 362)
+++ trunk/lib/openlibraries/src/openimagelib/il/lut_converter.hpp 2007-10-23 21:21:48 UTC (rev 363)
@@ -10,35 +10,35 @@
#include <functional>
+#include <openpluginlib/pl/fast_math.hpp>
+
namespace olib { namespace openimagelib { namespace il {
struct byte_to_byte : public std::unary_function<unsigned char, unsigned char>
{
- typedef unsigned char value_type;
- typedef unsigned char convert_type;
-
- convert_type operator( )( value_type v ) const
+ result_type operator( )( argument_type v ) const
{ return v; }
};
struct byte_to_float : public std::unary_function<unsigned char, float>
{
- typedef unsigned char value_type;
- typedef float convert_type;
-
- convert_type operator( )( value_type v ) const
+ result_type operator( )( argument_type v ) const
{ return v / 255.0f; }
};
struct float_to_float : public std::unary_function<float, float>
{
- typedef float value_type;
- typedef float convert_type;
-
- convert_type operator( )( value_type v ) const
+ result_type operator( )( argument_type v ) const
{ return v; }
};
+// Assumes normalise( im, 255.0f ) has already been called.
+struct float_to_byte : public std::unary_function<float, unsigned char>
+{
+ result_type operator( )( argument_type v ) const
+ { return static_cast<result_type>( openpluginlib::fast_floorf( v ) ); }
+};
+
} } }
#endif
Modified: trunk/lib/openlibraries/src/openimagelib/il/utility.cpp
===================================================================
--- trunk/lib/openlibraries/src/openimagelib/il/utility.cpp 2007-10-20 20:35:32 UTC (rev 362)
+++ trunk/lib/openlibraries/src/openimagelib/il/utility.cpp 2007-10-23 21:21:48 UTC (rev 363)
@@ -14,6 +14,7 @@
#include <openpluginlib/pl/fast_math.hpp>
#include <openpluginlib/pl/utf8_utils.hpp>
#include <openimagelib/il/il.hpp>
+#include <openimagelib/il/lut_converter.hpp>
namespace opl = olib::openpluginlib;
@@ -1112,7 +1113,7 @@
{ L"", L"", 0, { 0, 0, 0, 0 }, 0, { 0, 0, 0, 0 } }
};
-template<typename const_pointer, typename pointer>
+template<typename const_pointer, typename pointer, class LUT>
image_type_ptr rgb_to_rgb( const image_type_ptr &src_img, const std::wstring &format )
{
size_type width = src_img->width( );
@@ -1122,6 +1123,8 @@
if ( dst_img != 0 )
{
+ LUT lut;
+
const_pointer src = src_img->data( );
size_type src_pitch = src_img->pitch( );
pointer dst = dst_img->data( );
@@ -1152,10 +1155,10 @@
{
switch( oc )
{
- case 4: *( dst + map.out[ 3 ] ) = has_alpha ? *( src + map.in[ 3 ] ) : 255;
- case 3: *( dst + map.out[ 2 ] ) = *( src + map.in[ 2 ] );
- case 2: *( dst + map.out[ 1 ] ) = *( src + map.in[ 1 ] );
- case 1: *( dst + map.out[ 0 ] ) = *( src + map.in[ 0 ] );
+ case 4: *( dst + map.out[ 3 ] ) = has_alpha ? lut( *( src + map.in[ 3 ] ) ) : 255;
+ case 3: *( dst + map.out[ 2 ] ) = lut( *( src + map.in[ 2 ] ) );
+ case 2: *( dst + map.out[ 1 ] ) = lut( *( src + map.in[ 1 ] ) );
+ case 1: *( dst + map.out[ 0 ] ) = lut( *( src + map.in[ 0 ] ) );
};
src += ic;
@@ -1803,11 +1806,11 @@
else if ( src_pf == L"r8g8b8" )
{
if ( dst_pf == L"b8g8r8" )
- return rgb_to_rgb<const_pointer, pointer>( src, dst_pf );
+ return rgb_to_rgb<const_pointer, pointer, byte_to_byte>( src, dst_pf );
else if ( dst_pf == L"r8g8b8a8" )
- return rgb_to_rgb<const_pointer, pointer>( src, dst_pf );
+ return rgb_to_rgb<const_pointer, pointer, byte_to_byte>( src, dst_pf );
else if ( dst_pf == L"b8g8r8a8" )
- return rgb_to_rgb<const_pointer, pointer>( src, dst_pf );
+ return rgb_to_rgb<const_pointer, pointer, byte_to_byte>( src, dst_pf );
else if ( dst_pf == L"yuv444" )
return rgb_to_yuv444( src, dst_pf, 3, 0, 1, 2 );
else if ( dst_pf == L"yuv422" )
@@ -1823,11 +1826,11 @@
else if ( src_pf == L"b8g8r8" )
{
if ( dst_pf == L"r8g8b8" )
- return rgb_to_rgb<const_pointer, pointer>( src, dst_pf );
+ return rgb_to_rgb<const_pointer, pointer, byte_to_byte>( src, dst_pf );
else if ( dst_pf == L"r8g8b8a8" )
- return rgb_to_rgb<const_pointer, pointer>( src, dst_pf );
+ return rgb_to_rgb<const_pointer, pointer, byte_to_byte>( src, dst_pf );
else if ( dst_pf == L"b8g8r8a8" )
- return rgb_to_rgb<const_pointer, pointer>( src, dst_pf );
+ return rgb_to_rgb<const_pointer, pointer, byte_to_byte>( src, dst_pf );
else if ( dst_pf == L"yuv444" )
return rgb_to_yuv444( src, dst_pf, 3, 2, 1, 0 );
else if ( dst_pf == L"yuv422" )
@@ -1838,11 +1841,11 @@
else if ( src_pf == L"r8g8b8a8" )
{
if ( dst_pf == L"r8g8b8" )
- return rgb_to_rgb<const_pointer, pointer>( src, dst_pf );
+ return rgb_to_rgb<const_pointer, pointer, byte_to_byte>( src, dst_pf );
else if ( dst_pf == L"b8g8r8" )
- return rgb_to_rgb<const_pointer, pointer>( src, dst_pf );
+ return rgb_to_rgb<const_pointer, pointer, byte_to_byte>( src, dst_pf );
else if ( dst_pf == L"b8g8r8a8" )
- return rgb_to_rgb<const_pointer, pointer>( src, dst_pf );
+ return rgb_to_rgb<const_pointer, pointer, byte_to_byte>( src, dst_pf );
else if ( dst_pf == L"yuv444" )
return rgb_to_yuv444( src, dst_pf, 4, 0, 1, 2 );
else if ( dst_pf == L"yuv422" )
@@ -1858,11 +1861,11 @@
else if ( src_pf == L"b8g8r8a8" )
{
if ( dst_pf == L"r8g8b8" )
- return rgb_to_rgb<const_pointer, pointer>( src, dst_pf );
+ return rgb_to_rgb<const_pointer, pointer, byte_to_byte>( src, dst_pf );
else if ( dst_pf == L"r8g8b8a8" )
- return rgb_to_rgb<const_pointer, pointer>( src, dst_pf );
+ return rgb_to_rgb<const_pointer, pointer, byte_to_byte>( src, dst_pf );
else if ( dst_pf == L"b8g8r8" )
- return rgb_to_rgb<const_pointer, pointer>( src, dst_pf );
+ return rgb_to_rgb<const_pointer, pointer, byte_to_byte>( src, dst_pf );
else if ( dst_pf == L"yuv444" )
return rgb_to_yuv444( src, dst_pf, 4, 2, 1, 0 );
else if ( dst_pf == L"yuv422" )
@@ -1875,11 +1878,11 @@
else if ( src_pf == L"a8r8g8b8" )
{
if( dst_pf == L"a8b8g8r8" )
- return rgb_to_rgb<const_pointer, pointer>( src, dst_pf );
+ return rgb_to_rgb<const_pointer, pointer, byte_to_byte>( src, dst_pf );
else if( dst_pf == L"b8g8r8")
- return rgb_to_rgb<const_pointer, pointer>( src, dst_pf );
+ return rgb_to_rgb<const_pointer, pointer, byte_to_byte>( src, dst_pf );
else if( dst_pf == L"b8g8r8a8")
- return rgb_to_rgb<const_pointer, pointer>( src, dst_pf );
+ return rgb_to_rgb<const_pointer, pointer, byte_to_byte>( src, dst_pf );
else if ( dst_pf == L"yuv444" )
return rgb_to_yuv444( src, dst_pf, 4, 1, 2, 3 );
else if ( dst_pf == L"yuv422" )
@@ -1890,11 +1893,11 @@
else if( src_pf == L"a8b8g8r8" )
{
if( dst_pf == L"b8g8r8a8" )
- return rgb_to_rgb<const_pointer, pointer>( src, dst_pf );
+ return rgb_to_rgb<const_pointer, pointer, byte_to_byte>( src, dst_pf );
else if( dst_pf == L"r8g8b8a8" )
- return rgb_to_rgb<const_pointer, pointer>( src, dst_pf );
+ return rgb_to_rgb<const_pointer, pointer, byte_to_byte>( src, dst_pf );
else if( dst_pf == L"r8g8b8" )
- return rgb_to_rgb<const_pointer, pointer>( src, dst_pf );
+ return rgb_to_rgb<const_pointer, pointer, byte_to_byte>( src, dst_pf );
else if ( dst_pf == L"yuv444" )
return rgb_to_yuv444( src, dst_pf, 4, 3, 2, 1 );
else if ( dst_pf == L"yuv422" )
@@ -1905,12 +1908,12 @@
else if( src_pf == L"r8g8b8log" )
{
if( dst_pf == L"b8g8r8a8" )
- return convert_log_to_linear( rgb_to_rgb<const_pointer, pointer>( src, dst_pf ) );
+ return convert_log_to_linear( rgb_to_rgb<const_pointer, pointer, byte_to_byte>( src, dst_pf ) );
}
else if( src_pf == L"r8g8b8a8log" )
{
if( dst_pf == L"b8g8r8a8" )
- return convert_log_to_linear( rgb_to_rgb<const_pointer, pointer>( src, dst_pf ) );
+ return convert_log_to_linear( rgb_to_rgb<const_pointer, pointer, byte_to_byte>( src, dst_pf ) );
}
else if( src_pf == L"r10g10b10" )
{
@@ -2058,11 +2061,11 @@
else if( src_pf == L"l8a8" )
{
if( dst_pf == L"b8g8r8a8" )
- return rgb_to_rgb<const_pointer, pointer>( src, dst_pf );
+ return rgb_to_rgb<const_pointer, pointer, byte_to_byte>( src, dst_pf );
else if( dst_pf == L"b8g8r8" )
- return rgb_to_rgb<const_pointer, pointer>( src, dst_pf );
+ return rgb_to_rgb<const_pointer, pointer, byte_to_byte>( src, dst_pf );
else if( dst_pf == L"r8g8b8a8" )
- return rgb_to_rgb<const_pointer, pointer>( src, dst_pf );
+ return rgb_to_rgb<const_pointer, pointer, byte_to_byte>( src, dst_pf );
}
else if( src_pf == L"l8a8p" )
{
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|