You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by aj...@apache.org on 2006/09/18 14:33:23 UTC

svn commit: r447388 - in /incubator/tuscany/cpp/sdo/projectsvc7/tuscany_sdo: sdo_runtime/sdo_runtime.vcproj sdo_test/sdo_test.vcproj

Author: ajborley
Date: Mon Sep 18 05:33:22 2006
New Revision: 447388

URL: http://svn.apache.org/viewvc?view=rev&rev=447388
Log:
Geoff's patch for TUSCANY-724. Adds support to Windows build files for building with stdcxx rather than the MSVC standard library

Modified:
    incubator/tuscany/cpp/sdo/projectsvc7/tuscany_sdo/sdo_runtime/sdo_runtime.vcproj
    incubator/tuscany/cpp/sdo/projectsvc7/tuscany_sdo/sdo_test/sdo_test.vcproj

Modified: incubator/tuscany/cpp/sdo/projectsvc7/tuscany_sdo/sdo_runtime/sdo_runtime.vcproj
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sdo/projectsvc7/tuscany_sdo/sdo_runtime/sdo_runtime.vcproj?view=diff&rev=447388&r1=447387&r2=447388
==============================================================================
--- incubator/tuscany/cpp/sdo/projectsvc7/tuscany_sdo/sdo_runtime/sdo_runtime.vcproj (original)
+++ incubator/tuscany/cpp/sdo/projectsvc7/tuscany_sdo/sdo_runtime/sdo_runtime.vcproj Mon Sep 18 05:33:22 2006
@@ -1,8 +1,9 @@
-<?xml version="1.0" encoding = "Windows-1252"?>
+<?xml version="1.0" encoding="Windows-1252"?>
 <VisualStudioProject
 	ProjectType="Visual C++"
 	Version="7.00"
 	Name="sdo_runtime"
+	RootNamespace="sdo_runtime"
 	SccProjectName=""
 	SccLocalPath="">
 	<Platforms>
@@ -79,7 +80,13 @@
 			<Tool
 				Name="VCWebServiceProxyGeneratorTool"/>
 			<Tool
+				Name="VCXMLDataGeneratorTool"/>
+			<Tool
 				Name="VCWebDeploymentTool"/>
+			<Tool
+				Name="VCManagedWrapperGeneratorTool"/>
+			<Tool
+				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
 		</Configuration>
 		<Configuration
 			Name="Release|Win32"
@@ -149,14 +156,178 @@
 			<Tool
 				Name="VCWebServiceProxyGeneratorTool"/>
 			<Tool
