You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by pe...@apache.org on 2002/05/02 23:28:44 UTC

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

peiyongz    02/05/02 14:28:44

  Modified:    c/samples Makefile.incl
  Log:
  Build 64 on HP11
  
  Revision  Changes    Path
  1.41      +2 -2      xml-xerces/c/samples/Makefile.incl
  
  Index: Makefile.incl
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/samples/Makefile.incl,v
  retrieving revision 1.40
  retrieving revision 1.41
  diff -u -r1.40 -r1.41
  --- Makefile.incl	12 Apr 2002 11:58:43 -0000	1.40
  +++ Makefile.incl	2 May 2002 21:28:44 -0000	1.41
  @@ -54,7 +54,7 @@
   # <http://www.apache.org/>.
   #
   #
  -# $Id: Makefile.incl,v 1.40 2002/04/12 11:58:43 tng Exp $
  +# $Id: Makefile.incl,v 1.41 2002/05/02 21:28:44 peiyongz Exp $
   #
   
   ################## LIBRARY NAMES AND DIRECTORIES ##################
  @@ -206,7 +206,7 @@
   #================= HP SPECIFIC OPTIONS ===========================
   ifeq (${PLATFORM}, HPUX)
     ifeq (${COMPILER}, aCC)
  -    CMP = -c $(CXXFLAGS) -D_HP_UX -DHPaCC +DAportable -w +z
  +    CMP = -c +DAportable $(CXXFLAGS) -D_HP_UX -DHPaCC -w +z
       CC = aCC
       LINK =  ${CC} -Wl,+s ${LDFLAGS}
       PLATFORM_LIB_LINK_OPTIONS=-L/opt/aCC/lib -L/usr/ccs/lib
  
  
  

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