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 du...@apache.org on 2006/12/18 12:36:51 UTC

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

Author: dushshantha
Date: Mon Dec 18 03:36:49 2006
New Revision: 488237

URL: http://svn.apache.org/viewvc?view=rev&rev=488237
Log:
changed the google_spell client name to google

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=488237&r1=488236&r2=488237
==============================================================================
--- webservices/axis2/trunk/c/build/win32/makefile (original)
+++ webservices/axis2/trunk/c/build/win32/makefile Mon Dec 18 03:36:49 2006
@@ -528,13 +528,13 @@
 	$(CC) /nologo /D "WIN32" /D "_WINDOWS" /D "_MBCS" $(AXIS2_INCLUDE_PATH) \
 	$(AXIS2_SOURCE_DIR)\samples\client\google\*.c /c
 	$(LD) $(LDFLAGS) *.obj $(AXIS2_UTIL).lib $(AXIOM).lib $(AXIS2_PARSER).lib $(LIBS) \
-	$(AXIS2_ENGINE).lib  /OUT:google_spell.exe 
+	$(AXIS2_ENGINE).lib  /OUT:google.exe 
 	del *.obj
 	
 	if not exist $(AXIS2_BINS)\samples mkdir $(AXIS2_BINS)\samples
 
-	copy google_spell.exe $(AXIS2_BINS)\samples
-	del google_spell.exe
+	copy google.exe $(AXIS2_BINS)\samples
+	del google.exe
 
 axis2_client_yahoo:
 	$(CC) /nologo /D "WIN32" /D "_WINDOWS" /D "_MBCS" $(AXIS2_INCLUDE_PATH) \



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