+				Name="VCXMLDataGeneratorTool"/>
+			<Tool
+				Name="VCWebDeploymentTool"/>
+			<Tool
+				Name="VCManagedWrapperGeneratorTool"/>
+			<Tool
+				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+		</Configuration>
+		<Configuration
+			Name="stdcxx-Debug|Win32"
+			OutputDirectory="$(ConfigurationName)"
+			IntermediateDirectory="$(ConfigurationName)"
+			ConfigurationType="2"
+			UseOfMFC="0"
+			ATLMinimizesCRunTimeLibraryUsage="FALSE"
+			CharacterSet="2">
+			<Tool
+				Name="VCCLCompilerTool"
+				Optimization="0"
+				AdditionalIncludeDirectories="..\..\..\runtime\core\src;&quot;$(LIBXML2_HOME)\include&quot;;&quot;$(ICONV_HOME)\include&quot;;&quot;$(ZLIB_HOME)\include&quot;;&quot;$(STDCXX_HOME)\include&quot;;&quot;$(STDCXX_HOME)\include\ansi&quot;;&quot;$(STDCXX_HOME)\Debug\include\15d&quot;"
+				PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;SDO_EXPORTS;_RWSTD_USE_CONFIG;_RWSHARED;_RWSTDDEBUG"
+				BasicRuntimeChecks="3"
+				RuntimeLibrary="3"
+				PrecompiledHeaderFile=""
+				AssemblerListingLocation=".\$(ConfigurationName)/"
+				ObjectFile=".\$(ConfigurationName)/"
+				ProgramDataBaseFileName=".\$(ConfigurationName)/"
+				WarningLevel="3"
+				SuppressStartupBanner="TRUE"
+				DebugInformationFormat="4"
+				CompileAs="0"/>
+			<Tool
+				Name="VCCustomBuildTool"/>
+			<Tool
+				Name="VCLinkerTool"
+				AdditionalOptions="/MACHINE:I386"
+				AdditionalDependencies="odbc32.lib odbccp32.lib libxml2.lib stdlib15d.lib"
+				OutputFile=".\$(ConfigurationName)\tuscany_sdo.dll"
+				LinkIncremental="2"
+				SuppressStartupBanner="TRUE"
+				AdditionalLibraryDirectories="&quot;$(LIBXML2_HOME)\lib&quot;;&quot;$(STDCXX_HOME)\Debug\lib&quot;"
+				GenerateDebugInformation="TRUE"
+				ProgramDatabaseFile=".\$(ConfigurationName)/tuscany_sdo.pdb"
+				ImportLibrary=".\$(ConfigurationName)/tuscany_sdo.lib"/>
+			<Tool
+				Name="VCMIDLTool"
+				PreprocessorDefinitions="_DEBUG"
+				MkTypLibCompatible="TRUE"
+				SuppressStartupBanner="TRUE"
+				TargetEnvironment="1"
+				TypeLibraryName=".\..\..\..\runtime\core\Debug/sdo_runtime.tlb"/>
+			<Tool
+				Name="VCPostBuildEventTool"
+				Description="copyout"
+				CommandLine="if not exist ..\..\..\deploy mkdir ..\..\..\deploy
+if not exist ..\..\..\deploy\bin mkdir ..\..\..\deploy\bin
+if not exist ..\..\..\deploy\lib mkdir ..\..\..\deploy\lib
+if not exist ..\..\..\deploy\include mkdir ..\..\..\deploy\include
+if not exist ..\..\..\deploy\include\commonj  mkdir ..\..\..\deploy\include\commonj
+if not exist ..\..\..\deploy\include\commonj\sdo mkdir ..\..\..\deploy\include\commonj\sdo
+
+copy .\$(ConfigurationName)\tuscany_sdo.dll ..\..\..\deploy\bin
+copy .\$(ConfigurationName)\tuscany_sdo.lib ..\..\..\deploy\lib
+copy  ..\..\..\runtime\core\src\commonj\sdo\*.h ..\..\..\deploy\include\commonj\sdo
+copy .\$(ConfigurationName)\tuscany_sdo.pdb ..\..\..\deploy\bin
+"/>
+			<Tool
+				Name="VCPreBuildEventTool"/>
+			<Tool
+				Name="VCPreLinkEventTool"/>
+			<Tool
+				Name="VCResourceCompilerTool"
+				PreprocessorDefinitions="_DEBUG"
+				Culture="2057"/>
+			<Tool
+				Name="VCWebServiceProxyGeneratorTool"/>
+			<Tool
+				Name="VCXMLDataGeneratorTool"/>
+			<Tool
 				Name="VCWebDeploymentTool"/>
