From dc1a62a915b6322fbfa0658708ebca7f1bbfbdfc Mon Sep 17 00:00:00 2001 From: "Unknown (roddey)" <dev-null@apache.org> Date: Wed, 19 Jan 2000 00:54:06 +0000 Subject: [PATCH] Removed reliance on old utils output streams. git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@171592 13f79535-47bb-0310-9956-ffa450edef68 --- Projects/Win32/Unsupported/IntVC6/ParserTest/ParserTest.dsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Projects/Win32/Unsupported/IntVC6/ParserTest/ParserTest.dsp b/Projects/Win32/Unsupported/IntVC6/ParserTest/ParserTest.dsp index 0b1dcf683..81aa58798 100644 --- a/Projects/Win32/Unsupported/IntVC6/ParserTest/ParserTest.dsp +++ b/Projects/Win32/Unsupported/IntVC6/ParserTest/ParserTest.dsp @@ -67,7 +67,7 @@ LINK32=link.exe # PROP Ignore_Export_Lib 0 # PROP Target_Dir "" # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /G6 /MDd /Za /W3 /Gm /GX /Zi /Od /I "..\..\..\..\..\src" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "PROJ_PARSERTEST" /FD /GZ /c +# ADD CPP /nologo /G6 /MDd /Ze /W3 /Gm /GX /Zi /Od /I "..\..\..\..\..\src" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "PROJ_PARSERTEST" /FD /GZ /c # SUBTRACT CPP /YX # ADD BASE RSC /l 0x409 /d "_DEBUG" # ADD RSC /l 0x409 /d "_DEBUG" -- GitLab