summaryrefslogtreecommitdiff
path: root/ACE/bin/MakeProjectCreator/config/rtcorbacommon.mpb
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/bin/MakeProjectCreator/config/rtcorbacommon.mpb')
-rw-r--r--ACE/bin/MakeProjectCreator/config/rtcorbacommon.mpb13
1 files changed, 13 insertions, 0 deletions
diff --git a/ACE/bin/MakeProjectCreator/config/rtcorbacommon.mpb b/ACE/bin/MakeProjectCreator/config/rtcorbacommon.mpb
new file mode 100644
index 00000000000..12251e5c162
--- /dev/null
+++ b/ACE/bin/MakeProjectCreator/config/rtcorbacommon.mpb
@@ -0,0 +1,13 @@
+// -*- MPC -*-
+// $Id$
+
+project : portableserver, minimum_corba {
+ after += RTCORBA_Common
+ libs += RTCORBA_Common
+
+ specific (automake) {
+ includes += $(srcdir)/../Common
+ }
+
+ includes += ../Common
+}