summaryrefslogtreecommitdiff
path: root/ACE/examples/Semaphores/Semaphores.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/examples/Semaphores/Semaphores.mpc')
-rw-r--r--ACE/examples/Semaphores/Semaphores.mpc19
1 files changed, 0 insertions, 19 deletions
diff --git a/ACE/examples/Semaphores/Semaphores.mpc b/ACE/examples/Semaphores/Semaphores.mpc
deleted file mode 100644
index 51040a647ef..00000000000
--- a/ACE/examples/Semaphores/Semaphores.mpc
+++ /dev/null
@@ -1,19 +0,0 @@
-// -*- MPC -*-
-// $Id$
-
-project(*starter) : aceexe {
- avoids += ace_for_tao
- exename = starter
-
- Source_Files {
- starter.cpp
- }
-}
-project(*worker) : aceexe {
- avoids += ace_for_tao
- exename = worker
-
- Source_Files {
- worker.cpp
- }
-}