You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by tn...@apache.org on 2003/03/13 23:11:28 UTC

cvs commit: xml-xerces/c/src/xercesc/util/Platforms Makefile.in

tng         2003/03/13 14:11:28

  Modified:    c/src/xercesc/util/Platforms Makefile.in
  Log:
  [Bug 17858] Support for QNX/Neutrino.  Patch from Chris McKillop.
  
  Revision  Changes    Path
  1.7       +6 -0      xml-xerces/c/src/xercesc/util/Platforms/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/util/Platforms/Makefile.in,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- Makefile.in	2 Dec 2002 20:41:09 -0000	1.6
  +++ Makefile.in	13 Mar 2003 22:11:28 -0000	1.7
  @@ -55,6 +55,9 @@
   #
   #
   # $Log$
  +# Revision 1.7  2003/03/13 22:11:28  tng
  +# [Bug 17858] Support for QNX/Neutrino.  Patch from Chris McKillop.
  +#
   # Revision 1.6  2002/12/02 20:41:09  tng
   # [Bug 12490] Patches required to build Xerces-C++ on BeOS R5.  Patch from Andrew Bachmann.
   #
  @@ -156,6 +159,9 @@
   endif
   ifeq (${PLATFORM}, BEOS)
       SUBMODULE = BeOS
  +endif
  +ifeq (${PLATFORM}, QNX)
  +    SUBMODULE = QNX
   endif
   ifeq (${PLATFORM}, LINUX)
       SUBMODULE = Linux
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-cvs-help@xml.apache.org