+			<Tool
+				Name="VCManagedWrapperGeneratorTool"/>
+			<Tool
+				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+		</Configuration>
+		<Configuration
+			Name="stdcxx-Release|Win32"
+			OutputDirectory="$(ConfigurationName)"
+			IntermediateDirectory="$(ConfigurationName)"
+			ConfigurationType="2"
+			UseOfMFC="0"
+			ATLMinimizesCRunTimeLibraryUsage="FALSE"
+			CharacterSet="2">
+			<Tool
+				Name="VCCLCompilerTool"
+				InlineFunctionExpansion="1"
+				AdditionalIncludeDirectories="..\..\..\runtime\core\src;&quot;$(LIBXML2_HOME)\include&quot;;&quot;$(ICONV_HOME)\include&quot;;&quot;$(ZLIB_HOME)\include&quot;;&quot;$(STDCXX_HOME)\include&quot;;&quot;$(STDCXX_HOME)\include\ansi&quot;;&quot;$(STDCXX_HOME)\Release\include\12d&quot;"
+				PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;SDO_EXPORTS;_RWSTD_USE_CONFIG;_RWSHARED"
+				StringPooling="TRUE"
+				RuntimeLibrary="2"
+				EnableFunctionLevelLinking="TRUE"
+				UsePrecompiledHeader="2"
+				PrecompiledHeaderFile=".\Release/sdo_runtime.pch"
+				AssemblerListingLocation=".\$(ConfigurationName)/"
+				ObjectFile=".\$(ConfigurationName)/"
+				ProgramDataBaseFileName=".\$(ConfigurationName)/"
+				WarningLevel="3"
+				SuppressStartupBanner="TRUE"
+				CompileAs="0"/>
+			<Tool
+				Name="VCCustomBuildTool"/>
+			<Tool
+				Name="VCLinkerTool"
+				AdditionalOptions="/MACHINE:I386"
+				AdditionalDependencies="odbc32.lib odbccp32.lib libxml2.lib stdlib12d.lib"
+				OutputFile=".\$(ConfigurationName)\tuscany_sdo.dll"
+				LinkIncremental="1"
+				SuppressStartupBanner="TRUE"
+				AdditionalLibraryDirectories="&quot;$(LIBXML2_HOME)\lib&quot;;&quot;$(STDCXX_HOME)\Release\lib&quot;"
+				ProgramDatabaseFile=".\$(ConfigurationName)/tuscany_sdo.pdb"
+				ImportLibrary=".\$(ConfigurationName)/tuscany_sdo.lib"/>
+			<Tool
+				Name="VCMIDLTool"
+				PreprocessorDefinitions="NDEBUG"
+				MkTypLibCompatible="TRUE"
+				SuppressStartupBanner="TRUE"
+				TargetEnvironment="1"
+				TypeLibraryName=".\..\..\..\runtime\core\Release/sdo_runtime.tlb"/>
+			<Tool
+				Name="VCPostBuildEventTool"
+				Description="copyout"
+				CommandLine="if not exist ..\..\..\deploy mkdir ..\..\..\deploy
+if not exist ..\..\..\deploy\bin mkdir ..\..\..\deploy\bin
+if not exist ..\..\..\deploy\lib mkdir ..\..\..\deploy\lib
+if not exist ..\..\..\deploy\include mkdir ..\..\..\deploy\include
+if not exist ..\..\..\deploy\include\commonj  mkdir ..\..\..\deploy\include\commonj
+if not exist ..\..\..\deploy\include\commonj\sdo mkdir ..\..\..\deploy\include\commonj\sdo
+
+copy .\$(ConfigurationName)\tuscany_sdo.dll ..\..\..\deploy\bin
+copy .\$(ConfigurationName)\tuscany_sdo.lib ..\..\..\deploy\lib
+copy  ..\..\..\runtime\core\src\commonj\sdo\*.h ..\..\..\deploy\include\commonj\sdo
+"/>
+			<Tool
+				Name="VCPreBuildEventTool"/>
+			<Tool
+				Name="VCPreLinkEventTool"/>
+			<Tool
+				Name="VCResourceCompilerTool"
+				PreprocessorDefinitions="NDEBUG"
+				Culture="2057"/>
+			<Tool
+				Name="VCWebServiceProxyGeneratorTool"/>
+			<Tool
+				Name="VCXMLDataGeneratorTool"/>
+			<Tool
+				Name="VCWebDeploymentTool"/>
+			<Tool
+				Name="VCManagedWrapperGeneratorTool"/>
+			<Tool
+				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
 		</Configuration>
 	</Configurations>
+	<References>
+	</References>
 	<Files>
 		<Filter
 			Name="Source Files"
 			Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
 			<File
+				RelativePath="..\..\..\runtime\core\src\commonj\sdo\ChangedDataObjectListImpl.cpp">
+			</File>
+			<File
 				RelativePath="..\..\..\runtime\core\src\commonj\sdo\ChangeSummary.cpp">
 			</File>
 			<File
@@ -166,9 +337,6 @@
 				RelativePath="..\..\..\runtime\core\src\commonj\sdo\ChangeSummaryImpl.cpp">
 			</File>
 			<File
-				RelativePath="..\..\..\runtime\core\src\commonj\sdo\ChangedDataObjectListImpl.cpp">
-			</File>
-			<File
 				RelativePath="..\..\..\runtime\core\src\commonj\sdo\CopyHelper.cpp">
 			</File>
 			<File
@@ -226,10 +394,10 @@
 				RelativePath="..\..\..\runtime\core\src\commonj\sdo\HelperProvider.cpp">
 			</File>
 			<File
-				RelativePath="..\..\..\runtime\core\src\commonj\sdo\LogWriter.cpp">
+				RelativePath="..\..\..\runtime\core\src\commonj\sdo\Logger.cpp">
 			</File>
 			<File
