mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-04-11 16:37:45 -04:00
checkwps: Validate all fonts in themes
Makes sure any fonts specified are either: * Present in the theme itself * One of the fonts in the Rockbox bundle Change-Id: I215132835e2ae7faa06662637bc867df9c5dba92
This commit is contained in:
parent
b47d0ef3cf
commit
3f43fe3cd8
4 changed files with 39 additions and 9 deletions
|
|
@ -67,13 +67,6 @@ lngdump: lngdump.c
|
|||
ipod_fw: ipod_fw.c
|
||||
$(SILENT)$(CC) $(CFLAGS) $+ -o $@
|
||||
|
||||
checkwps: checkwps.c ../apps/gui/wps_parser.c ../apps/gui/wps_debug.c \
|
||||
../firmware/common/ctype.c ../apps/misc.c ../apps/recorder/bmp.c
|
||||
$(SILENT)$(CC) $(CFLAGS) -I ../apps/gui -I../firmware/export \
|
||||
-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
|
||||
$(SILENT)$(CC) $(CFLAGS) $+ -o $@
|
||||
|
||||
|
|
@ -106,4 +99,3 @@ clean:
|
|||
echo $$f.exe $$f.o $$f.obj ; done) *.ajf *~
|
||||
$(SILENT)$(MAKE) -C ucl clean
|
||||
$(SILENT)$(MAKE) -C rbspeex clean
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue