[ObjectHandler-cvs] ObjectHandler ohlib.vcproj,1.3,1.4
Brought to you by:
ericehlers,
nando
From: Ferdinando A. <na...@us...> - 2006-06-11 13:28:46
|
Update of /cvsroot/objecthandler/ObjectHandler In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv13977 Modified Files: ohlib.vcproj Log Message: adopting vc71\$(ConfigurationName) in proj files Index: ohlib.vcproj =================================================================== RCS file: /cvsroot/objecthandler/ObjectHandler/ohlib.vcproj,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** ohlib.vcproj 9 Jun 2006 18:58:27 -0000 1.3 --- ohlib.vcproj 11 Jun 2006 13:28:36 -0000 1.4 *************** *** 28,35 **** RuntimeTypeInfo="TRUE" UsePrecompiledHeader="2" ! PrecompiledHeaderFile=".\build\vc71\DebugST/ohlib.pch" ! AssemblerListingLocation=".\build\vc71\DebugST/" ! ObjectFile=".\build\vc71\DebugST/" ! ProgramDataBaseFileName=".\build\vc71\DebugST/" WarningLevel="3" SuppressStartupBanner="TRUE" --- 28,35 ---- RuntimeTypeInfo="TRUE" UsePrecompiledHeader="2" ! PrecompiledHeaderFile=".\build\vc71\$(ConfigurationName)/ohlib.pch" ! AssemblerListingLocation=".\build\vc71\$(ConfigurationName)/" ! ObjectFile=".\build\vc71\$(ConfigurationName)/" ! ProgramDataBaseFileName=".\build\vc71\$(ConfigurationName)/" WarningLevel="3" SuppressStartupBanner="TRUE" *************** *** 134,141 **** RuntimeTypeInfo="TRUE" UsePrecompiledHeader="2" ! PrecompiledHeaderFile=".\build\vc71\ReleaseST/ohlib.pch" ! AssemblerListingLocation=".\build\vc71\ReleaseST/" ! ObjectFile=".\build\vc71\ReleaseST/" ! ProgramDataBaseFileName=".\build\vc71\ReleaseST/" WarningLevel="3" SuppressStartupBanner="TRUE" --- 134,141 ---- RuntimeTypeInfo="TRUE" UsePrecompiledHeader="2" ! PrecompiledHeaderFile=".\build\vc71\$(ConfigurationName)/ohlib.pch" ! AssemblerListingLocation=".\build\vc71\$(ConfigurationName)/" ! ObjectFile=".\build\vc71\$(ConfigurationName)/" ! ProgramDataBaseFileName=".\build\vc71\$(ConfigurationName)/" WarningLevel="3" SuppressStartupBanner="TRUE" *************** *** 187,194 **** RuntimeTypeInfo="TRUE" UsePrecompiledHeader="2" ! PrecompiledHeaderFile=".\build\vc71\ReleaseCRTDLL/ohlib.pch" ! AssemblerListingLocation=".\build\vc71\ReleaseCRTDLL/" ! ObjectFile=".\build\vc71\ReleaseCRTDLL/" ! ProgramDataBaseFileName=".\build\vc71\ReleaseCRTDLL/" WarningLevel="3" SuppressStartupBanner="TRUE" --- 187,194 ---- RuntimeTypeInfo="TRUE" UsePrecompiledHeader="2" ! PrecompiledHeaderFile=".\build\vc71\$(ConfigurationName)/ohlib.pch" ! AssemblerListingLocation=".\build\vc71\$(ConfigurationName)/" ! ObjectFile=".\build\vc71\$(ConfigurationName)/" ! ProgramDataBaseFileName=".\build\vc71\$(ConfigurationName)/" WarningLevel="3" SuppressStartupBanner="TRUE" *************** *** 240,247 **** RuntimeTypeInfo="TRUE" UsePrecompiledHeader="2" ! PrecompiledHeaderFile=".\build\vc71\Release/ohlib.pch" ! AssemblerListingLocation=".\build\vc71\Release/" ! ObjectFile=".\build\vc71\Release/" ! ProgramDataBaseFileName=".\build\vc71\Release/" WarningLevel="3" SuppressStartupBanner="TRUE" --- 240,247 ---- RuntimeTypeInfo="TRUE" UsePrecompiledHeader="2" ! PrecompiledHeaderFile=".\build\vc71\$(ConfigurationName)/ohlib.pch" ! AssemblerListingLocation=".\build\vc71\$(ConfigurationName)/" ! ObjectFile=".\build\vc71\$(ConfigurationName)/" ! ProgramDataBaseFileName=".\build\vc71\$(ConfigurationName)/" WarningLevel="3" SuppressStartupBanner="TRUE" *************** *** 291,298 **** RuntimeTypeInfo="TRUE" UsePrecompiledHeader="2" ! PrecompiledHeaderFile=".\build\vc71\DebugCRTDLL/ohlib.pch" ! AssemblerListingLocation=".\build\vc71\DebugCRTDLL/" ! ObjectFile=".\build\vc71\DebugCRTDLL/" ! ProgramDataBaseFileName=".\build\vc71\DebugCRTDLL/" WarningLevel="3" SuppressStartupBanner="TRUE" --- 291,298 ---- RuntimeTypeInfo="TRUE" UsePrecompiledHeader="2" ! PrecompiledHeaderFile=".\build\vc71\$(ConfigurationName)/ohlib.pch" ! AssemblerListingLocation=".\build\vc71\$(ConfigurationName)/" ! ObjectFile=".\build\vc71\$(ConfigurationName)/" ! ProgramDataBaseFileName=".\build\vc71\$(ConfigurationName)/" WarningLevel="3" SuppressStartupBanner="TRUE" |