summaryrefslogtreecommitdiff
path: root/ACE/examples/Shared_Memory/Shared_Memory.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/examples/Shared_Memory/Shared_Memory.mpc')
-rw-r--r--ACE/examples/Shared_Memory/Shared_Memory.mpc17
1 files changed, 17 insertions, 0 deletions
diff --git a/ACE/examples/Shared_Memory/Shared_Memory.mpc b/ACE/examples/Shared_Memory/Shared_Memory.mpc
new file mode 100644
index 00000000000..f0ee256597b
--- /dev/null
+++ b/ACE/examples/Shared_Memory/Shared_Memory.mpc
@@ -0,0 +1,17 @@
+// -*- MPC -*-
+// $Id$
+
+project(*MM) : aceexe {
+ avoids += ace_for_tao
+ exename = testmm
+ Source_Files {
+ test_MM.cpp
+ }
+}
+project(*SV) : aceexe {
+ avoids += ace_for_tao
+ exename = testsv
+ Source_Files {
+ test_SV.cpp
+ }
+}