1
0
Fork 0
forked from len0rd/rockbox

Enable building WPSs and themes for charcell targets, and add an example WPS using special charcell progress and text alignment.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13015 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jens Arnold 2007-04-04 06:26:53 +00:00
parent 5a69689188
commit abd103c315
4 changed files with 24 additions and 16 deletions

View file

@ -178,6 +178,7 @@ sub buildzip {
}
mkdir ".rockbox/wps", 0777;
mkdir ".rockbox/themes", 0777;
mkdir ".rockbox/codepages", 0777;
if($bitmap) {
@ -191,7 +192,6 @@ sub buildzip {
if($bitmap) {
mkdir ".rockbox/codecs", 0777;
mkdir ".rockbox/themes", 0777;
if($depth > 1) {
mkdir ".rockbox/backdrops", 0777;
}