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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]