tng 2002/11/19 08:06:19
Modified: c/Projects/Win32/VC7/xerces-all/xerces-com xerces-com.vcproj
Log:
Get ready for Xerces-C++ 2.2
Revision Changes Path
1.4 +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.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- xerces-com.vcproj 22 Aug 2002 19:49:00 -0000 1.3
+++ xerces-com.vcproj 19 Nov 2002 16:06:19 -0000 1.4
@@ -41,12 +41,12 @@
<Tool
Name="VCCustomBuildTool"
Description="Performing registration"
- CommandLine="echo copy
..\..\..\..\..\Build\Win32\VC7\Release\xerces-c_2_1_0.dll $(TargetDir)
-copy ..\..\..\..\..\Build\Win32\VC7\Release\xerces-c_2_1_0.dll
"$(TargetDir)"
+ CommandLine="echo copy
..\..\..\..\..\Build\Win32\VC7\Release\xerces-c_2_2_0.dll $(TargetDir)
+copy ..\..\..\..\..\Build\Win32\VC7\Release\xerces-c_2_2_0.dll
"$(TargetDir)"
regsvr32 /s /c "$(TargetPath)"
echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg"
"
-
Outputs="$(TargetDir)xerces-c_2_1_0.dll;$(OutDir)\regsvr32.trg"/>
+
Outputs="$(TargetDir)xerces-c_2_2_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_1_0D.dll "$(TargetDir)"
-copy ..\..\..\..\..\Build\Win32\VC7\Debug\xerces-c_2_1_0D.dll
"$(TargetDir)"
+ CommandLine="echo copy
..\..\..\..\..\Build\Win32\VC7\Debug\xerces-c_2_2_0D.dll "$(TargetDir)"
+copy ..\..\..\..\..\Build\Win32\VC7\Debug\xerces-c_2_2_0D.dll
"$(TargetDir)"
regsvr32 /s /c "$(TargetPath)"
echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg"
"
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]