You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by jb...@apache.org on 2001/06/09 20:08:07 UTC

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

jberry      01/06/09 11:08:07

  Modified:    c/samples Makefile.incl
  Log:
  Add _REENTRANT flag for Mac OS build
  
  Revision  Changes    Path
  1.29      +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.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- Makefile.incl	2001/06/05 19:42:26	1.28
  +++ Makefile.incl	2001/06/09 18:08:06	1.29
  @@ -54,7 +54,7 @@
   # <http://www.apache.org/>.
   #
   #
  -# $Id: Makefile.incl,v 1.28 2001/06/05 19:42:26 jberry Exp $
  +# $Id: Makefile.incl,v 1.29 2001/06/09 18:08:06 jberry Exp $
   #
   
   ################## LIBRARY NAMES AND DIRECTORIES ##################
  @@ -259,7 +259,7 @@
   #=============== MacOS SPECIFIC OPTIONS =========================
   ifeq (${PLATFORM}, MACOSX)
   	CMP= -c ${CXXFLAGS}
  -	CC= c++ -c -D${PLATFORM}
  +	CC= c++ -c -D${PLATFORM} -D_REENTRANT
   	LINK = c++ -D${PLATFORM}
   	PLATFORM_LIB_LINK_OPTIONS=-L/usr/lib -L/usr/local/lib
   	SHLIBSUFFIX=.dylib
  
  
  

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