You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by na...@apache.org on 2007/12/06 12:50:23 UTC

svn commit: r601709 - /webservices/axis2/trunk/c/build/win32/makefile

Author: nandika
Date: Thu Dec  6 03:50:14 2007
New Revision: 601709

URL: http://svn.apache.org/viewvc?rev=601709&view=rev
Log:
AXIS2_GUTHTHILA_ENABLED macro added

Modified:
    webservices/axis2/trunk/c/build/win32/makefile

Modified: webservices/axis2/trunk/c/build/win32/makefile
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/build/win32/makefile?rev=601709&r1=601708&r2=601709&view=diff
==============================================================================
--- webservices/axis2/trunk/c/build/win32/makefile (original)
+++ webservices/axis2/trunk/c/build/win32/makefile Thu Dec  6 03:50:14 2007
@@ -78,6 +78,7 @@
 
 !if "$(ENABLE_GUTHTHILA)" == "1"
 PARSER = $(PARSER)_with_guththila
+CFLAGS = $(CFLAGS) /D "AXIS2_GUTHTHILA_ENABLED"
 !endif
 
 # include path



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