repo.or.cz
/
MPC.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #217 from jwillemsen/jwi-linkerflags
[MPC.git]
/
config
/
tena_middleware.mpb
blob
49838aae97182d949c48e3e958b1ec91977c447c
1
project : tena_base {
2
macros += TENA_PLATFORM=$(TENA_PLATFORM)
3
4
specific (prop:windows) {
5
lit_libs += libTENA_Middleware-$(TENA_PLATFORM)-v$(TENA_VERSION)
6
} else {
7
libs += TENA_Middleware-$(TENA_PLATFORM)-v$(TENA_VERSION)
8
}
9
}