tng         2002/12/02 12:41:37

  Modified:    c/src/xercesc/util/Compilers Makefile.in
  Log:
  [Bug 12490] Patches required to build Xerces-C++ on BeOS R5.  Patch from Andrew 
Bachmann.
  
  Revision  Changes    Path
  1.7       +4 -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.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- Makefile.in       12 Aug 2002 17:47:38 -0000      1.6
  +++ Makefile.in       2 Dec 2002 20:41:37 -0000       1.7
  @@ -134,6 +134,9 @@
       ifeq (${PLATFORM},PTX)
           CPP_OBJECTS = PTXCCDefs.$(TO)
       endif
  +    ifeq (${PLATFORM},BEOS)
  +        CPP_OBJECTS = GCCDefs.$(TO)
  +    endif
       ifeq (${PLATFORM},LINUX)
           CPP_OBJECTS = GCCDefs.$(TO)
       endif
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to