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
|
||||
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 \
|
||||
main.cpp \
|
||||
install.cpp \
|
||||
|
|
Loading…
Reference in a new issue