*** empty log message ***

svn path=/trunk/boinc/; revision=10690
This commit is contained in:
Rom Walton 2006-07-20 10:37:48 +00:00
parent 61a0f238e7
commit 8489d01ef4
1 changed files with 2 additions and 2 deletions

View File

@ -33,8 +33,6 @@ stdwx.h.gch: stdwx.h
.cpp.o:
$(CXX) $(CXXINCLUDES) $(CXXFLAGS) -c -o $*.o $<
PROGS = boincmgr_strip
OBJ = \
stdwx.o \
BOINCBaseView.o \
@ -99,4 +97,6 @@ boincmgr_strip: boincmgr
cp boincmgr boincmgr.unmodified
strip boincmgr
PROGS = boincmgr_strip
all: $(PROGS)