summaryrefslogtreecommitdiff
path: root/ACE/examples/IPC_SAP/SOCK_SAP/sock_sap.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/examples/IPC_SAP/SOCK_SAP/sock_sap.mpc')
-rw-r--r--ACE/examples/IPC_SAP/SOCK_SAP/sock_sap.mpc67
1 files changed, 67 insertions, 0 deletions
diff --git a/ACE/examples/IPC_SAP/SOCK_SAP/sock_sap.mpc b/ACE/examples/IPC_SAP/SOCK_SAP/sock_sap.mpc
new file mode 100644
index 00000000000..b7fb2b66f46
--- /dev/null
+++ b/ACE/examples/IPC_SAP/SOCK_SAP/sock_sap.mpc
@@ -0,0 +1,67 @@
+// -*- MPC -*-
+// $Id$
+
+project(*C_inclient) : aceexe {
+ exename = C-inclient
+ Source_Files {
+ C-inclient.cpp
+ }
+}
+
+project(*C_inserver) : aceexe {
+ avoids += wince
+ exename = C-inserver
+ Source_Files {
+ C-inserver.cpp
+ }
+}
+
+project(*CPP_inclient) : aceexe {
+ exename = CPP-inclient
+ Source_Files {
+ CPP-inclient.cpp
+ }
+}
+
+project(*CPP_inserver) : aceexe, avoids_ace_for_tao {
+ exename = CPP-inserver
+ Source_Files {
+ CPP-inserver.cpp
+ }
+}
+
+project(*CPP_memclient) : aceexe, avoids_ace_for_tao {
+ exename = CPP-memclient
+ Source_Files {
+ CPP-memclient.cpp
+ }
+}
+
+project(*CPP_memserver) : aceexe, avoids_ace_for_tao {
+ exename = CPP-memserver
+ Source_Files {
+ CPP-memserver.cpp
+ }
+}
+
+project(*FD_unclient) : aceexe, avoids_ace_for_tao {
+ exename = FD-unclient
+ Source_Files {
+ FD-unclient.cpp
+ }
+}
+
+project(*CPP_unclient) : aceexe, avoids_ace_for_tao {
+ exename = CPP-unclient
+ Source_Files {
+ CPP-unclient.cpp
+ }
+}
+
+project(*CPP_unserver) : aceexe, avoids_ace_for_tao {
+ exename = CPP-unserver
+ Source_Files {
+ CPP-unserver.cpp
+ }
+}
+