From 376c9f3ad0c257ee97d7eba03962f232e85b36a7 Mon Sep 17 00:00:00 2001 From: Dave Chapman Date: Sun, 27 Feb 2011 11:37:39 +0000 Subject: FS#11966 - use separate modelnames and config files for RaaA. This adds an APPLICATION define that can be used in Makefiles, and target-name defines (-DSDLAPP, -DANDROID, -DNOKIAN8XX and -DNOKIAN900) for use elsewhere. LCD size is now hard-coded for the Nokia builds in their config files. A new --app parameter is passed to buildzip.pl to explicitly state that this is an application build - it was previously derived from the model name. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29418 a1c6a512-1295-4272-9138-f99709370657 --- tools/buildzip.pl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tools/buildzip.pl') diff --git a/tools/buildzip.pl b/tools/buildzip.pl index 0d8f7117a5..2337dbe729 100755 --- a/tools/buildzip.pl +++ b/tools/buildzip.pl @@ -214,6 +214,7 @@ GetOptions ( 'r|root=s' => \$ROOT, 'install=s' => \$install, # install destination 'rbdir:s' => \$rbdir, # If we want to put in a different directory 'l|link' => \$mklinks, # If we want to create links instead of copying files + 'a|app:s' => \$app, # Is this an Application build? ); # GetOptions() doesn't remove the params from @ARGV if their value was "" @@ -681,8 +682,6 @@ $year+=1900; sub runone { my ($target, $fonts)=@_; - $app = ($modelname eq "application"); - # Strip the leading / from $rbdir unless we are installing an application # build - the layout is different (no .rockbox, but bin/lib/share) unless ($app && $install) { -- cgit v1.2.3