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 --- uisimulator/uisimulator.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'uisimulator/uisimulator.make') diff --git a/uisimulator/uisimulator.make b/uisimulator/uisimulator.make index dcbd79988f..d30a9db9ae 100644 --- a/uisimulator/uisimulator.make +++ b/uisimulator/uisimulator.make @@ -18,7 +18,7 @@ SIMOBJ = $(call c2obj,$(SIMSRC)) OTHER_SRC += $(SIMSRC) SIMLIB = $(BUILDDIR)/uisimulator/libuisimulator.a -ifeq ($(MODELNAME), application) +ifeq (yes,$(APPLICATION)) UIBMP= else UIBMP=$(BUILDDIR)/UI256.bmp -- cgit v1.2.3