removed packed_polygons.bin from external_resources. this file should be present for country names checks.

This commit is contained in:
rachytski 2012-05-15 19:59:45 +04:00 committed by Alex Zolotarev
parent 729d81da31
commit 1bd9a4be35
3 changed files with 4 additions and 2 deletions

View file

@ -6,4 +6,4 @@ WorldCoasts.mwm 6315418
04_padauk.ttf 248076
05_khmeros.ttf 265552
06_code2000.ttf 3155104
packed_polygons.bin 1854515

View file

@ -25,6 +25,8 @@
#define PACKED_POLYGONS_FILE "packed_polygons.bin"
#define PACKED_POLYGONS_INFO_TAG "info"
#define EXTERNAL_RESOURCES_FILE "external_resources.txt"
#define DRAWING_RULES_TXT_FILE "drules_proto.txt"
#define DRAWING_RULES_BIN_FILE "drules_proto.bin"

View file

@ -11,7 +11,7 @@ mkdir $DST
files=(about.html basic_ldpi.skn basic_mdpi.skn basic_hdpi.skn basic_xhdpi.skn categories.txt classificator.txt
types.txt fonts_blacklist.txt fonts_whitelist.txt languages.txt \
symbols_ldpi.png symbols_mdpi.png symbols_hdpi.png symbols_xhdpi.png unicode_blocks.txt \
visibility.txt drules_proto.txt drules_proto.bin external_resources.txt)
visibility.txt drules_proto.txt drules_proto.bin external_resources.txt packed_polygons.bin)
for item in ${files[*]}
do