summaryrefslogtreecommitdiff
path: root/ACE/examples/ASX/UPIPE_Event_Server/UPIPE_Event.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/examples/ASX/UPIPE_Event_Server/UPIPE_Event.mpc')
-rw-r--r--ACE/examples/ASX/UPIPE_Event_Server/UPIPE_Event.mpc14
1 files changed, 14 insertions, 0 deletions
diff --git a/ACE/examples/ASX/UPIPE_Event_Server/UPIPE_Event.mpc b/ACE/examples/ASX/UPIPE_Event_Server/UPIPE_Event.mpc
new file mode 100644
index 00000000000..a4c4334fc31
--- /dev/null
+++ b/ACE/examples/ASX/UPIPE_Event_Server/UPIPE_Event.mpc
@@ -0,0 +1,14 @@
+// -*- MPC -*-
+// $Id$
+
+project(*Server) : aceexe, avoids_ace_for_tao {
+ exename = UPIPE_Event_Server
+ Source_Files {
+ Consumer_Router.cpp
+ Event_Analyzer.cpp
+ Options.cpp
+ Peer_Router.cpp
+ Supplier_Router.cpp
+ event_server.cpp
+ }
+}