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 2004/03/17 22:22:47 UTC

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

peiyongz    2004/03/17 13:22:47

  Modified:    c/tests  Makefile.incl
  Log:
  Build Deprecated DOM library
  
  Revision  Changes    Path
  1.42      +3 -0      xml-xerces/c/tests/Makefile.incl
  
  Index: Makefile.incl
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/tests/Makefile.incl,v
  retrieving revision 1.41
  retrieving revision 1.42
  diff -u -r1.41 -r1.42
  --- Makefile.incl	15 Mar 2004 17:06:06 -0000	1.41
  +++ Makefile.incl	17 Mar 2004 21:22:47 -0000	1.42
  @@ -66,12 +66,15 @@
   LIB_DIR=${XERCESCROOT}/lib
   ifneq (${PLATFORM},OS400)
   LIBNAME=xerces-c
  +LIBDEPDOM=xerces-depdom
   else
   LIBNAME=xercesc
  +LIBDEPDOM=xercesdepdom
   endif
   THISLIB=${LIB_DIR}/${LIBNAME}
   
   LIBRARY_NAMES=-l${LIBNAME}
  +LIBRARY_DEPDOM=-l${LIBDEPDOM}
   LIBRARY_SEARCH_PATHS=-L${LIB_DIR}
   
   TO = o
  
  
  

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