From ff6c6ea68651325fd512e18e0cd7065b379c0ed7 Mon Sep 17 00:00:00 2001 From: Neil Graham <neilg@apache.org> Date: Tue, 25 Nov 2003 03:46:44 +0000 Subject: [PATCH] enable 1047 transcoder to build on Unix git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175454 13f79535-47bb-0310-9956-ffa450edef68 --- src/xercesc/util/Makefile.in | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/xercesc/util/Makefile.in b/src/xercesc/util/Makefile.in index 4ee1593a1..fc379ddb2 100644 --- a/src/xercesc/util/Makefile.in +++ b/src/xercesc/util/Makefile.in @@ -55,6 +55,9 @@ # # # $Log$ +# Revision 1.40 2003/11/25 03:46:44 neilg +# enable 1047 transcoder to build on Unix +# # Revision 1.39 2003/10/30 21:37:32 knoaman # Enhanced Entity Resolver Support. Thanks to David Cargill. # @@ -553,6 +556,7 @@ UTIL_CPP_PUBHEADERS = \ XMLException.hpp \ XMLExceptMsgs.hpp \ XMLFloat.hpp \ + XMLIBM1047Transcoder.hpp \ XMLIBM1140Transcoder.hpp \ XMLInteger.hpp \ XMLMsgLoader.hpp \ @@ -630,6 +634,7 @@ UTIL_CPP_OBJECTS = \ XMLEBCDICTranscoder.$(TO) \ XMLException.$(TO) \ XMLFloat.$(TO) \ + XMLIBM1047Transcoder.$(TO) \ XMLIBM1140Transcoder.$(TO) \ XMLMsgLoader.$(TO) \ XMLNumber.$(TO) \ -- GitLab