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 2002/02/17 22:21:15 UTC

cvs commit: xml-xerces/c/src/xercesc/util/Compilers Makefile.in

jberry      02/02/17 13:21:15

  Modified:    c/src/xercesc/util/Compilers Makefile.in
  Log:
  Resolve bug #6092.
  
  Adds support on Mac OS X for both of compiler drivers "cc" and "c++"; only
  "c++" worked previously.
  
  Fixes stricmp/strnicmp issue for FreeBSD.
  
  Thanks to John Utz <ut...@singingfish.com> and Martin Redington <m....@ucl.ac.uk>.
  
  Revision  Changes    Path
  1.2       +9 -1      xml-xerces/c/src/xercesc/util/Compilers/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/util/Compilers/Makefile.in,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Makefile.in	1 Feb 2002 22:22:18 -0000	1.1
  +++ Makefile.in	17 Feb 2002 21:21:15 -0000	1.2
  @@ -54,7 +54,7 @@
   # <http://www.apache.org/>.
   #
   #
  -# $Id: Makefile.in,v 1.1 2002/02/01 22:22:18 peiyongz Exp $
  +# $Id: Makefile.in,v 1.2 2002/02/17 21:21:15 jberry Exp $
   #
   
   PLATFORM = @platform@
  @@ -129,6 +129,14 @@
       ifeq (${PLATFORM},LINUX)
           CPP_OBJECTS = GCCDefs.$(TO)
       endif
  +    ifeq (${PLATFORM},FREEBSD)
  +        CPP_OBJECTS = GCCDefs.$(TO)
  +    endif
  +    ifeq (${PLATFORM},MACOSX)
  +        CPP_OBJECTS = GCCDefs.$(TO)
  +    endif
  +endif
  +ifeq (${CXX},cc)
       ifeq (${PLATFORM},MACOSX)
           CPP_OBJECTS = GCCDefs.$(TO)
       endif
  
  
  

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