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 2007/02/02 08:51:17 UTC

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

Author: kaushalye
Date: Thu Feb  1 23:51:17 2007
New Revision: 502528

URL: http://svn.apache.org/viewvc?view=rev&rev=502528
Log:
Changed client exec name "sec_echo.exe" -> "echo.exe"

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=502528&r1=502527&r2=502528
==============================================================================
--- webservices/axis2/trunk/c/build/win32/makefile (original)
+++ webservices/axis2/trunk/c/build/win32/makefile Thu Feb  1 23:51:17 2007
@@ -1096,14 +1096,14 @@
 	$(CC) /nologo /D "WIN32" /D "_WINDOWS" /D "_MBCS" $(AXIS2_INCLUDE_PATH) $(MOD_RAMPART_INCLUDE_PATH) \
 	$(AXIS2_SOURCE_DIR)\rampart\samples\client\sec_echo\echo.c /c
 	$(LD) $(LDFLAGS) echo.obj $(AXIS2_UTIL).lib $(AXIOM).lib \
-	$(AXIS2_PARSER).lib $(AXIS2_ENGINE).lib /OUT:sec_echo.exe
+	$(AXIS2_PARSER).lib $(AXIS2_ENGINE).lib /OUT:echo.exe
 
 	del *.obj
-	copy sec_echo.exe $(RAMPART_SAMPLES_CLIENT_DIR)\sec_echo
+	copy echo.exe $(RAMPART_SAMPLES_CLIENT_DIR)\sec_echo
 	copy $(AXIS2_SOURCE_DIR)\rampart\samples\client\sec_echo\echo.c $(RAMPART_SAMPLES_CLIENT_DIR)\sec_echo
 	
 	xcopy /E /I /Y $(AXIS2_SOURCE_DIR)\rampart\samples\client\sec_echo\data $(RAMPART_SAMPLES_CLIENT_DIR)\sec_echo\data
-	del sec_echo.exe
+	del echo.exe
 
 mod_rampart_samples: mod_rampart_samples_sec_echo mod_rampart_services_sec_echo
 



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