You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fx-dev@ws.apache.org by na...@apache.org on 2007/05/22 08:24:43 UTC

svn commit: r540445 - /webservices/sandesha/trunk/c/build/win32/makefile

Author: nandika
Date: Mon May 21 23:24:42 2007
New Revision: 540445

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

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

Modified: webservices/sandesha/trunk/c/build/win32/makefile
URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/build/win32/makefile?view=diff&rev=540445&r1=540444&r2=540445
==============================================================================
--- webservices/sandesha/trunk/c/build/win32/makefile (original)
+++ webservices/sandesha/trunk/c/build/win32/makefile Mon May 21 23:24:42 2007
@@ -74,6 +74,7 @@
 	if not exist $(SANDESHADISTDIR)\bin\samples mkdir $(SANDESHADISTDIR)\bin\samples
 	if not exist $(SANDESHADISTDIR)\services\RMSampleService mkdir $(SANDESHADISTDIR)\services\RMSampleService
 	if not exist $(SANDESHADISTDIR)\config mkdir $(SANDESHADISTDIR)\config
+	if not exist $(SANDESHADISTDIR)\docs mkdir $(SANDESHADISTDIR)\docs
 
 intdir:
 	if not exist $(SANDESHA2_INTDIR) mkdir $(SANDESHA2_INTDIR)
@@ -92,12 +93,13 @@
 	@if exist $(SANDESHADISTDIR) rmdir /S /Q $(SANDESHADISTDIR)
 
 copy_extra:
-	@copy $(SANDESHASRC)\config\* $(SANDESHADISTDIR)
-	@copy $(SANDESHASRC)\config\sqlite_schema.bat $(SANDESHADISTDIR)
+	@copy $(SANDESHASRC)\config\* $(SANDESHADISTDIR)\config
 	@copy $(SANDESHASRC)\LICENSE $(SANDESHADISTDIR)
 	@copy $(SANDESHASRC)\README $(SANDESHADISTDIR)
 	@copy $(SANDESHASRC)\INSTALL $(SANDESHADISTDIR)
 	@copy $(SANDESHASRC)\NEWS $(SANDESHADISTDIR)
+	@copy $(SANDESHASRC)\README $(SANDESHADISTDIR)\docs
+	@copy $(SANDESHASRC)\INSTALL $(SANDESHADISTDIR)\docs
 	
 copy_samples:
 	@xcopy /E $(SANDESHASRC)\samples $(SANDESHADISTDIR)\samples
@@ -113,7 +115,6 @@
 	/OUT:$(SANDESHADISTDIR)\modules\sandesha2\$(SANDESHA_DLL).dll /IMPLIB:$(SANDESHADISTDIR)\modules\sandesha2\$(SANDESHA_DLL).lib
 
 copy_xml:
-	@copy $(SANDESHASRC)\config\axis2.xml  $(SANDESHADISTDIR)\axis2.xml
 	@copy $(SANDESHASRC)\config\module.xml $(SANDESHADISTDIR)\modules\sandesha2\module.xml
 	@copy $(SANDESHASRC)\config\sqlite_schema.bat $(SANDESHADISTDIR)\config\
 	



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