Fix Theme Editor build.

The skin_parser now needs __PCTOOL__ set to build libskin_parser.a properly for
use with the Theme Editor.

Change-Id: I48a518fa296cc8ec5d0e3022baaedd796afe7c5f
This commit is contained in:
Dominik Riebeling 2013-02-08 22:36:23 +01:00
parent 02a02efee0
commit e98e64b988

View file

@ -4,7 +4,6 @@
# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
# \/ \/ \/ \/ \/
# $Id$
#
ifndef V
@ -20,6 +19,7 @@ TARGET_DIR ?= ./
BUILDDIR ?= $(TARGET_DIR)build
TARGETPLATFORM ?= $(shell uname)
CFLAGS += -D__PCTOOL__
ifdef RBARCH
CFLAGS += -arch $(RBARCH)
OBJDIR = $(BUILDDIR)/$(RBARCH)/