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:42:21 UTC

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

peiyongz    02/04/09 09:42:20

  Modified:    c/tests  Makefile.incl
  Log:
  Bug#6095: build versioned shared library
  
  Revision  Changes    Path
  1.21      +3 -3      xml-xerces/c/tests/Makefile.incl
  
  Index: Makefile.incl
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/tests/Makefile.incl,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- Makefile.incl	18 Jan 2002 19:47:28 -0000	1.20
  +++ Makefile.incl	9 Apr 2002 16:42:20 -0000	1.21
  @@ -54,7 +54,7 @@
   # <http://www.apache.org/>.
   #
   #
  -# $Id: Makefile.incl,v 1.20 2002/01/18 19:47:28 tng Exp $
  +# $Id: Makefile.incl,v 1.21 2002/04/09 16:42:20 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
  @@ -144,7 +144,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 ${EXTRA_LIBS}
  
  
  

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