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

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

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

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