-				RelativePath="..\..\..\runtime\core\src\commonj\sdo\Logger.cpp">
+				RelativePath="..\..\..\runtime\core\src\commonj\sdo\LogWriter.cpp">
 			</File>
 			<File
 				RelativePath="..\..\..\runtime\core\src\commonj\sdo\ParserErrorSetter.cpp">
@@ -271,9 +439,18 @@
 				RelativePath="..\..\..\runtime\core\src\commonj\sdo\SAX2Parser.cpp">
 			</File>
 			<File
+				RelativePath="..\..\..\runtime\core\src\commonj\sdo\SchemaInfo.cpp">
+			</File>
+			<File
+				RelativePath="..\..\..\runtime\core\src\commonj\sdo\SdoCheck.cpp">
+			</File>
+			<File
 				RelativePath="..\..\..\runtime\core\src\commonj\sdo\SDODate.cpp">
 			</File>
 			<File
+				RelativePath="..\..\..\runtime\core\src\commonj\sdo\SdoRuntime.cpp">
+			</File>
+			<File
 				RelativePath="..\..\..\runtime\core\src\commonj\sdo\SDORuntimeException.cpp">
 			</File>
 			<File
@@ -316,15 +493,6 @@
 				RelativePath="..\..\..\runtime\core\src\commonj\sdo\SDOXSDWriter.cpp">
 			</File>
 			<File
-				RelativePath="..\..\..\runtime\core\src\commonj\sdo\SchemaInfo.cpp">
-			</File>
-			<File
-				RelativePath="..\..\..\runtime\core\src\commonj\sdo\SdoCheck.cpp">
-			</File>
-			<File
-				RelativePath="..\..\..\runtime\core\src\commonj\sdo\SdoRuntime.cpp">
-			</File>
-			<File
 				RelativePath="..\..\..\runtime\core\src\commonj\sdo\Sequence.cpp">
 			</File>
 			<File
@@ -373,6 +541,9 @@
 				RelativePath="..\..\..\runtime\core\src\commonj\sdo\XMLQName.cpp">
 			</File>
 			<File
+				RelativePath="..\..\..\runtime\core\src\commonj\sdo\XpathHelper.cpp">
+			</File>
+			<File
 				RelativePath="..\..\..\runtime\core\src\commonj\sdo\XSDHelper.cpp">
 			</File>
 			<File
@@ -384,27 +555,24 @@
 			<File
 				RelativePath="..\..\..\runtime\core\src\commonj\sdo\XSDTypeInfo.cpp">
 			</File>
-			<File
-				RelativePath="..\..\..\runtime\core\src\commonj\sdo\XpathHelper.cpp">
-			</File>
 		</Filter>
 		<Filter
 			Name="Header Files"
 			Filter="h;hpp;hxx;hm;inl">
 			<File
-				RelativePath="..\..\..\runtime\core\src\commonj\sdo\ChangeSummary.h">
+				RelativePath="..\..\..\runtime\core\src\commonj\sdo\ChangedDataObjectList.h">
 			</File>
 			<File
-				RelativePath="..\..\..\runtime\core\src\commonj\sdo\ChangeSummaryBuilder.h">
+				RelativePath="..\..\..\runtime\core\src\commonj\sdo\ChangedDataObjectListImpl.h">
 			</File>
 			<File
-				RelativePath="..\..\..\runtime\core\src\commonj\sdo\ChangeSummaryImpl.h">
+				RelativePath="..\..\..\runtime\core\src\commonj\sdo\ChangeSummary.h">
 			</File>
 			<File
-				RelativePath="..\..\..\runtime\core\src\commonj\sdo\ChangedDataObjectList.h">
+				RelativePath="..\..\..\runtime\core\src\commonj\sdo\ChangeSummaryBuilder.h">
 			</File>
 			<File
-				RelativePath="..\..\..\runtime\core\src\commonj\sdo\ChangedDataObjectListImpl.h">
+				RelativePath="..\..\..\runtime\core\src\commonj\sdo\ChangeSummaryImpl.h">
 			</File>
 			<File
 				RelativePath="..\..\..\runtime\core\src\commonj\sdo\CopyHelper.h">
@@ -452,9 +620,15 @@
 				RelativePath="..\..\..\runtime\core\src\commonj\sdo\DefaultLogWriter.h">
 			</File>
 			<File
