[ObjectHandler-cvs] ObjectHandler/ohxl/ohxll ohxll_vc8.vcproj,1.2,1.3
Brought to you by:
ericehlers,
nando
From: Ferdinando A. <na...@us...> - 2006-05-24 11:29:07
|
Update of /cvsroot/objecthandler/ObjectHandler/ohxl/ohxll In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv10456/ohxl/ohxll Modified Files: ohxll_vc8.vcproj Log Message: Index: ohxll_vc8.vcproj =================================================================== RCS file: /cvsroot/objecthandler/ObjectHandler/ohxl/ohxll/ohxll_vc8.vcproj,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** ohxll_vc8.vcproj 24 May 2006 09:42:09 -0000 1.2 --- ohxll_vc8.vcproj 24 May 2006 11:28:57 -0000 1.3 *************** *** 2,6 **** <VisualStudioProject ProjectType="Visual C++" ! Version="8,00" Name="ohxll" ProjectGUID="{04D7369F-47BC-46B0-A374-41635A9656D8}" --- 2,6 ---- <VisualStudioProject ProjectType="Visual C++" ! Version="8.00" Name="ohxll" ProjectGUID="{04D7369F-47BC-46B0-A374-41635A9656D8}" *************** *** 42,46 **** SuppressStartupBanner="true" TargetEnvironment="1" ! TypeLibraryName="..\..\xll/ohxll.tlb" HeaderFileName="" /> --- 42,46 ---- SuppressStartupBanner="true" TargetEnvironment="1" ! TypeLibraryName=".\xll/ohxll.tlb" HeaderFileName="" /> *************** *** 81,86 **** AdditionalLibraryDirectories="..\..\lib,$(LOG4CXX_DIR)\msvc\Lib" GenerateDebugInformation="true" ! ProgramDatabaseFile="..\..\lib/ObjectHandler-xll-vc80-mt-gd-0_1_4.pdb" ! ImportLibrary="..\..\lib/ObjectHandler-xll-vc80-mt-gd-0_1_4.lib" TargetMachine="1" /> --- 81,86 ---- AdditionalLibraryDirectories="..\..\lib,$(LOG4CXX_DIR)\msvc\Lib" GenerateDebugInformation="true" ! ProgramDatabaseFile="..\..\xll/ObjectHandler-vc80-mt-gd-0_1_4.pdb" ! ImportLibrary="..\..\xll/ObjectHandler-vc80-mt-gd-0_1_4.lib" TargetMachine="1" /> *************** *** 97,101 **** Name="VCBscMakeTool" SuppressStartupBanner="true" ! OutputFile="..\..\xll/ohxll.bsc" /> <Tool --- 97,101 ---- Name="VCBscMakeTool" SuppressStartupBanner="true" ! OutputFile=".\xll/ohxll.bsc" /> <Tool *************** *** 140,144 **** SuppressStartupBanner="true" TargetEnvironment="1" ! TypeLibraryName="..\..\xll/ohxll.tlb" HeaderFileName="" /> --- 140,144 ---- SuppressStartupBanner="true" TargetEnvironment="1" ! TypeLibraryName=".\xll/ohxll.tlb" HeaderFileName="" /> *************** *** 178,183 **** SuppressStartupBanner="true" AdditionalLibraryDirectories="..\..\lib,$(LOG4CXX_DIR)\msvc\Lib" ! ProgramDatabaseFile="..\..\lib/ObjectHandler-xll-vc80-mt-0_1_4.pdb" ! ImportLibrary="..\..\lib/ObjectHandler-xll-vc80-mt-0_1_4.lib" TargetMachine="1" /> --- 178,183 ---- SuppressStartupBanner="true" AdditionalLibraryDirectories="..\..\lib,$(LOG4CXX_DIR)\msvc\Lib" ! ProgramDatabaseFile="..\..\xll/ObjectHandler-vc80-mt-0_1_4.pdb" ! ImportLibrary="..\..\xll/ObjectHandler-vc80-mt-0_1_4.lib" TargetMachine="1" /> *************** *** 194,198 **** Name="VCBscMakeTool" SuppressStartupBanner="true" ! OutputFile="..\..\xll/ohxll.bsc" /> <Tool --- 194,198 ---- Name="VCBscMakeTool" SuppressStartupBanner="true" ! OutputFile=".\xll/ohxll.bsc" /> <Tool |