summaryrefslogtreecommitdiff
path: root/TAO/tests/DSI_Gateway/DSI_Gateway.mpc
blob: c5deacad25b52a6e78470229aba22b6fb4934d93 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
// -*- MPC -*-
// $Id$

project(*Server): taoserver, messaging, minimum_corba, dynamicinterface {
  Source_Files {
    test_i.cpp
    server.cpp
  }
}

project(*Client): taoclient, messaging, minimum_corba, dynamicinterface {
  after += *Server
  Source_Files {
    testC.cpp
    client.cpp
  }
}

project(*Gateway): taoexe, portableserver, messaging, minimum_corba, dynamicinterface {
  after += *Client
  Source_Files {
    test_dsi.cpp
    gateway.cpp
  }
}