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

project(*Server): taoserver {
  Source_Files {
    Server_Task.cpp
    Sender_i.cpp
    server.cpp
  }
}

project(*Client): taoexe, portableserver {
  Source_Files {
    Client_Task.cpp
    Server_Task.cpp
    Receiver_i.cpp
    client.cpp
  }
}