[Sphere-axis-commits] CVS: Axis/S_Sphere52 S_Sphere52.vcproj,1.9,1.10
Brought to you by:
pesterle
From: Philip E. <pes...@us...> - 2003-06-19 19:13:38
|
Update of /cvsroot/sphere-axis/Axis/S_Sphere52 In directory sc8-pr-cvs1:/tmp/cvs-serv1774/S_Sphere52 Modified Files: S_Sphere52.vcproj Log Message: no message Index: S_Sphere52.vcproj =================================================================== RCS file: /cvsroot/sphere-axis/Axis/S_Sphere52/S_Sphere52.vcproj,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -r1.9 -r1.10 *** S_Sphere52.vcproj 19 Jun 2003 05:59:58 -0000 1.9 --- S_Sphere52.vcproj 19 Jun 2003 19:13:36 -0000 1.10 *************** *** 37,41 **** <Tool Name="VCLinkerTool" ! RegisterOutput="FALSE" IgnoreImportLibrary="FALSE" AdditionalDependencies="libxml2.lib comsvcs.lib ..\S_ScriptsBase\Debug\S_ScriptsBase.lib" --- 37,41 ---- <Tool Name="VCLinkerTool" ! RegisterOutput="TRUE" IgnoreImportLibrary="FALSE" AdditionalDependencies="libxml2.lib comsvcs.lib ..\S_ScriptsBase\Debug\S_ScriptsBase.lib" *************** *** 85,89 **** ConfigurationType="2" UseOfMFC="2" ! UseOfATL="1" ATLMinimizesCRunTimeLibraryUsage="FALSE" CharacterSet="2"> --- 85,89 ---- ConfigurationType="2" UseOfMFC="2" ! UseOfATL="2" ATLMinimizesCRunTimeLibraryUsage="FALSE" CharacterSet="2"> *************** *** 106,112 **** Name="VCLinkerTool" IgnoreImportLibrary="TRUE" ! AdditionalDependencies=" libxml2.lib comsvcs.lib ..\S_ScriptsBase\Release\S_ScriptsBase.lib" OutputFile="$(OutDir)/S_Sphere52.dll" LinkIncremental="1" ModuleDefinitionFile=".\S_Sphere52.def" GenerateDebugInformation="TRUE" --- 106,113 ---- Name="VCLinkerTool" IgnoreImportLibrary="TRUE" ! AdditionalDependencies="libxml2.lib comsvcs.lib ..\S_ScriptsBase\Release\S_ScriptsBase.lib" OutputFile="$(OutDir)/S_Sphere52.dll" LinkIncremental="1" + IgnoreDefaultLibraryNames="" ModuleDefinitionFile=".\S_Sphere52.def" GenerateDebugInformation="TRUE" *************** *** 132,137 **** CommandLine="regsvr32 /s /c "$(TargetPath)""/> <Tool ! Name="VCPreBuildEventTool" ! CommandLine="copy ..\S_ScriptsBase\release\S_ScriptsBase.dll Release"/> <Tool Name="VCPreLinkEventTool"/> --- 133,137 ---- CommandLine="regsvr32 /s /c "$(TargetPath)""/> <Tool ! Name="VCPreBuildEventTool"/> <Tool Name="VCPreLinkEventTool"/> |