[ObjectHandler-cvs] ObjectHandler/ohxl/ohxll ohxll_vc8.vcproj, 1.7, 1.8
Brought to you by:
ericehlers,
nando
From: Ferdinando A. <na...@us...> - 2006-06-11 18:14:04
|
Update of /cvsroot/objecthandler/ObjectHandler/ohxl/ohxll In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv11049/ohxl/ohxll Modified Files: ohxll_vc8.vcproj Log Message: adopting vc80\$(ConfigurationName) in *_vc8.proj files Index: ohxll_vc8.vcproj =================================================================== RCS file: /cvsroot/objecthandler/ObjectHandler/ohxl/ohxll/ohxll_vc8.vcproj,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** ohxll_vc8.vcproj 9 Jun 2006 18:58:28 -0000 1.7 --- ohxll_vc8.vcproj 11 Jun 2006 18:14:00 -0000 1.8 *************** *** 17,21 **** Name="Debug CRTDLL|Win32" OutputDirectory="..\..\xll" ! IntermediateDirectory="..\..\build\vc80\ohxll\DebugCRTDLL" ConfigurationType="2" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" --- 17,21 ---- Name="Debug CRTDLL|Win32" OutputDirectory="..\..\xll" ! IntermediateDirectory="..\..\build\vc80\ohxll\$(ConfigurationName)" ConfigurationType="2" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" *************** *** 54,61 **** RuntimeLibrary="3" RuntimeTypeInfo="true" ! PrecompiledHeaderFile="..\..\build\vc80\ohxll\DebugCRTDLL/ohxll.pch" ! AssemblerListingLocation="..\..\build\vc80\ohxll\DebugCRTDLL/" ! ObjectFile="..\..\build\vc80\ohxll\DebugCRTDLL/" ! ProgramDataBaseFileName="..\..\build\vc80\ohxll\DebugCRTDLL/" WarningLevel="3" SuppressStartupBanner="true" --- 54,61 ---- RuntimeLibrary="3" RuntimeTypeInfo="true" ! PrecompiledHeaderFile="..\..\build\vc80\ohxll\$(ConfigurationName)/ohxll.pch" ! AssemblerListingLocation="..\..\build\vc80\ohxll\$(ConfigurationName)/" ! ObjectFile="..\..\build\vc80\ohxll\$(ConfigurationName)/" ! ProgramDataBaseFileName="..\..\build\vc80\ohxll\$(ConfigurationName)/" WarningLevel="3" SuppressStartupBanner="true" *************** *** 115,119 **** Name="Release CRTDLL|Win32" OutputDirectory="..\..\xll" ! IntermediateDirectory="..\..\build\vc80\ohxll\ReleaseCRTDLL" ConfigurationType="2" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" --- 115,119 ---- Name="Release CRTDLL|Win32" OutputDirectory="..\..\xll" ! IntermediateDirectory="..\..\build\vc80\ohxll\$(ConfigurationName)" ConfigurationType="2" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" *************** *** 153,160 **** EnableFunctionLevelLinking="true" RuntimeTypeInfo="true" ! PrecompiledHeaderFile="..\..\build\vc80\ohxll\ReleaseCRTDLL/ohxll.pch" ! AssemblerListingLocation="..\..\build\vc80\ohxll\ReleaseCRTDLL/" ! ObjectFile="..\..\build\vc80\ohxll\ReleaseCRTDLL/" ! ProgramDataBaseFileName="..\..\build\vc80\ohxll\ReleaseCRTDLL/" WarningLevel="3" SuppressStartupBanner="true" --- 153,160 ---- EnableFunctionLevelLinking="true" RuntimeTypeInfo="true" ! PrecompiledHeaderFile="..\..\build\vc80\ohxll\$(ConfigurationName)/ohxll.pch" ! AssemblerListingLocation="..\..\build\vc80\ohxll\$(ConfigurationName)/" ! ObjectFile="..\..\build\vc80\ohxll\$(ConfigurationName)/" ! ProgramDataBaseFileName="..\..\build\vc80\ohxll\$(ConfigurationName)/" WarningLevel="3" SuppressStartupBanner="true" |