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/11/20 06:08:53 UTC

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

Author: nandika
Date: Mon Nov 19 21:08:52 2007
New Revision: 596539

URL: http://svn.apache.org/viewvc?rev=596539&view=rev
Log:
makefile updated

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=596539&r1=596538&r2=596539&view=diff
==============================================================================
--- webservices/axis2/trunk/c/build/win32/makefile (original)
+++ webservices/axis2/trunk/c/build/win32/makefile Mon Nov 19 21:08:52 2007
@@ -17,8 +17,8 @@
 #   AXIS2_BINDIR
 #	|
 #	|- bin         - server and other executables
-#       |- samples - samples
-#       |- logs	
+#       |- samples     - samples
+#       |- logs	       - log file location
 #	|- lib	       - library modules
 #	|- services    - deployed services will be hear
 #	|- modules     - deployed modules will be hear
@@ -31,7 +31,7 @@
 !include $(AUTOCONF)
 
 # directory structure of install directory
-RELEASE_VER = 1.1.0
+RELEASE_VER = 1.2.0
 
 AXIS2_RELEASE_DIR=axis2c-bin-$(RELEASE_VER)-win32
 
@@ -194,7 +194,6 @@
 	@if not exist $(AXIS2_MODULES)\addressing mkdir $(AXIS2_MODULES)\addressing
 			
 	@if not exist $(AXIS2_INTDIR) mkdir $(AXIS2_INTDIR)
-	@if not exist $(AXIS2_MODULES)\logging mkdir $(AXIS2_MODULES)\logging
 	@if not exist $(AXIS2_INTDIR_SAMPLES) mkdir $(AXIS2_INTDIR_SAMPLES)
 	
 #clean 
@@ -810,6 +809,9 @@
 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:  axis2_util axis2_parser axiom neethi axis2_engine axis2_http_sender \
+	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
 
@@ -822,7 +824,10 @@
 
 MOD_LOG_OBJS = $(MOD_LOG_INTDIR)\*.obj
 
+
+
 $(MOD_LOG_INTDIR) :
+	@if not exist $(AXIS2_MDOULES)\logging mkdir $(AXIS2_MODULES)\logging
 	@if not exist $(MOD_LOG_INTDIR) mkdir $(MOD_LOG_INTDIR)
 
 
@@ -1374,4 +1379,6 @@
 install: all copy_extra
 	
 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
 



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