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.mpb12
1 files changed, 9 insertions, 3 deletions
diff --git a/bin/MakeProjectCreator/config/cidlc.mpb b/bin/MakeProjectCreator/config/cidlc.mpb
index 38fa6d65e0d..4596ff385e7 100644
--- a/bin/MakeProjectCreator/config/cidlc.mpb
+++ b/bin/MakeProjectCreator/config/cidlc.mpb
@@ -1,15 +1,21 @@
// $Id$
-project: boost_filesystem, boost_regex, exceptions {
- requires += cidl
+project: boost_base {
+ requires += cidl exceptions
includes += $(CIAO_ROOT) $(CIAO_ROOT)/CCF $(ACE_ROOT)/contrib/utility
libpaths += $(CIAO_ROOT)/CCF/CCF $(ACE_ROOT)/lib
- specific(nmake, vc71, vc8) {
+ specific(vc71, vc8) {
compile_flags += /wd4290 /wd4800 /wd4250 /wd4355
}
verbatim(gnuace, top) {
include $(CIAO_ROOT)/CCF/Config.rules
}
+
+ verbatim(gnuace, local) {
+ LIBS += $(BOOST_LD_FLAGS) \
+ -lboost_regex \
+ -lboost_filesystem
+ }
}