You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by ar...@locus.apache.org on 2000/09/06 23:17:18 UTC

cvs commit: xml-xerces/c/src Makefile.incl

aruna1      00/09/06 14:17:16

  Modified:    c/src    Makefile.incl
  Log:
  HP related compile options modified for icu compatibility
  
  Revision  Changes    Path
  1.32      +2 -2      xml-xerces/c/src/Makefile.incl
  
  Index: Makefile.incl
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/Makefile.incl,v
  retrieving revision 1.31
  retrieving revision 1.32
  diff -u -r1.31 -r1.32
  --- Makefile.incl	2000/08/01 18:26:30	1.31
  +++ Makefile.incl	2000/09/06 21:17:09	1.32
  @@ -54,7 +54,7 @@
   # <http://www.apache.org/>.
   #
   #
  -# $Id: Makefile.incl,v 1.31 2000/08/01 18:26:30 aruna1 Exp $
  +# $Id: Makefile.incl,v 1.32 2000/09/06 21:17:09 aruna1 Exp $
   #
   
   ###################################################################
  @@ -297,7 +297,7 @@
   
     ifeq (${CXX}, aCC)
       PLATFORM_COMPILE_OPTIONS = -D_HP_UX -DHPaCC \
  -        -D${OSVERDEFINE} +DAportable +z +inst_compiletime
  +        -D${OSVERDEFINE} +DAportable +z
       MAKE_SHARED = ${CXX} -D${PLATFORM} -b
       MAKE_SHARED_C = ${CC} -D${PLATFORM} -b
       ifeq (${TRANSCODER}, ICU)