diff options
| author | Dave Chapman <dave@dchapman.com> | 2008-03-25 21:09:58 +0000 |
|---|---|---|
| committer | Dave Chapman <dave@dchapman.com> | 2008-03-25 21:09:58 +0000 |
| commit | 7418c357c35c1813d0ed0cec427eb98768b4c68c (patch) | |
| tree | 390081d494196ee1da0281ead5b6235c21f4f69c /tools/Makefile | |
| parent | ffa304865ed0eb0175a741d171f89cc069f71e5d (diff) | |
| download | rockbox-7418c357c35c1813d0ed0cec427eb98768b4c68c.zip rockbox-7418c357c35c1813d0ed0cec427eb98768b4c68c.tar.gz rockbox-7418c357c35c1813d0ed0cec427eb98768b4c68c.tar.bz2 rockbox-7418c357c35c1813d0ed0cec427eb98768b4c68c.tar.xz | |
Make checkwps compile again. Still more work is needed though, as checkwps is compiled to emulate an iPod Color - this needs changing to allow the LCD (and remote LCD) dimensions/depth to be specified on the commandline - the new %V tags are validated against the LCD characteristics
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16807 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools/Makefile')
| -rw-r--r-- | tools/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/Makefile b/tools/Makefile index 6351e5b..4db43c1 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -64,9 +64,9 @@ database: database.c ../apps/tagcache.c ../apps/metadata.c \ -D__PCTOOL__ -DHAVE_TAGCACHE -DROCKBOX_HAS_LOGF -DSIMULATOR \ -DCONFIG_CODEC=1 -ldl -I../apps $+ -o $@ -checkwps: checkwps.c ../apps/gui/wps_parser.c ../apps/gui/wps_debug.c ../firmware/common/ctype.c +checkwps: checkwps.c ../apps/gui/wps_parser.c ../apps/gui/wps_debug.c ../firmware/common/ctype.c ../apps/misc.c $(SILENT)$(CC) -g -I ../apps/gui -I../firmware/export \ --D__PCTOOL__ -DDEBUG -DROCKBOX_HAS_LOGF -DIPOD_COLOR -D ROCKBOX_DIR_LEN=255 -D WPS_DIR=\".\" \ +-D__PCTOOL__ -DDEBUG -DROCKBOX_HAS_LOGF -DIPOD_COLOR -D ROCKBOX_DIR_LEN -D WPS_DIR=\".\" \ -I../apps -I../firmware/target/arm/ipod -I../firmware/include $+ -o $@ convbdf: convbdf.c |