Added stripping of executable

svn path=/trunk/boinc/; revision=6998
This commit is contained in:
Eric J. Korpela 2005-08-03 00:30:40 +00:00
parent eb80cee874
commit ac1cec0e46
1 changed files with 2 additions and 1 deletions

View File

@ -55,7 +55,8 @@ version: win_config.h
# make a hard link to the client name.
@CLIENT_GUI_BIN_FILENAME@: boinc_gui
rm -f $@
ln $? $@
@LN@ $? $@
@STRIP@ $@
clean-local:
rm -f @CLIENT_GUI_BIN_FILENAME@