summaryrefslogtreecommitdiff
path: root/bin/MakeProjectCreator/config/boost_unit_test.mpb
diff options
context:
space:
mode:
Diffstat (limited to 'bin/MakeProjectCreator/config/boost_unit_test.mpb')
-rw-r--r--bin/MakeProjectCreator/config/boost_unit_test.mpb11
1 files changed, 0 insertions, 11 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)
- }
-}