summaryrefslogtreecommitdiff
path: root/bin/MakeProjectCreator/config/cidlc.mpb
diff options
context:
space:
mode:
Diffstat (limited to 'bin/MakeProjectCreator/config/cidlc.mpb')
-rw-r--r--bin/MakeProjectCreator/config/cidlc.mpb15
1 files changed, 0 insertions, 15 deletions
diff --git a/bin/MakeProjectCreator/config/cidlc.mpb b/bin/MakeProjectCreator/config/cidlc.mpb
deleted file mode 100644
index 38fa6d65e0d..00000000000
--- a/bin/MakeProjectCreator/config/cidlc.mpb
+++ /dev/null
@@ -1,15 +0,0 @@
-// $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
- }
-
- verbatim(gnuace, top) {
- include $(CIAO_ROOT)/CCF/Config.rules
- }
-}