You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by se...@apache.org on 2008/03/03 09:54:03 UTC

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

Author: senaka
Date: Mon Mar  3 00:54:02 2008
New Revision: 632986

URL: http://svn.apache.org/viewvc?rev=632986&view=rev
Log:
Fixing JIRA Issue AXIS2C-1025

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=632986&r1=632985&r2=632986&view=diff
==============================================================================
--- webservices/axis2/trunk/c/build/win32/makefile (original)
+++ webservices/axis2/trunk/c/build/win32/makefile Mon Mar  3 00:54:02 2008
@@ -75,9 +75,11 @@
 AXIS2_MOD_LOG = axis2_mod_log
 
 PARSER = build
+AXIS2_WITHOUT_SERVER = axis2_core_without_server 
 
 !if "$(ENABLE_GUTHTHILA)" == "1"
 PARSER = $(PARSER)_with_guththila
+AXIS2_WITHOUT_SERVER = $(AXIS2_WITHOUT_SERVER)_guththila
 CFLAGS = $(CFLAGS) /D "AXIS2_GUTHTHILA_ENABLED"
 !endif
 
@@ -837,8 +839,11 @@
 axis2_core: axis2_util axis2_parser axiom neethi axis2_engine axis2_http_sender \
 	axis2_http_receiver axis2_mod_addr simple_axis2_http_server
 
+axis2_core_without_server_guththila:  axis2_util guththila axis2_parser_with_guththila axiom neethi \
+	axis2_engine axis2_http_sender axis2_http_receiver axis2_mod_addr
+
 axis2_core_without_server:  axis2_util axis2_parser axiom neethi axis2_engine axis2_http_sender \
-	axis2_http_receiver axis2_mod_addr
+        axis2_http_receiver axis2_mod_addr
 
 axis2_core_guththila: axis2_util guththila axis2_parser_with_guththila axiom neethi axis2_engine \
 	axis2_http_sender axis2_http_receiver axis2_mod_addr simple_axis2_http_server
@@ -1420,5 +1425,5 @@
 
 dist: install axis2_apache_module axis2_IIS_module tcpmon copy_samples copy_vc_projects clean_manifest mv_dist
 
-dist_as_lib : deploy axis2_core_without_server copy_include clean_manifest mv_dist
+dist_as_lib : deploy $(AXIS2_WITHOUT_SERVER) copy_include clean_manifest mv_dist
 



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