*** empty log message ***

svn path=/trunk/boinc/; revision=7699
This commit is contained in:
Rom Walton 2005-08-31 23:20:51 +00:00
parent abe3fca454
commit 08dc36cc74
4 changed files with 17 additions and 0 deletions

View File

@ -11281,3 +11281,14 @@ David 31 Aug 2005
html/user/
get_project_config.php (removed)
sample_get_project_config.php (new)
Rom 31 Aug 2005
- Save an unmodified version of the client and manager on Unix based
builds for debugging later.
client/
Makefile.am
clientgui/
Makefile.am
lib/
Makefile.am

View File

@ -74,6 +74,8 @@ all-local: client-bin
# make a hard link to the client name.
@CLIENT_BIN_FILENAME@: boinc_client
rm -f $@
rm -f $@.unmodified
cp $? $@.unmodified
@LN@ $? $@
@STRIP@ $@

View File

@ -68,6 +68,8 @@ version: win_config.h
# make a hard link to the client name.
@CLIENT_GUI_BIN_FILENAME@: boinc_gui
rm -f $@
rm -f $@.unmodified
cp $? $@.unmodified
@LN@ $? $@
@STRIP@ $@

View File

@ -24,6 +24,8 @@ boinc_cmd_LDADD = $(lib_LIBRARIES) $(PTHREAD_LIBS)
# make a hard link to the client name.
@CLIENT_CMD_BIN_FILENAME@: boinc_cmd
rm -f $@
rm -f $@.unmodified
cp $? $@.unmodified
@LN@ $? $@
@STRIP@ $@