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/07/04 00:23:32 UTC

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

peiyongz    2002/07/03 15:23:32

  Modified:    c/src/xercesc/util/Compilers Makefile.in
  Log:
  Build 64 bit production on Itanium+Linxu+IntelC++Compiler
  
  Revision  Changes    Path
  1.4       +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.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Makefile.in	2 Apr 2002 20:17:47 -0000	1.3
  +++ Makefile.in	3 Jul 2002 22:23:32 -0000	1.4
  @@ -116,6 +116,9 @@
   ifeq (${CXX},g++)
       CPP_OBJECTS = GCCDefs.$(TO)
   endif
  +ifeq (${CXX},ecc)
  +    CPP_OBJECTS = GCCDefs.$(TO)
  +endif
   ifeq (${CXX},aCC)
       CPP_OBJECTS = HPCCDefs.$(TO)
   endif
  
  
  

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