repo.or.cz
/
MPC.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Add MPC_LIB_MODIFIER
[MPC.git]
/
templates
/
iar.mpt
blob
6dbcec47b40582040eb80239d5290f9ad61d46be
1
conditional_include "common"
2
conditional_include "unixcommon"
3
exe_ext = .out
4
5
configurations = Debug Release
6
toolchain = ARM
7
chip = "MK70FN1M0xxx12 NXP MK70FN1M0xxx12"
8
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
16
17
Debug {
18
debug = 1
19
lib_modifier = d
20
}
21
22
Release {
23
debug = 0
24
}