summaryrefslogtreecommitdiff
path: root/tools/checkwps/Makefile
diff options
context:
space:
mode:
authorMaurus Cuelenaere <mcuelenaere@gmail.com>2009-08-21 18:15:20 +0000
committerMaurus Cuelenaere <mcuelenaere@gmail.com>2009-08-21 18:15:20 +0000
commit876db6c2fcb6d84a9c02b5aa7fbd60dbc78548a5 (patch)
tree39c12340945df6586e7132acc5c8c36a254568ad /tools/checkwps/Makefile
parent11826e904031f100e82aa376a51e84648cb99a7d (diff)
downloadrockbox-876db6c2fcb6d84a9c02b5aa7fbd60dbc78548a5.tar.gz
rockbox-876db6c2fcb6d84a9c02b5aa7fbd60dbc78548a5.zip
Fix/hack checkwps + add Onda VX747/VX777 targets
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22451 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools/checkwps/Makefile')
-rw-r--r--tools/checkwps/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/tools/checkwps/Makefile b/tools/checkwps/Makefile
index 1bdf3580f9..2f127af618 100644
--- a/tools/checkwps/Makefile
+++ b/tools/checkwps/Makefile
@@ -19,12 +19,15 @@ CC = mingw32-gcc
19endif 19endif
20endif 20endif
21 21
22COMMON=$(ROOT)/apps/gui/wps_parser.c \ 22COMMON=$(ROOT)/apps/gui/skin_engine/wps_debug.c \
23 $(ROOT)/apps/gui/wps_debug.c \ 23 $(ROOT)/apps/gui/skin_engine/skin_parser.c \
24 $(ROOT)/apps/gui/skin_engine/skin_buffer.c \
24 $(ROOT)/apps/misc.c \ 25 $(ROOT)/apps/misc.c \
25 $(ROOT)/apps/recorder/bmp.c 26 $(ROOT)/apps/recorder/bmp.c \
27 $(ROOT)/firmware/common/strlcpy.c
26 28
27INCLUDE=-I $(ROOT)/apps/gui \ 29INCLUDE=-I $(ROOT)/apps/gui \
30 -I $(ROOT)/apps/gui/skin_engine \
28 -I $(ROOT)/firmware/export \ 31 -I $(ROOT)/firmware/export \
29 -I $(ROOT)/apps \ 32 -I $(ROOT)/apps \
30 -I $(ROOT)/apps/recorder \ 33 -I $(ROOT)/apps/recorder \