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 ka...@apache.org on 2006/12/12 05:56:29 UTC

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

Author: kaushalye
Date: Mon Dec 11 20:56:29 2006
New Revision: 486020

URL: http://svn.apache.org/viewvc?view=rev&rev=486020
Log:
Modified makefile to build enc_echo sample

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?view=diff&rev=486020&r1=486019&r2=486020
==============================================================================
--- webservices/axis2/trunk/c/build/win32/makefile (original)
+++ webservices/axis2/trunk/c/build/win32/makefile Mon Dec 11 20:56:29 2006
@@ -1038,9 +1038,9 @@
 	if not exist $(AXIS2_INSTALL_DIR)\rampart\samples\callback\htpasswd mkdir $(AXIS2_INSTALL_DIR)\rampart\samples\callback\htpasswd
 	
 	copy htpwcb.dll $(AXIS2_INSTALL_DIR)\rampart\samples\callback\htpasswd\htpwcb.dll
-	del pwcb.*
+	del htpwcb.*
 
-mod_rampart_samples:
+mod_rampart_samples_echo:
 	if not exist $(AXIS2_INSTALL_DIR)\rampart\samples\client mkdir $(AXIS2_INSTALL_DIR)\rampart\samples\client
 	if not exist $(AXIS2_INSTALL_DIR)\rampart\samples\client\echo mkdir $(AXIS2_INSTALL_DIR)\rampart\samples\client\echo
 	
@@ -1056,6 +1056,24 @@
 	
 	xcopy /E /I /Y $(AXIS2_SOURCE_DIR)\rampart\samples\client\echo\data $(AXIS2_INSTALL_DIR)\rampart\samples\client\echo\data
 	del echo.exe
+
+mod_rampart_samples_enc_echo:
+	if not exist $(AXIS2_INSTALL_DIR)\rampart\samples\client mkdir $(AXIS2_INSTALL_DIR)\rampart\samples\client
+	if not exist $(AXIS2_INSTALL_DIR)\rampart\samples\client\enc_echo mkdir $(AXIS2_INSTALL_DIR)\rampart\samples\client\enc_echo
+	
+	$(CC) /nologo /D "WIN32" /D "_WINDOWS" /D "_MBCS" $(AXIS2_INCLUDE_PATH) $(MOD_RAMPART_INCLUDE_PATH) \
+	$(AXIS2_SOURCE_DIR)\rampart\samples\client\enc_echo\echo.c /c
+	$(LD) $(LDFLAGS) echo.obj $(AXIS2_UTIL).lib $(AXIOM).lib \
+	$(AXIS2_PARSER).lib $(AXIS2_ENGINE).lib /OUT:enc_echo.exe
+
+	del *.obj
+	copy enc_echo.exe $(AXIS2_INSTALL_DIR)\rampart\samples\client\enc_echo
+	copy $(AXIS2_SOURCE_DIR)\rampart\samples\client\enc_echo\echo.c $(AXIS2_INSTALL_DIR)\rampart\samples\client\enc_echo
+	
+	xcopy /E /I /Y $(AXIS2_SOURCE_DIR)\rampart\samples\client\enc_echo\data $(AXIS2_INSTALL_DIR)\rampart\samples\client\enc_echo\data
+	del enc_echo.exe
+
+mod_rampart_samples: mod_rampart_samples_echo mod_rampart_samples_enc_echo
 
 mod_rampart_copy_include:
 	xcopy /E /I /Y $(AXIS2_SOURCE_DIR)\rampart\include $(AXIS2_INSTALL_DIR)\rampart\include



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