forked from len0rd/rockbox
Rename libchinachip to libchinachippatcher.
Use the same name for output file / library and folder to simplify dependencies. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31334 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
84205025c7
commit
13b2f53813
2 changed files with 5 additions and 5 deletions
|
@ -9,7 +9,7 @@
|
|||
CFLAGS = -g -Wall
|
||||
CC = gcc
|
||||
|
||||
OUTPUT = chinachip
|
||||
OUTPUT = chinachippatcher
|
||||
|
||||
LIBSOURCES = chinachip.c
|
||||
SOURCES = $(LIBSOURCES) main.c
|
||||
|
|
|
@ -113,16 +113,16 @@ libmkmpioboot.commands = @$(MAKE) -s \
|
|||
APPVERSION=\"rbutil\" \
|
||||
libmkmpioboot$$RBLIBPOSTFIX \
|
||||
CC=\"$$QMAKE_CC $$MACHINEFLAGS\" AR=\"$$MYAR\"
|
||||
libchinachip.commands = @$(MAKE) -s \
|
||||
BUILD_DIR=$$MYBUILDDIR/chinachip/ \
|
||||
libchinachippatcher.commands = @$(MAKE) -s \
|
||||
BUILD_DIR=$$MYBUILDDIR/chinachippatcher/ \
|
||||
TARGET_DIR=$$MYBUILDDIR -C $$RBBASE_DIR/rbutil/chinachippatcher \
|
||||
APPVERSION=\"rbutil\" \
|
||||
libchinachip$$RBLIBPOSTFIX \
|
||||
libchinachippatcher$$RBLIBPOSTFIX \
|
||||
CC=\"$$QMAKE_CC $$MACHINEFLAGS\" AR=\"$$MYAR\"
|
||||
# Note: order is important for RBLIBS! The libs are appended to the linker
|
||||
# flags in this order, put libucl at the end.
|
||||
RBLIBS = librbspeex libipodpatcher libsansapatcher libmkamsboot libmktccboot \
|
||||
libmkmpioboot libchinachip libucl
|
||||
libmkmpioboot libchinachippatcher libucl
|
||||
QMAKE_EXTRA_TARGETS += $$RBLIBS
|
||||
PRE_TARGETDEPS += $$RBLIBS
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue