[ObjectHandler-cvs] ObjectHandler ohlib.vcproj,1.1,1.2
Brought to you by:
ericehlers,
nando
From: Ferdinando A. <na...@us...> - 2006-06-01 15:58:37
|
Update of /cvsroot/objecthandler/ObjectHandler In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv28744 Modified Files: ohlib.vcproj Log Message: VC7 catching up Index: ohlib.vcproj =================================================================== RCS file: /cvsroot/objecthandler/ObjectHandler/ohlib.vcproj,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** ohlib.vcproj 19 May 2006 15:12:41 -0000 1.1 --- ohlib.vcproj 1 Jun 2006 15:58:30 -0000 1.2 *************** *** 13,18 **** <Configuration Name="Debug SingleThread|Win32" ! OutputDirectory=".\build\vc71\DebugST" ! IntermediateDirectory=".\build\vc71\DebugST" ConfigurationType="4" UseOfMFC="0" --- 13,18 ---- <Configuration Name="Debug SingleThread|Win32" ! OutputDirectory=".\build\vc71\oh\DebugST" ! IntermediateDirectory=".\build\vc71\oh\DebugST" ConfigurationType="4" UseOfMFC="0" *************** *** 65,70 **** <Configuration Name="Debug|Win32" ! OutputDirectory=".\build\vc71\Debug" ! IntermediateDirectory=".\build\vc71\Debug" ConfigurationType="4" UseOfMFC="0" --- 65,70 ---- <Configuration Name="Debug|Win32" ! OutputDirectory=".\build\vc71\oh\Debug" ! IntermediateDirectory=".\build\vc71\oh\Debug" ConfigurationType="4" UseOfMFC="0" *************** *** 80,87 **** RuntimeTypeInfo="TRUE" UsePrecompiledHeader="2" ! PrecompiledHeaderFile=".\build\vc71\Debug/ohlib.pch" ! AssemblerListingLocation=".\build\vc71\Debug/" ! ObjectFile=".\build\vc71\Debug/" ! ProgramDataBaseFileName=".\build\vc71\Debug/" WarningLevel="3" SuppressStartupBanner="TRUE" --- 80,87 ---- RuntimeTypeInfo="TRUE" UsePrecompiledHeader="2" ! PrecompiledHeaderFile=".\build\vc71\oh\Debug/ohlib.pch" ! AssemblerListingLocation=".\build\vc71\oh\Debug/" ! ObjectFile=".\build\vc71\oh\Debug/" ! ProgramDataBaseFileName=".\build\vc71\oh\Debug/" WarningLevel="3" SuppressStartupBanner="TRUE" *************** *** 117,122 **** <Configuration Name="Release SingleThread|Win32" ! OutputDirectory=".\build\vc71\ReleaseST" ! IntermediateDirectory=".\build\vc71\ReleaseST" ConfigurationType="4" UseOfMFC="0" --- 117,122 ---- <Configuration Name="Release SingleThread|Win32" ! OutputDirectory=".\build\vc71\oh\ReleaseST" ! IntermediateDirectory=".\build\vc71\oh\ReleaseST" ConfigurationType="4" UseOfMFC="0" *************** *** 170,175 **** <Configuration Name="Release CRTDLL|Win32" ! OutputDirectory=".\build\vc71\ReleaseCRTDLL" ! IntermediateDirectory=".\build\vc71\ReleaseCRTDLL" ConfigurationType="4" UseOfMFC="0" --- 170,175 ---- <Configuration Name="Release CRTDLL|Win32" ! OutputDirectory=".\build\vc71\oh\ReleaseCRTDLL" ! IntermediateDirectory=".\build\vc71\oh\ReleaseCRTDLL" ConfigurationType="4" UseOfMFC="0" *************** *** 223,228 **** <Configuration Name="Release|Win32" ! OutputDirectory=".\build\vc71\Release" ! IntermediateDirectory=".\build\vc71\Release" ConfigurationType="4" UseOfMFC="0" --- 223,228 ---- <Configuration Name="Release|Win32" ! OutputDirectory=".\build\vc71\oh\Release" ! IntermediateDirectory=".\build\vc71\oh\Release" ConfigurationType="4" UseOfMFC="0" *************** *** 276,281 **** <Configuration Name="Debug CRTDLL|Win32" ! OutputDirectory=".\build\vc71\DebugCRTDLL" ! IntermediateDirectory=".\build\vc71\DebugCRTDLL" ConfigurationType="4" UseOfMFC="0" --- 276,281 ---- <Configuration Name="Debug CRTDLL|Win32" ! OutputDirectory=".\build\vc71\oh\DebugCRTDLL" ! IntermediateDirectory=".\build\vc71\oh\DebugCRTDLL" ConfigurationType="4" UseOfMFC="0" *************** *** 331,335 **** <Files> <File ! RelativePath="oh\autolink.hpp"> </File> <File --- 331,335 ---- <Files> <File ! RelativePath=".\oh\auto_link.hpp"> </File> <File |