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/08/06 05:15:00 UTC

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

dbertoni    2004/08/05 20:15:00

  Modified:    c        Makefile.incl.in
  Log:
  Removed extraneous define.
  
  Revision  Changes    Path
  1.21      +1 -3      xml-xalan/c/Makefile.incl.in
  
  Index: Makefile.incl.in
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/Makefile.incl.in,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- Makefile.incl.in	28 Jun 2004 05:06:09 -0000	1.20
  +++ Makefile.incl.in	6 Aug 2004 03:15:00 -0000	1.21
  @@ -54,8 +54,6 @@
   SAMPLES_DIR = $(XALANCROOT)/samples
   TESTS_DIR = $(XALANCROOT)/Tests
   
  -XSL_BUILD_OPTIONS += -DITERATIVE_EXECUTION
  -
   # ICU 
   ifeq ($(TRANSCODER), "icu")
     XALAN_USE_ICU = yes
  @@ -101,7 +99,7 @@
   
   ifeq ($(MESSAGELOADER),NLS)
   LOCAL_LIB =
  -XSL_BUILD_OPTIONS += -DXALAN_NLS_MSG_LOADER -DITERATIVE_EXECUTION
  +XSL_BUILD_OPTIONS += -DXALAN_NLS_MSG_LOADER
   endif
   
   ifeq ($(MESSAGELOADER),ICU)
  
  
  

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