Integrated Steve's new "plib" conglomeration.
This commit is contained in:
parent
2c920ae1df
commit
a0e40c1fc1
1 changed files with 1 additions and 8 deletions
|
@ -1,9 +1,3 @@
|
||||||
if ENABLE_AUDIO_SUPPORT
|
|
||||||
AUDIO_DIRS = Audio
|
|
||||||
else
|
|
||||||
AUDIO_DIRS =
|
|
||||||
endif
|
|
||||||
|
|
||||||
if ENABLE_UNIX_SERIAL
|
if ENABLE_UNIX_SERIAL
|
||||||
SERIAL_DIRS = Serial
|
SERIAL_DIRS = Serial
|
||||||
else
|
else
|
||||||
|
@ -11,12 +5,11 @@ SERIAL_DIRS =
|
||||||
endif
|
endif
|
||||||
|
|
||||||
SUBDIRS = \
|
SUBDIRS = \
|
||||||
$(AUDIO_DIRS) \
|
|
||||||
Bucket \
|
Bucket \
|
||||||
Debug \
|
Debug \
|
||||||
Math \
|
Math \
|
||||||
Misc \
|
Misc \
|
||||||
PUI \
|
|
||||||
$(SERIAL_DIRS) \
|
$(SERIAL_DIRS) \
|
||||||
XGL\
|
XGL\
|
||||||
|
plib \
|
||||||
zlib
|
zlib
|
||||||
|
|
Loading…
Reference in a new issue