mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=10690
This commit is contained in:
parent
61a0f238e7
commit
8489d01ef4
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue