tools/createsrc-templates/FshellCmd/SkeletonTemplate.mmp
author Joe Branton <joe.branton@accenture.com>
Thu, 29 Jul 2010 14:11:57 +1000
changeset 19 cb341c55f6e8
parent 0 7f656887cf89
permissions -rw-r--r--
Added FSHELL_[NO_]ARMCC_DIAG_SUPPRESS_SUPPORT. The versions of RVCT that I'm using (2.2 build 616 and 2.2 build 686) don't appear to support --diag-supress.

// SkeletonTemplate.mmp
//
// [[COPYRIGHT]]
//

#include <fshell/common.mmh>

target			skeletontemplate.exe
targettype		exe
uid				FSHELL_UID2_FSHELL_EXE FSHELL_UID_SKELETONTEMPLATE
capability		FSHELL_CAP_MMP_NORMAL

userinclude		.
#include <fshell/fsh_system_include.mmh>
sourcepath		.
source			SkeletonTemplate.cpp

library			euser.lib
library			iocli.lib