summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-11-14 07:56:10 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-11-14 07:56:10 +0000
commit3b0753798e1a9be6a8f4a11821030db1614b54fe (patch)
treed1055577d809c54c5dae15160f4f8cfaedf44be4
parent75bc8011e620a0450a74cbaf8eb574f5a5b4d79d (diff)
downloadATCD-3b0753798e1a9be6a8f4a11821030db1614b54fe.tar.gz
ChangeLogTag: Mon Nov 14 07:55:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--bin/MakeProjectCreator/config/boost_unit_test.mpb11
-rw-r--r--bin/MakeProjectCreator/config/cidlc.mpb8
2 files changed, 1 insertions, 18 deletions
diff --git a/bin/MakeProjectCreator/config/boost_unit_test.mpb b/bin/MakeProjectCreator/config/boost_unit_test.mpb
deleted file mode 100644
index 7838b8a1ead..00000000000
--- a/bin/MakeProjectCreator/config/boost_unit_test.mpb
+++ /dev/null
@@ -1,11 +0,0 @@
-// -*- MPC -*-
-// $Id$
-
-project {
- requires += boost
- verbatim(gnuace,local) {
- CPPFLAGS += $(PLATFORM_BOOST_CPPFLAGS)
- LDFLAGS += $(PLATFORM_BOOST_LDFLAGS)
- LDLIBS += $(PLATFORM_BOOST_UTF_LIBS)
- }
-}
diff --git a/bin/MakeProjectCreator/config/cidlc.mpb b/bin/MakeProjectCreator/config/cidlc.mpb
index 4596ff385e7..fa04e3b9629 100644
--- a/bin/MakeProjectCreator/config/cidlc.mpb
+++ b/bin/MakeProjectCreator/config/cidlc.mpb
@@ -1,6 +1,6 @@
// $Id$
-project: boost_base {
+project: boost_filesystem, boost_regex {
requires += cidl exceptions
includes += $(CIAO_ROOT) $(CIAO_ROOT)/CCF $(ACE_ROOT)/contrib/utility
libpaths += $(CIAO_ROOT)/CCF/CCF $(ACE_ROOT)/lib
@@ -12,10 +12,4 @@ project: boost_base {
verbatim(gnuace, top) {
include $(CIAO_ROOT)/CCF/Config.rules
}
-
- verbatim(gnuace, local) {
- LIBS += $(BOOST_LD_FLAGS) \
- -lboost_regex \
- -lboost_filesystem
- }
}