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

project(*Server): taoserver {
  Source_Files {
    Coordinator.cpp
    Session_Control.cpp
    server.cpp
  }
}

project(*Client): taoexe, portableserver {
  after += *Server
  Source_Files {
    Peer.cpp
    Session.cpp
    Session_Task.cpp
    client.cpp
  }
}