summaryrefslogtreecommitdiff
path: root/trunk/ACE/examples/System_V_IPC/SV_Semaphores/SV_Semaphores.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/ACE/examples/System_V_IPC/SV_Semaphores/SV_Semaphores.mpc')
-rw-r--r--trunk/ACE/examples/System_V_IPC/SV_Semaphores/SV_Semaphores.mpc17
1 files changed, 17 insertions, 0 deletions
diff --git a/trunk/ACE/examples/System_V_IPC/SV_Semaphores/SV_Semaphores.mpc b/trunk/ACE/examples/System_V_IPC/SV_Semaphores/SV_Semaphores.mpc
new file mode 100644
index 00000000000..647e4a4cf5a
--- /dev/null
+++ b/trunk/ACE/examples/System_V_IPC/SV_Semaphores/SV_Semaphores.mpc
@@ -0,0 +1,17 @@
+// -*- MPC -*-
+// $Id$
+
+project(*1) : aceexe {
+ avoids += ace_for_tao
+ exename = sem1
+ Source_Files {
+ Semaphores_1.cpp
+ }
+}
+project(*2) : aceexe {
+ avoids += ace_for_tao
+ exename = sem2
+ Source_Files {
+ Semaphores_2.cpp
+ }
+}