+				RelativePath="..\..\..\runtime\core\src\commonj\sdo\disable_warn.h">
+			</File>
+			<File
 				RelativePath="..\..\..\runtime\core\src\commonj\sdo\EqualityHelper.h">
 			</File>
 			<File
+				RelativePath="..\..\..\runtime\core\src\commonj\sdo\export.h">
+			</File>
+			<File
 				RelativePath="..\..\..\runtime\core\src\commonj\sdo\GroupDefinition.h">
 			</File>
 			<File
@@ -464,15 +638,15 @@
 				RelativePath="..\..\..\runtime\core\src\commonj\sdo\HelperProvider.h">
 			</File>
 			<File
-				RelativePath="..\..\..\runtime\core\src\commonj\sdo\LogWriter.h">
-			</File>
-			<File
 				RelativePath="..\..\..\runtime\core\src\commonj\sdo\Logger.h">
 			</File>
 			<File
 				RelativePath="..\..\..\runtime\core\src\commonj\sdo\Logging.h">
 			</File>
 			<File
+				RelativePath="..\..\..\runtime\core\src\commonj\sdo\LogWriter.h">
+			</File>
+			<File
 				RelativePath="..\..\..\runtime\core\src\commonj\sdo\ParserErrorSetter.h">
 			</File>
 			<File
@@ -512,22 +686,31 @@
 				RelativePath="..\..\..\runtime\core\src\commonj\sdo\SAX2Parser.h">
 			</File>
 			<File
+				RelativePath="..\..\..\runtime\core\src\commonj\sdo\SchemaInfo.h">
+			</File>
+			<File
 				RelativePath="..\..\..\runtime\core\src\commonj\sdo\SDO.h">
 			</File>
 			<File
+				RelativePath="..\..\..\runtime\core\src\commonj\sdo\SdoCheck.h">
+			</File>
+			<File
 				RelativePath="..\..\..\runtime\core\src\commonj\sdo\SDODate.h">
 			</File>
 			<File
+				RelativePath="..\..\..\runtime\core\src\commonj\sdo\SdoRuntime.h">
+			</File>
+			<File
 				RelativePath="..\..\..\runtime\core\src\commonj\sdo\SDORuntimeException.h">
 			</File>
 			<File
 				RelativePath="..\..\..\runtime\core\src\commonj\sdo\SDOSAX2Parser.h">
 			</File>
 			<File
-				RelativePath="..\..\..\runtime\core\src\commonj\sdo\SDOSPI.h">
+				RelativePath="..\..\..\runtime\core\src\commonj\sdo\SDOSchemaSAX2Parser.h">
 			</File>
 			<File
-				RelativePath="..\..\..\runtime\core\src\commonj\sdo\SDOSchemaSAX2Parser.h">
+				RelativePath="..\..\..\runtime\core\src\commonj\sdo\SDOSPI.h">
 			</File>
 			<File
 				RelativePath="..\..\..\runtime\core\src\commonj\sdo\SDOString.h">
@@ -563,15 +746,6 @@
 				RelativePath="..\..\..\runtime\core\src\commonj\sdo\SDOXSDWriter.h">
 			</File>
 			<File
-				RelativePath="..\..\..\runtime\core\src\commonj\sdo\SchemaInfo.h">
-			</File>
-			<File
-				RelativePath="..\..\..\runtime\core\src\commonj\sdo\SdoCheck.h">
-			</File>
-			<File
-				RelativePath="..\..\..\runtime\core\src\commonj\sdo\SdoRuntime.h">
-			</File>
-			<File
 				RelativePath="..\..\..\runtime\core\src\commonj\sdo\Sequence.h">
 			</File>
 			<File
@@ -620,6 +794,9 @@
 				RelativePath="..\..\..\runtime\core\src\commonj\sdo\XMLQName.h">
 			</File>
 			<File
+				RelativePath="..\..\..\runtime\core\src\commonj\sdo\XpathHelper.h">
+			</File>
+			<File
 				RelativePath="..\..\..\runtime\core\src\commonj\sdo\XSDHelper.h">
 			</File>
 			<File
@@ -630,15 +807,6 @@
 			</File>
 			<File
 				RelativePath="..\..\..\runtime\core\src\commonj\sdo\XSDTypeInfo.h">
