mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
add a custom rule for building librbspeex prior to building rbutil.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15936 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
84644c3b93
commit
4a2a45f400
1 changed files with 5 additions and 0 deletions
|
|
@ -12,6 +12,11 @@ UI_DIR = build/ui
|
||||||
MOC_DIR = build/moc
|
MOC_DIR = build/moc
|
||||||
RCC_DIR = build/rcc
|
RCC_DIR = build/rcc
|
||||||
|
|
||||||
|
# add a custom rule for pre-building librbspeex
|
||||||
|
rbspeex.commands = @$(MAKE) -C ../../tools/rbspeex librbspeex.a
|
||||||
|
QMAKE_EXTRA_TARGETS = rbspeex
|
||||||
|
PRE_TARGETDEPS = rbspeex
|
||||||
|
|
||||||
SOURCES += rbutilqt.cpp \
|
SOURCES += rbutilqt.cpp \
|
||||||
main.cpp \
|
main.cpp \
|
||||||
install.cpp \
|
install.cpp \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue