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 su...@apache.org on 2008/07/03 14:14:37 UTC

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

Author: supun
Date: Thu Jul  3 05:14:36 2008
New Revision: 673665

URL: http://svn.apache.org/viewvc?rev=673665&view=rev
Log:
changing the make file to copy the axis2_iis_regedit.js file to the root of bin directory.

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=673665&r1=673664&r2=673665&view=diff
==============================================================================
--- webservices/axis2/trunk/c/build/win32/makefile (original)
+++ webservices/axis2/trunk/c/build/win32/makefile Thu Jul  3 05:14:36 2008
@@ -841,6 +841,7 @@
 $(AXIS2_LIBS)\mod_axis2_IIS.dll : $(MOD_IIS_OBJS)
 	$(LD) $(LDFLAGS) $(MOD_IIS_OBJS) $(AXUTIL).lib $(AXIOM).lib $(AXIS2_PARSER).lib \
 	$(LIBS) Advapi32.lib $(AXIS2_ENGINE).lib /DEF:$(DEF_FILE) /DLL /OUT:$(AXIS2_LIBS)\mod_axis2_IIS.dll
+	@copy $(MOD_IIS_SRC)\axis2_iis_regedit.js $(AXIS2_BINDIR)
 	-@$(_VC_MANIFEST_EMBED_DLL)
 
 axis2_IIS_module : $(AXIS2_LIBS)\mod_axis2_IIS.dll