-			</File>
-			<File
-				RelativePath="..\..\..\runtime\core\src\commonj\sdo\XpathHelper.h">
-			</File>
-			<File
-				RelativePath="..\..\..\runtime\core\src\commonj\sdo\disable_warn.h">
-			</File>
-			<File
-				RelativePath="..\..\..\runtime\core\src\commonj\sdo\export.h">
 			</File>
 		</Filter>
 		<Filter

Modified: incubator/tuscany/cpp/sdo/projectsvc7/tuscany_sdo/sdo_test/sdo_test.vcproj
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sdo/projectsvc7/tuscany_sdo/sdo_test/sdo_test.vcproj?view=diff&rev=447388&r1=447387&r2=447388
==============================================================================
--- incubator/tuscany/cpp/sdo/projectsvc7/tuscany_sdo/sdo_test/sdo_test.vcproj (original)
+++ incubator/tuscany/cpp/sdo/projectsvc7/tuscany_sdo/sdo_test/sdo_test.vcproj Mon Sep 18 05:33:22 2006
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding = "Windows-1252"?>
+<?xml version="1.0" encoding="Windows-1252"?>
 <VisualStudioProject
 	ProjectType="Visual C++"
 	Version="7.00"
@@ -62,7 +62,13 @@
 			<Tool
 				Name="VCWebServiceProxyGeneratorTool"/>
 			<Tool
+				Name="VCXMLDataGeneratorTool"/>
+			<Tool
 				Name="VCWebDeploymentTool"/>
+			<Tool
+				Name="VCManagedWrapperGeneratorTool"/>
+			<Tool
+				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
 		</Configuration>
 		<Configuration
 			Name="Debug|Win32"
@@ -120,18 +126,150 @@
 			<Tool
 				Name="VCWebServiceProxyGeneratorTool"/>
 			<Tool
+				Name="VCXMLDataGeneratorTool"/>
+			<Tool
 				Name="VCWebDeploymentTool"/>
