amassari    2003/11/21 03:27:38

  Modified:    c/Projects/Win32/VC7/xerces-all/xerces-com xerces-com.vcproj
  Log:
  Updated project to copy xerces-c_2_4_0, not xerces-c_2_3_0
  
  Revision  Changes    Path
  1.6       +5 -5      
xml-xerces/c/Projects/Win32/VC7/xerces-all/xerces-com/xerces-com.vcproj
  
  Index: xerces-com.vcproj
  ===================================================================
  RCS file: 
/home/cvs/xml-xerces/c/Projects/Win32/VC7/xerces-all/xerces-com/xerces-com.vcproj,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- xerces-com.vcproj 14 Mar 2003 21:14:57 -0000      1.5
  +++ xerces-com.vcproj 21 Nov 2003 11:27:38 -0000      1.6
  @@ -41,12 +41,12 @@
                        <Tool
                                Name="VCCustomBuildTool"
                                Description="Performing registration"
  -                             CommandLine="echo copy 
..\..\..\..\..\Build\Win32\VC7\Release\xerces-c_2_3_0.dll $(TargetDir)
  -copy ..\..\..\..\..\Build\Win32\VC7\Release\xerces-c_2_3_0.dll 
&quot;$(TargetDir)&quot;
  +                             CommandLine="echo copy 
..\..\..\..\..\Build\Win32\VC7\Release\xerces-c_2_4_0.dll $(TargetDir)
  +copy ..\..\..\..\..\Build\Win32\VC7\Release\xerces-c_2_4_0.dll 
&quot;$(TargetDir)&quot;
   regsvr32 /s /c &quot;$(TargetPath)&quot;
   echo regsvr32 exec. time &gt; &quot;$(OutDir)\regsvr32.trg&quot;
   "
  -                             
Outputs="$(TargetDir)xerces-c_2_3_0.dll;$(OutDir)\regsvr32.trg"/>
  +                             
Outputs="$(TargetDir)xerces-c_2_4_0.dll;$(OutDir)\regsvr32.trg"/>
                        <Tool
                                Name="VCLinkerTool"
                                AdditionalOptions="/MACHINE:I386"
  @@ -103,8 +103,8 @@
                        <Tool
                                Name="VCCustomBuildTool"
                                Description="Performing registration"
  -                             CommandLine="echo copy 
..\..\..\..\..\Build\Win32\VC7\Debug\xerces-c_2_3_0D.dll &quot;$(TargetDir)&quot;
  -copy ..\..\..\..\..\Build\Win32\VC7\Debug\xerces-c_2_3_0D.dll 
&quot;$(TargetDir)&quot;
  +                             CommandLine="echo copy 
..\..\..\..\..\Build\Win32\VC7\Debug\xerces-c_2_4_0D.dll &quot;$(TargetDir)&quot;
  +copy ..\..\..\..\..\Build\Win32\VC7\Debug\xerces-c_2_4_0D.dll 
&quot;$(TargetDir)&quot;
   regsvr32 /s /c &quot;$(TargetPath)&quot;
   echo regsvr32 exec. time &gt; &quot;$(OutDir)\regsvr32.trg&quot;
   "
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to