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/04/09 18:41:28 UTC

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

peiyongz    02/04/09 09:41:28

  Modified:    c/samples Makefile.incl
  Log:
  Bug#6095: build versioned shared library
  
  Revision  Changes    Path
  1.39      +3 -3      xml-xerces/c/samples/Makefile.incl
  
  Index: Makefile.incl
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/samples/Makefile.incl,v
  retrieving revision 1.38
  retrieving revision 1.39
  diff -u -r1.38 -r1.39
  --- Makefile.incl	27 Feb 2002 22:37:55 -0000	1.38
  +++ Makefile.incl	9 Apr 2002 16:41:28 -0000	1.39
  @@ -54,7 +54,7 @@
   # <http://www.apache.org/>.
   #
   #
  -# $Id: Makefile.incl,v 1.38 2002/02/27 22:37:55 peiyongz Exp $
  +# $Id: Makefile.incl,v 1.39 2002/04/09 16:41:28 peiyongz Exp $
   #
   
   ################## LIBRARY NAMES AND DIRECTORIES ##################
  @@ -71,7 +71,7 @@
   endif
   THISLIB=${LIB_DIR}/${LIBNAME}
   
  -LIBRARY_NAMES=-l${LIBNAME}${VER}
  +LIBRARY_NAMES=-l${LIBNAME}
   LIBRARY_SEARCH_PATHS=-L${LIB_DIR}
   
   TO = o
  @@ -154,7 +154,7 @@
   ifeq (${PLATFORM}, AIX)
   CMP= -c ${CXXFLAGS} -qnotempinc
   CC=${COMPILER} -D${PLATFORM}
  -LINK =  ${COMPILER} ${LDFLAGS}
  +LINK =  ${COMPILER} -brtl ${LDFLAGS}
   # the compiler knows about this two
   # PLATFORM_LIB_LINK_OPTIONS=-L/usr/lpp/xlC/lib
   # EXTRA_LINK_OPTIONS=-lC
  
  
  

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