summaryrefslogtreecommitdiff
path: root/CIAO/MPC/config/cidlc.mpb
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/MPC/config/cidlc.mpb')
-rw-r--r--CIAO/MPC/config/cidlc.mpb15
1 files changed, 15 insertions, 0 deletions
diff --git a/CIAO/MPC/config/cidlc.mpb b/CIAO/MPC/config/cidlc.mpb
new file mode 100644
index 00000000000..83300b38eb7
--- /dev/null
+++ b/CIAO/MPC/config/cidlc.mpb
@@ -0,0 +1,15 @@
+// $Id$
+
+project: boost_filesystem, boost_regex, exceptions {
+ requires += cidl
+ includes += $(CIAO_ROOT) $(CIAO_ROOT)/CCF $(ACE_ROOT)/contrib/utility
+ libpaths += $(CIAO_ROOT)/CCF/CCF $(ACE_ROOT)/lib
+
+ specific(nmake, vc71, vc8) {
+ compile_flags += /wd4290 /wd4800 /wd4250 /wd4355 /wd4996
+ }
+
+ verbatim(gnuace, top) {
+ include $(CIAO_ROOT)/CCF/Config.rules
+ }
+}