summaryrefslogtreecommitdiff
path: root/ACE/apps/Gateway/Peer/peer.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/apps/Gateway/Peer/peer.mpc')
-rw-r--r--ACE/apps/Gateway/Peer/peer.mpc23
1 files changed, 23 insertions, 0 deletions
diff --git a/ACE/apps/Gateway/Peer/peer.mpc b/ACE/apps/Gateway/Peer/peer.mpc
new file mode 100644
index 00000000000..498e422f626
--- /dev/null
+++ b/ACE/apps/Gateway/Peer/peer.mpc
@@ -0,0 +1,23 @@
+// -*- MPC -*-
+// $Id$
+
+project(Gateway_Peer) : ace_output, acelib {
+ sharedname = Gateway_Peer
+ Source_Files {
+ Options.cpp
+ Peer.cpp
+ }
+ Documentation_Files {
+ svc.conf
+ }
+}
+
+project(gateway_peerd) : aceexe {
+ exename = peerd
+ after += Gateway_Peer
+ libs += Gateway_Peer
+
+ Source_Files {
+ peerd.cpp
+ }
+} \ No newline at end of file