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 2006/03/31 13:52:57 UTC

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

Author: nandika
Date: Fri Mar 31 03:52:53 2006
New Revision: 390397

URL: http://svn.apache.org/viewcvs?rev=390397&view=rev
Log:
makefile modified to copy platform directory as well

Modified:
    webservices/axis2/trunk/c/build/win32/makefile

Modified: webservices/axis2/trunk/c/build/win32/makefile
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/build/win32/makefile?rev=390397&r1=390396&r2=390397&view=diff
==============================================================================
--- webservices/axis2/trunk/c/build/win32/makefile (original)
+++ webservices/axis2/trunk/c/build/win32/makefile Fri Mar 31 03:52:53 2006
@@ -132,7 +132,7 @@
 	del *.obj del *.exe del *.exp
 
 copy_include: deploy
-	copy $(AXIS2_SOURCE_DIR)\include\*.h $(AXIS2_INSTALL_DIR)\include\
+	xcopy /E /I $(AXIS2_SOURCE_DIR)\include $(AXIS2_INSTALL_DIR)\include\
 	
 
 axis2_win: