From d78e467bb24cece37d78ff54a637957a0107acb6 Mon Sep 17 00:00:00 2001 From: PeiYong Zhang <peiyongz@apache.org> Date: Wed, 29 May 2002 21:26:07 +0000 Subject: [PATCH] DOM3 DOMWriter/DOMWriterFilter git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@173764 13f79535-47bb-0310-9956-ffa450edef68 --- .../Projects/Win32/VC6/DOMPrint/DOMPrint.dsp | 20 +++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/samples/Projects/Win32/VC6/DOMPrint/DOMPrint.dsp b/samples/Projects/Win32/VC6/DOMPrint/DOMPrint.dsp index 488c0ff16..66c114b9c 100644 --- a/samples/Projects/Win32/VC6/DOMPrint/DOMPrint.dsp +++ b/samples/Projects/Win32/VC6/DOMPrint/DOMPrint.dsp @@ -7,18 +7,18 @@ CFG=DOMPrint - 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 "DOMPrint.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 "DOMPrint.mak" CFG="DOMPrint - Win32 Debug" -!MESSAGE +!MESSAGE !MESSAGE Possible choices for configuration are: -!MESSAGE +!MESSAGE !MESSAGE "DOMPrint - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE +!MESSAGE # Begin Project # PROP AllowPerConfigDependencies 0 @@ -60,6 +60,14 @@ SOURCE=..\..\..\..\DOMPrint\DOMPrint.cpp # End Source File # Begin Source File +SOURCE=..\..\..\..\DOMPrint\DOMPrintErrorHandler.cpp +# End Source File +# Begin Source File + +SOURCE=..\..\..\..\DOMPrint\DOMPrintFilter.cpp +# End Source File +# Begin Source File + SOURCE=..\..\..\..\DOMPrint\DOMTreeErrorReporter.cpp # End Source File # End Group -- GitLab