[ObjectHandler-cvs] ObjectHandler/ohxl/ohxll ohxll_vc8.vcproj, 1.8, 1.9
Brought to you by:
ericehlers,
nando
From: Ferdinando A. <na...@us...> - 2006-06-12 12:50:33
|
Update of /cvsroot/objecthandler/ObjectHandler/ohxl/ohxll In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv2360/ohxl/ohxll Modified Files: ohxll_vc8.vcproj Log Message: fixed association between Solution Configuration and Project onfiguration Index: ohxll_vc8.vcproj =================================================================== RCS file: /cvsroot/objecthandler/ObjectHandler/ohxl/ohxll/ohxll_vc8.vcproj,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** ohxll_vc8.vcproj 11 Jun 2006 18:14:00 -0000 1.8 --- ohxll_vc8.vcproj 12 Jun 2006 12:50:28 -0000 1.9 *************** *** 79,83 **** LinkIncremental="2" SuppressStartupBanner="true" ! AdditionalLibraryDirectories="..\..\lib,$(LOG4CXX_DIR)\msvc\Lib" GenerateDebugInformation="true" ProgramDatabaseFile="..\..\xll/ObjectHandler-xll-vc80-mt-gd-0_1_4.pdb" --- 79,83 ---- LinkIncremental="2" SuppressStartupBanner="true" ! AdditionalLibraryDirectories="..\..\lib,$(LOG4CXX_DIR)\msvc\lib" GenerateDebugInformation="true" ProgramDatabaseFile="..\..\xll/ObjectHandler-xll-vc80-mt-gd-0_1_4.pdb" *************** *** 177,181 **** LinkIncremental="1" SuppressStartupBanner="true" ! AdditionalLibraryDirectories="..\..\lib,$(LOG4CXX_DIR)\msvc\Lib" ProgramDatabaseFile="..\..\xll/ObjectHandler-xll-vc80-mt-0_1_4.pdb" ImportLibrary="..\..\xll/ObjectHandler-xll-vc80-mt-0_1_4.lib" --- 177,181 ---- LinkIncremental="1" SuppressStartupBanner="true" ! AdditionalLibraryDirectories="..\..\lib,$(LOG4CXX_DIR)\msvc\lib" ProgramDatabaseFile="..\..\xll/ObjectHandler-xll-vc80-mt-0_1_4.pdb" ImportLibrary="..\..\xll/ObjectHandler-xll-vc80-mt-0_1_4.lib" |