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
Wed Jun 4 09:36:54 UTC 2014 Johnny Willemsen <jwillemsen@remedy.nl>
[MPC.git]
/
config
/
portico.mpb
blob
99e6de8fabe664460ad838584ee9cdddba8c280c
1
// $Id$
2
3
project {
4
requires += portico
5
6
includes += $(RTI_HOME)/include/ng6
7
libpaths += $(RTI_HOME)/lib
8
9
macros += RTI_USES_STD_FSTREAM
10
11
specific (prop:windows) {
12
lit_libs += libRTI-NG libFedTime
13
14
DisableSpecificWarnings += 4996
15
} else {
16
libs += RTI-NG
17
}
18
}