Add MPC_LIB_MODIFIER
[MPC.git] / templates / iar.mpt
blob6dbcec47b40582040eb80239d5290f9ad61d46be
1 conditional_include "common"
2 conditional_include "unixcommon"
3 exe_ext = .out
5 configurations = Debug Release
6 toolchain = ARM
7 chip = "MK70FN1M0xxx12  NXP MK70FN1M0xxx12"
9 // GRuntimeLibSelect determines the type of DLib support.
10 // You can override this in your mpb file.
11 // 0 - None
12 // 1 - Normal
13 // 2 - Full
14 // 3 - Custom
15 gruntimelibselect = 1
17 Debug {
18   debug = 1
19   lib_modifier = d
22 Release {
23   debug = 0