From 1177e297ed53801bb94a7c2cc07e2a26c5664065 Mon Sep 17 00:00:00 2001 From: PeiYong Zhang <peiyongz@apache.org> Date: Mon, 3 Jun 2002 23:11:25 +0000 Subject: [PATCH] DOMWriter.cpp/DOMWriterFilter.cpp removed git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@173789 13f79535-47bb-0310-9956-ffa450edef68 --- .../VC6/xerces-all/XercesLib/XercesLib.dsp | 22 ++++++------------- src/xercesc/dom/Makefile.in | 4 +--- 2 files changed, 8 insertions(+), 18 deletions(-) diff --git a/Projects/Win32/VC6/xerces-all/XercesLib/XercesLib.dsp b/Projects/Win32/VC6/xerces-all/XercesLib/XercesLib.dsp index 5b0f56bca..fbb898a15 100644 --- a/Projects/Win32/VC6/xerces-all/XercesLib/XercesLib.dsp +++ b/Projects/Win32/VC6/xerces-all/XercesLib/XercesLib.dsp @@ -7,19 +7,19 @@ CFG=XercesLib - Win32 Debug !MESSAGE This is not a valid makefile. To build this project using NMAKE, !MESSAGE use the Export Makefile command and run -!MESSAGE +!MESSAGE !MESSAGE NMAKE /f "XercesLib.mak". -!MESSAGE +!MESSAGE !MESSAGE You can specify a configuration when running NMAKE !MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE +!MESSAGE !MESSAGE NMAKE /f "XercesLib.mak" CFG="XercesLib - Win32 Debug" -!MESSAGE +!MESSAGE !MESSAGE Possible choices for configuration are: -!MESSAGE +!MESSAGE !MESSAGE "XercesLib - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library") !MESSAGE "XercesLib - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE +!MESSAGE # Begin Project # PROP AllowPerConfigDependencies 0 @@ -84,7 +84,7 @@ LINK32=link.exe # ADD LINK32 kernel32.lib user32.lib advapi32.lib ws2_32.lib /nologo /base:"0x12000000" /subsystem:windows /dll /debug /machine:I386 /out:"..\..\..\..\..\Build\Win32\VC6\Debug/xerces-c_2_0_0D.dll" /implib:"..\..\..\..\..\Build\Win32\VC6\Debug/xerces-c_2D.lib" /pdbtype:sept /version:2.0.0 # SUBTRACT LINK32 /pdb:none -!ENDIF +!ENDIF # Begin Target @@ -2872,18 +2872,10 @@ SOURCE=..\..\..\..\..\src\xercesc\dom\DOMTreeWalker.hpp # End Source File # Begin Source File -SOURCE=..\..\..\..\..\src\xercesc\dom\DOMWriter.cpp -# End Source File -# Begin Source File - SOURCE=..\..\..\..\..\src\xercesc\dom\DOMWriter.hpp # End Source File # Begin Source File -SOURCE=..\..\..\..\..\src\xercesc\dom\DOMWriterFilter.cpp -# End Source File -# Begin Source File - SOURCE=..\..\..\..\..\src\xercesc\dom\DOMWriterFilter.hpp # End Source File # End Group diff --git a/src/xercesc/dom/Makefile.in b/src/xercesc/dom/Makefile.in index 6a198d63d..6f59114f2 100644 --- a/src/xercesc/dom/Makefile.in +++ b/src/xercesc/dom/Makefile.in @@ -121,9 +121,7 @@ DOM_C_FILES = DOM_CPP_OBJECTS = \ DOMException.$(TO) \ - DOMRangeException.$(TO) \ - DOMWriter.$(TO) \ - DOMWriterFilter.$(TO) + DOMRangeException.$(TO) all:: includes $(DOM_CPP_OBJECTS) impl deprecated -- GitLab