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:
|
.cpp.o:
|
||||||
$(CXX) $(CXXINCLUDES) $(CXXFLAGS) -c -o $*.o $<
|
$(CXX) $(CXXINCLUDES) $(CXXFLAGS) -c -o $*.o $<
|
||||||
|
|
||||||
PROGS = boincmgr_strip
|
|
||||||
|
|
||||||
OBJ = \
|
OBJ = \
|
||||||
stdwx.o \
|
stdwx.o \
|
||||||
BOINCBaseView.o \
|
BOINCBaseView.o \
|
||||||
|
@ -99,4 +97,6 @@ boincmgr_strip: boincmgr
|
||||||
cp boincmgr boincmgr.unmodified
|
cp boincmgr boincmgr.unmodified
|
||||||
strip boincmgr
|
strip boincmgr
|
||||||
|
|
||||||
|
PROGS = boincmgr_strip
|
||||||
|
|
||||||
all: $(PROGS)
|
all: $(PROGS)
|
||||||
|
|
Loading…
Reference in New Issue