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