summaryrefslogtreecommitdiff
path: root/config/portico.mpb
diff options
context:
space:
mode:
authorJames H. Hill <hilljh82@gmail.com>2011-12-16 17:07:15 +0000
committerJames H. Hill <hilljh82@gmail.com>2011-12-16 17:07:15 +0000
commitd58ec9e1d4ef24efa46be5ac2dd7411072aaf751 (patch)
tree6ab69613db47f94ca1b2890ff177a9cdbe972c4d /config/portico.mpb
parent073da5d9b764b9ff9a8a997b221c703bdf3648e5 (diff)
downloadMPC-d58ec9e1d4ef24efa46be5ac2dd7411072aaf751.tar.gz
Fri Dec 16 17:06:05 UTC 2011 James H. Hill <hillj at cs dot iupui dot edu>
Diffstat (limited to 'config/portico.mpb')
-rw-r--r--config/portico.mpb18
1 files changed, 18 insertions, 0 deletions
diff --git a/config/portico.mpb b/config/portico.mpb
new file mode 100644
index 00000000..99e6de8f
--- /dev/null
+++ b/config/portico.mpb
@@ -0,0 +1,18 @@
+// $Id$
+
+project {
+ requires += portico
+
+ includes += $(RTI_HOME)/include/ng6
+ libpaths += $(RTI_HOME)/lib
+
+ macros += RTI_USES_STD_FSTREAM
+
+ specific (prop:windows) {
+ lit_libs += libRTI-NG libFedTime
+
+ DisableSpecificWarnings += 4996
+ } else {
+ libs += RTI-NG
+ }
+}