[Opal-commits] opal/vc7 opal-ode.vcproj,1.5,1.6
Status: Inactive
Brought to you by:
tylerstreeter
From: tylerstreeter <tyl...@us...> - 2005-02-09 07:13:30
|
Update of /cvsroot/opal/opal/vc7 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14586/vc7 Modified Files: opal-ode.vcproj Log Message: removed destroy functions and made destructors public again Index: opal-ode.vcproj =================================================================== RCS file: /cvsroot/opal/opal/vc7/opal-ode.vcproj,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** opal-ode.vcproj 8 Feb 2005 21:54:27 -0000 1.5 --- opal-ode.vcproj 9 Feb 2005 07:12:48 -0000 1.6 *************** *** 25,33 **** EnableIntrinsicFunctions="FALSE" FavorSizeOrSpeed="0" ! AdditionalIncludeDirectories="../../external/include" PreprocessorDefinitions="WIN32;_DEBUG;_LIB;OPAL_DLL_EXPORTING;OPAL_USE_XML" MinimalRebuild="TRUE" BasicRuntimeChecks="0" ! RuntimeLibrary="2" UsePrecompiledHeader="0" WarningLevel="3" --- 25,33 ---- EnableIntrinsicFunctions="FALSE" FavorSizeOrSpeed="0" ! AdditionalIncludeDirectories="" PreprocessorDefinitions="WIN32;_DEBUG;_LIB;OPAL_DLL_EXPORTING;OPAL_USE_XML" MinimalRebuild="TRUE" BasicRuntimeChecks="0" ! RuntimeLibrary="3" UsePrecompiledHeader="0" WarningLevel="3" *************** *** 74,78 **** EnableIntrinsicFunctions="TRUE" FavorSizeOrSpeed="1" ! AdditionalIncludeDirectories="../../external/include" PreprocessorDefinitions="WIN32;NDEBUG;_LIB;OPAL_DLL_EXPORTING;OPAL_USE_XML" RuntimeLibrary="2" --- 74,78 ---- EnableIntrinsicFunctions="TRUE" FavorSizeOrSpeed="1" ! AdditionalIncludeDirectories="" PreprocessorDefinitions="WIN32;NDEBUG;_LIB;OPAL_DLL_EXPORTING;OPAL_USE_XML" RuntimeLibrary="2" *************** *** 80,84 **** WarningLevel="3" Detect64BitPortabilityProblems="TRUE" ! DebugInformationFormat="3"/> <Tool Name="VCCustomBuildTool"/> --- 80,84 ---- WarningLevel="3" Detect64BitPortabilityProblems="TRUE" ! DebugInformationFormat="0"/> <Tool Name="VCCustomBuildTool"/> |