summaryrefslogtreecommitdiff
path: root/apps/Gateway
diff options
context:
space:
mode:
authordhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-08-13 17:30:38 +0000
committerdhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-08-13 17:30:38 +0000
commitc22a6c7571bfee87e8fbaa76151c2d2e5cfd9040 (patch)
tree05f529f8c6170a53bb695b56fa637107c853c833 /apps/Gateway
parent009af6014a1ba0208a524a7ab0fe723b65b98447 (diff)
downloadATCD-c22a6c7571bfee87e8fbaa76151c2d2e5cfd9040.tar.gz
ChangeLogTag:Wed Aug 13 17:38:09 UTC 2003 Don Hinton <dhinton@dresystems.com>
Diffstat (limited to 'apps/Gateway')
-rw-r--r--apps/Gateway/Gateway/gateway.mpc26
1 files changed, 26 insertions, 0 deletions
diff --git a/apps/Gateway/Gateway/gateway.mpc b/apps/Gateway/Gateway/gateway.mpc
new file mode 100644
index 00000000000..dd1e3314317
--- /dev/null
+++ b/apps/Gateway/Gateway/gateway.mpc
@@ -0,0 +1,26 @@
+project(Gateway) : acelib {
+ sharedname = Gateway
+ Source_Files {
+ Concrete_Connection_Handlers.cpp
+ Config_Files.cpp
+ File_Parser.cpp
+ Gateway.cpp
+ Event_Channel.cpp
+ Event_Forwarding_Discriminator.cpp
+ Options.cpp
+ Connection_Handler.cpp
+ Connection_Handler_Acceptor.cpp
+ Connection_Handler_Connector.cpp
+ }
+}
+
+project(gatewayd) : aceexe {
+
+ after += Gateway
+ libs += Gateway
+
+ Source_Files {
+ gatewayd.cpp
+ }
+}
+