You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by db...@apache.org on 2004/02/06 02:51:42 UTC

cvs commit: xml-xalan/c Makefile.incl.in

dbertoni    2004/02/05 17:51:42

  Modified:    c        Makefile.incl.in
  Log:
  Added appropriate options so we no longer need to specify -Aa.
  
  Revision  Changes    Path
  1.13      +1 -1      xml-xalan/c/Makefile.incl.in
  
  Index: Makefile.incl.in
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/Makefile.incl.in,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- Makefile.incl.in	29 Jan 2004 19:26:02 -0000	1.12
  +++ Makefile.incl.in	6 Feb 2004 01:51:42 -0000	1.13
  @@ -249,7 +249,7 @@
   
     SUPPORTED = TRUE
     PLATFORM_COMPILE_OPTIONS = +Z -D${PLATFORM} -D_THREAD_SAFE
  -  PLATFORM_CXX_COMPILE_OPTIONS = +p -mt
  +  PLATFORM_CXX_COMPILE_OPTIONS = +p -mt  -Wc,-koenig_lookup,on -Wc,-ansi_for_scope,on
     ALLLIBS = ${LIBS}
     SHLIBSUFFIX=.sl
     CC1 = $(CXX) $(CXXFLAGS) $(PLATFORM_COMPILE_OPTIONS) $(PLATFORM_CXX_COMPILE_OPTIONS)
  
  
  

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