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 2002/02/20 21:01:38 UTC

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

tng         02/02/20 12:01:38

  Modified:    c/src/xercesc Makefile.incl
  Log:
  [Bug 2845] HP-UX 10.20 with CC A.10.40 needs +Z instead of +z.
  
  Revision  Changes    Path
  1.3       +2 -2      xml-xerces/c/src/xercesc/Makefile.incl
  
  Index: Makefile.incl
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/Makefile.incl,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Makefile.incl	18 Feb 2002 06:36:44 -0000	1.2
  +++ Makefile.incl	20 Feb 2002 20:01:38 -0000	1.3
  @@ -54,7 +54,7 @@
   # <http://www.apache.org/>.
   #
   #
  -# $Id: Makefile.incl,v 1.2 2002/02/18 06:36:44 jberry Exp $
  +# $Id: Makefile.incl,v 1.3 2002/02/20 20:01:38 tng Exp $
   #
   
   ###################################################################
  @@ -324,7 +324,7 @@
     else
       TEMPLATESREPOSITORY = ${XML_OBJ_DIR}/ptrepository
       COMMON_COMPILE_OPTIONS = -D_HP_UX -DXERCES_TMPLSINC \
  -        -D${OSVERDEFINE} +DAportable +eh +z -z +a1 +d
  +        -D${OSVERDEFINE} +DAportable +eh +Z -Z +a1 +d
       ifeq ($(MODULE), dom)
         PLATFORM_COMPILE_OPTIONS  = -DDOM_PROJ $(COMMON_COMPILE_OPTIONS)
       else
  
  
  

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