[prev in list] [next in list] [prev in thread] [next in thread] 

List:       axis-cvs
Subject:    svn commit: r652254 - /webservices/axis2/trunk/c/build/win32/makefile
From:       shankar () apache ! org
Date:       2008-04-30 4:14:26
Message-ID: 20080430041427.0250F23889F7 () eris ! apache ! org
[Download RAW message or body]

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


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic