summaryrefslogtreecommitdiff
path: root/ACE/examples/Connection/blocking/Connection_Blocking.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/examples/Connection/blocking/Connection_Blocking.mpc')
-rw-r--r--ACE/examples/Connection/blocking/Connection_Blocking.mpc21
1 files changed, 21 insertions, 0 deletions
diff --git a/ACE/examples/Connection/blocking/Connection_Blocking.mpc b/ACE/examples/Connection/blocking/Connection_Blocking.mpc
new file mode 100644
index 00000000000..758e2bfbf95
--- /dev/null
+++ b/ACE/examples/Connection/blocking/Connection_Blocking.mpc
@@ -0,0 +1,21 @@
+// -*- MPC -*-
+// $Id$
+
+project(*acceptor) : aceexe {
+ avoids += ace_for_tao
+ exename = acceptor
+ Source_Files {
+ SPIPE-acceptor.cpp
+ test_spipe_acceptor.cpp
+ }
+}
+
+project(*connector) : aceexe {
+ avoids += ace_for_tao
+ exename = connector
+ Source_Files {
+ SPIPE-connector.cpp
+ test_spipe_connector.cpp
+ }
+}
+