+			<Tool
+				Name="VCManagedWrapperGeneratorTool"/>
+			<Tool
+				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+		</Configuration>
+		<Configuration
+			Name="stdcxx-Debug|Win32"
+			OutputDirectory="$(ConfigurationName)"
+			IntermediateDirectory="$(ConfigurationName)"
+			ConfigurationType="1"
+			UseOfMFC="0"
+			ATLMinimizesCRunTimeLibraryUsage="FALSE"
+			CharacterSet="2">
+			<Tool
+				Name="VCCLCompilerTool"
+				AdditionalOptions="/Zm200 "
+				Optimization="0"
+				AdditionalIncludeDirectories="..\..\..\deploy\include;&quot;$(STDCXX_HOME)\include&quot;;&quot;$(STDCXX_HOME)\include\ansi&quot;;&quot;$(STDCXX_HOME)\Debug\include\15d&quot;"
+				PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_RWSTD_USE_CONFIG;_RWSHARED;_RWSTDDEBUG"
+				BasicRuntimeChecks="3"
+				RuntimeLibrary="3"
+				PrecompiledHeaderFile=""
+				AssemblerListingLocation=".\$(ConfigurationName)/"
+				ObjectFile=".\$(ConfigurationName)/"
+				ProgramDataBaseFileName=".\$(ConfigurationName)/"
+				WarningLevel="3"
+				SuppressStartupBanner="TRUE"
+				DebugInformationFormat="4"
+				CompileAs="0"/>
+			<Tool
+				Name="VCCustomBuildTool"/>
+			<Tool
+				Name="VCLinkerTool"
+				AdditionalOptions="/MACHINE:I386"
+				AdditionalDependencies="tuscany_sdo.lib odbc32.lib odbccp32.lib stdlib15d.lib"
+				OutputFile=".\$(ConfigurationName)/sdo_test.exe"
+				LinkIncremental="2"
+				SuppressStartupBanner="TRUE"
+				AdditionalLibraryDirectories="..\..\..\deploy\lib;&quot;$(STDCXX_HOME)\Debug\lib&quot;"
+				GenerateDebugInformation="TRUE"
+				ProgramDatabaseFile=".\$(ConfigurationName)/sdo_test.pdb"
+				SubSystem="1"/>
+			<Tool
+				Name="VCMIDLTool"
+				TypeLibraryName=".\..\..\..\runtime\core\test\Debug/sdo_test.tlb"/>
+			<Tool
+				Name="VCPostBuildEventTool"
+				CommandLine="copy ..\..\..\deploy\bin\*.dll $(ConfigurationName)
+copy ..\..\..\deploy\bin\*.pdb $(ConfigurationName)
+"/>
+			<Tool
+				Name="VCPreBuildEventTool"/>
+			<Tool
+				Name="VCPreLinkEventTool"/>
+			<Tool
+				Name="VCResourceCompilerTool"
+				PreprocessorDefinitions="_DEBUG"
+				Culture="2057"/>
+			<Tool
+				Name="VCWebServiceProxyGeneratorTool"/>
+			<Tool
+				Name="VCXMLDataGeneratorTool"/>
+			<Tool
+				Name="VCWebDeploymentTool"/>
+			<Tool
+				Name="VCManagedWrapperGeneratorTool"/>
+			<Tool
+				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+		</Configuration>
+		<Configuration
+			Name="stdcxx-Release|Win32"
+			OutputDirectory="$(ConfigurationName)"
+			IntermediateDirectory="$(ConfigurationName)"
+			ConfigurationType="1"
+			UseOfMFC="0"
+			ATLMinimizesCRunTimeLibraryUsage="FALSE"
+			CharacterSet="2">
+			<Tool
+				Name="VCCLCompilerTool"
+				InlineFunctionExpansion="1"
+				AdditionalIncludeDirectories="..\..\..\deploy\include;&quot;$(STDCXX_HOME)\include&quot;;&quot;$(STDCXX_HOME)\include\ansi&quot;;&quot;$(STDCXX_HOME)\Release\include\12d&quot;"
+				PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_RWSTD_USE_CONFIG;_RWSHARED"
+				StringPooling="TRUE"
+				RuntimeLibrary="2"
+				EnableFunctionLevelLinking="TRUE"
+				PrecompiledHeaderFile=""
+				AssemblerListingLocation=".\$(ConfigurationName)/"
+				ObjectFile=".\$(ConfigurationName)/"
+				ProgramDataBaseFileName=".\$(ConfigurationName)/"
+				WarningLevel="3"
+				SuppressStartupBanner="TRUE"
+				CompileAs="0"/>
+			<Tool
+				Name="VCCustomBuildTool"/>
+			<Tool
+				Name="VCLinkerTool"
+				AdditionalOptions="/MACHINE:I386"
+				AdditionalDependencies="odbc32.lib odbccp32.lib tuscany_sdo.lib stdlib12d.lib"
+				OutputFile=".\$(ConfigurationName)/sdo_test.exe"
+				LinkIncremental="1"
+				SuppressStartupBanner="TRUE"
+				AdditionalLibraryDirectories="..\..\..\deploy\lib;&quot;$(STDCXX_HOME)\Release\lib&quot;"
+				ProgramDatabaseFile=".\$(ConfigurationName)/sdo_test.pdb"
+				SubSystem="1"/>
+			<Tool
+				Name="VCMIDLTool"
+				TypeLibraryName=".\..\..\..\runtime\core\test\Release/sdo_test.tlb"/>
+			<Tool
+				Name="VCPostBuildEventTool"
+				CommandLine="copy ..\..\..\deploy\bin\*.dll $(ConfigurationName)"/>
+			<Tool
+				Name="VCPreBuildEventTool"/>
+			<Tool
+				Name="VCPreLinkEventTool"/>
+			<Tool
+				Name="VCResourceCompilerTool"
+				PreprocessorDefinitions="NDEBUG"
+				Culture="2057"/>
+			<Tool
+				Name="VCWebServiceProxyGeneratorTool"/>
+			<Tool
+				Name="VCXMLDataGeneratorTool"/>
+			<Tool
+				Name="VCWebDeploymentTool"/>
+			<Tool
+				Name="VCManagedWrapperGeneratorTool"/>
+			<Tool
+				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
 		</Configuration>
 	</Configurations>
+	<References>
+	</References>
 	<Files>
 		<Filter
 			Name="Source Files"
 			Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
 			<File
-				RelativePath="..\..\..\runtime\core\test\SdoGenerate.cpp">
+				RelativePath="..\..\..\runtime\core\test\main.cpp">
 			</File>
 			<File
-				RelativePath="..\..\..\runtime\core\test\main.cpp">
+				RelativePath="..\..\..\runtime\core\test\SdoGenerate.cpp">
 			</File>
 			<File
 				RelativePath="..\..\..\runtime\core\test\sdotest.cpp">



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org