mirror of https://github.com/BOINC/boinc.git
- example_app: don't build the graphics app by default.
Fixes #771 svn path=/trunk/boinc/; revision=16482
This commit is contained in:
parent
0248c3552a
commit
f3b0995cf4
|
@ -9389,3 +9389,10 @@ David 11 Nov 2008
|
|||
|
||||
tools/
|
||||
upgrade
|
||||
|
||||
David 11 Nov 2008
|
||||
- example_app: don't build the graphics app by default.
|
||||
Fixes #771
|
||||
|
||||
samples/example_app/
|
||||
Makefile
|
||||
|
|
|
@ -27,7 +27,9 @@ else
|
|||
LIBJPEG = /usr/local/lib/libjpeg.a
|
||||
endif
|
||||
|
||||
PROGS = uc2 uc2_graphics
|
||||
PROGS = uc2 \
|
||||
# uc2_graphics
|
||||
# make this optional so compile doesn't break on systems without OpenGL
|
||||
|
||||
all: $(PROGS)
|
||||
|
||||
|
|
Loading…
Reference in New Issue