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 sh...@apache.org on 2008/04/30 06:14:26 UTC

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

Author: shankar
Date: Tue Apr 29 21:14:26 2008
New Revision: 652254

URL: http://svn.apache.org/viewvc?rev=652254&view=rev
Log:
defining libxml2 flag if libxml2 is enabled.

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=652254&r1=652253&r2=652254&view=diff
==============================================================================
--- webservices/axis2/trunk/c/build/win32/makefile (original)
+++ webservices/axis2/trunk/c/build/win32/makefile Tue Apr 29 21:14:26 2008
@@ -81,6 +81,8 @@
 PARSER = $(PARSER)_with_guththila
 AXIS2_WITHOUT_SERVER = $(AXIS2_WITHOUT_SERVER)_guththila
 CFLAGS = $(CFLAGS) /D "AXIS2_GUTHTHILA_ENABLED"
+!else
+CFLAGS = $(CFLAGS) /D "AXIS2_LIBXML2_ENABLED"
 !endif
 
 # include path
@@ -140,6 +142,12 @@
 CFLAGS = $(CFLAGS) /D "AXIS2_LIBCURL_ENABLED"
 !endif
 
+!if "$(ENABLE_GUTHTHILA)" == "1"
+CFLAGS = $(CFLAGS) /D "AXIS2_GUTHTHILA_ENABLED"
+!else
+CFLAGS = $(CFLAGS) /D "AXIS2_LIBXML2_ENABLED"
+!endif
+
 ################### linker options
 
 LD = @link.exe



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