summaryrefslogtreecommitdiff
path: root/ACE/tests/dll_test_parent_lib.mpb
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/tests/dll_test_parent_lib.mpb')
-rw-r--r--ACE/tests/dll_test_parent_lib.mpb10
1 files changed, 10 insertions, 0 deletions
diff --git a/ACE/tests/dll_test_parent_lib.mpb b/ACE/tests/dll_test_parent_lib.mpb
new file mode 100644
index 00000000000..0949642442a
--- /dev/null
+++ b/ACE/tests/dll_test_parent_lib.mpb
@@ -0,0 +1,10 @@
+// -*- MPC -*-
+//
+// $Id$
+
+project {
+
+ after += DLL_Test_Parent_Lib
+ libs += DLL_Test_Parent
+
+}