[ObjectHandler-cvs] ObjectHandler ohlib_vc8.vcproj,1.4,1.5
Brought to you by:
ericehlers,
nando
From: Ferdinando A. <na...@us...> - 2006-06-11 18:14:03
|
Update of /cvsroot/objecthandler/ObjectHandler In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv11049 Modified Files: ohlib_vc8.vcproj Log Message: adopting vc80\$(ConfigurationName) in *_vc8.proj files Index: ohlib_vc8.vcproj =================================================================== RCS file: /cvsroot/objecthandler/ObjectHandler/ohlib_vc8.vcproj,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** ohlib_vc8.vcproj 9 Jun 2006 18:58:27 -0000 1.4 --- ohlib_vc8.vcproj 11 Jun 2006 18:14:00 -0000 1.5 *************** *** 16,21 **** <Configuration Name="Debug|Win32" ! OutputDirectory=".\build\vc80\oh\Debug" ! IntermediateDirectory=".\build\vc80\oh\Debug" ConfigurationType="4" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" --- 16,21 ---- <Configuration Name="Debug|Win32" ! OutputDirectory=".\build\vc80\oh\$(ConfigurationName)" ! IntermediateDirectory=".\build\vc80\oh\$(ConfigurationName)" ConfigurationType="4" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" *************** *** 48,55 **** RuntimeLibrary="1" RuntimeTypeInfo="true" ! PrecompiledHeaderFile=".\build\vc80\oh\Debug/ohlib.pch" ! AssemblerListingLocation=".\build\vc80\oh\Debug/" ! ObjectFile=".\build\vc80\oh\Debug/" ! ProgramDataBaseFileName=".\build\vc80\oh\Debug/" WarningLevel="3" SuppressStartupBanner="true" --- 48,55 ---- RuntimeLibrary="1" RuntimeTypeInfo="true" ! PrecompiledHeaderFile=".\build\vc80\oh\$(ConfigurationName)/ohlib.pch" ! AssemblerListingLocation=".\build\vc80\oh\$(ConfigurationName)/" ! ObjectFile=".\build\vc80\oh\$(ConfigurationName)/" ! ProgramDataBaseFileName=".\build\vc80\oh\$(ConfigurationName)/" WarningLevel="3" SuppressStartupBanner="true" *************** *** 81,85 **** Name="VCBscMakeTool" SuppressStartupBanner="true" ! OutputFile=".\build\vc80\oh\Debug/ohlib.bsc" /> <Tool --- 81,85 ---- Name="VCBscMakeTool" SuppressStartupBanner="true" ! OutputFile=".\build\vc80\oh\$(ConfigurationName)/ohlib.bsc" /> <Tool *************** *** 92,97 **** <Configuration Name="Release CRTDLL|Win32" ! OutputDirectory=".\build\vc80\oh\ReleaseCRTDLL" ! IntermediateDirectory=".\build\vc80\oh\ReleaseCRTDLL" ConfigurationType="4" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" --- 92,97 ---- <Configuration Name="Release CRTDLL|Win32" ! OutputDirectory=".\build\vc80\oh\$(ConfigurationName)" ! IntermediateDirectory=".\build\vc80\oh\$(ConfigurationName)" ConfigurationType="4" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" *************** *** 125,132 **** EnableFunctionLevelLinking="true" RuntimeTypeInfo="true" ! PrecompiledHeaderFile=".\build\vc80\oh\ReleaseCRTDLL/ohlib.pch" ! AssemblerListingLocation=".\build\vc80\oh\ReleaseCRTDLL/" ! ObjectFile=".\build\vc80\oh\ReleaseCRTDLL/" ! ProgramDataBaseFileName=".\build\vc80\oh\ReleaseCRTDLL/" WarningLevel="3" SuppressStartupBanner="true" --- 125,132 ---- EnableFunctionLevelLinking="true" RuntimeTypeInfo="true" ! PrecompiledHeaderFile=".\build\vc80\oh\$(ConfigurationName)/ohlib.pch" ! AssemblerListingLocation=".\build\vc80\oh\$(ConfigurationName)/" ! ObjectFile=".\build\vc80\oh\$(ConfigurationName)/" ! ProgramDataBaseFileName=".\build\vc80\oh\$(ConfigurationName)/" WarningLevel="3" SuppressStartupBanner="true" *************** *** 157,161 **** Name="VCBscMakeTool" SuppressStartupBanner="true" ! OutputFile=".\build\vc80\oh\ReleaseCRTDLL/ohlib.bsc" /> <Tool --- 157,161 ---- Name="VCBscMakeTool" SuppressStartupBanner="true" ! OutputFile=".\build\vc80\oh\$(ConfigurationName)/ohlib.bsc" /> <Tool *************** *** 168,173 **** <Configuration Name="Release|Win32" ! OutputDirectory=".\build\vc80\oh\Release" ! IntermediateDirectory=".\build\vc80\oh\Release" ConfigurationType="4" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" --- 168,173 ---- <Configuration Name="Release|Win32" ! OutputDirectory=".\build\vc80\oh\$(ConfigurationName)" ! IntermediateDirectory=".\build\vc80\oh\$(ConfigurationName)" ConfigurationType="4" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" *************** *** 201,208 **** EnableFunctionLevelLinking="true" RuntimeTypeInfo="true" ! PrecompiledHeaderFile=".\build\vc80\oh\Release/ohlib.pch" ! AssemblerListingLocation=".\build\vc80\oh\Release/" ! ObjectFile=".\build\vc80\oh\Release/" ! ProgramDataBaseFileName=".\build\vc80\oh\Release/" WarningLevel="3" SuppressStartupBanner="true" --- 201,208 ---- EnableFunctionLevelLinking="true" RuntimeTypeInfo="true" ! PrecompiledHeaderFile=".\build\vc80\oh\$(ConfigurationName)/ohlib.pch" ! AssemblerListingLocation=".\build\vc80\oh\$(ConfigurationName)/" ! ObjectFile=".\build\vc80\oh\$(ConfigurationName)/" ! ProgramDataBaseFileName=".\build\vc80\oh\$(ConfigurationName)/" WarningLevel="3" SuppressStartupBanner="true" *************** *** 233,237 **** Name="VCBscMakeTool" SuppressStartupBanner="true" ! OutputFile=".\build\vc80\oh\Release/ohlib.bsc" /> <Tool --- 233,237 ---- Name="VCBscMakeTool" SuppressStartupBanner="true" ! OutputFile=".\build\vc80\oh\$(ConfigurationName)/ohlib.bsc" /> <Tool *************** *** 244,249 **** <Configuration Name="Debug CRTDLL|Win32" ! OutputDirectory=".\build\vc80\oh\DebugCRTDLL" ! IntermediateDirectory=".\build\vc80\oh\DebugCRTDLL" ConfigurationType="4" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" --- 244,249 ---- <Configuration Name="Debug CRTDLL|Win32" ! OutputDirectory=".\build\vc80\oh\$(ConfigurationName)" ! IntermediateDirectory=".\build\vc80\oh\$(ConfigurationName)" ConfigurationType="4" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" *************** *** 276,283 **** RuntimeLibrary="3" RuntimeTypeInfo="true" ! PrecompiledHeaderFile=".\build\vc80\oh\DebugCRTDLL/ohlib.pch" ! AssemblerListingLocation=".\build\vc80\oh\DebugCRTDLL/" ! ObjectFile=".\build\vc80\oh\DebugCRTDLL/" ! ProgramDataBaseFileName=".\build\vc80\oh\DebugCRTDLL/" WarningLevel="3" SuppressStartupBanner="true" --- 276,283 ---- RuntimeLibrary="3" RuntimeTypeInfo="true" ! PrecompiledHeaderFile=".\build\vc80\oh\$(ConfigurationName)/ohlib.pch" ! AssemblerListingLocation=".\build\vc80\oh\$(ConfigurationName)/" ! ObjectFile=".\build\vc80\oh\$(ConfigurationName)/" ! ProgramDataBaseFileName=".\build\vc80\oh\$(ConfigurationName)/" WarningLevel="3" SuppressStartupBanner="true" *************** *** 309,313 **** Name="VCBscMakeTool" SuppressStartupBanner="true" ! OutputFile=".\build\vc80\oh\DebugCRTDLL/ohlib.bsc" /> <Tool --- 309,313 ---- Name="VCBscMakeTool" SuppressStartupBanner="true" ! OutputFile=".\build\vc80\oh\$(ConfigurationName)/ohlib.bsc" /> <Tool |