sbsv2/raptor/lib/flm/user/globals.mk_ex
author timothy.murphy@nokia.com
Thu, 08 Apr 2010 13:44:00 +0100
branchfix
changeset 471 8786668610ae
parent 3 e1eecf4d390d
permissions -rw-r--r--
fix: revert -iquote since older cpps don't understand it fix: remove stupid repetition of for loop. tt: Enter commit message. Lines beginning with 'HG:' are removed.

# Copyright (c) Symbian Software Ltd 2008-2009.
#
# Description:
# This is an example file.
# If it exists, the file globals.mk in this directory is automatically
# included by $(SBS_HOME)/lib/flm/globals.mk
# This allows end-users to "drop in" a file which adds to the default
# behaviour (or overrides it) rather than editing the shipped .mk file.
# globals.mk contains things which require one instance per build.
# For example, macros and variables, dependencies and targets which are
# truly global - independent of the epoc32 tree location.
#


# example resource dependency variables

mycore_DEPENDS:=eikcore.rsg eikcoctl.rsg
mymisc_DEPENDS:=eikmisc.rsg


# end of example file