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

project(*Server): taoserver, messaging {
  Source_Files {
    Oneway_Receiver.cpp
    Shutdown_Helper.cpp
    server.cpp
  }
}

project(*Client): messaging, taoexe, portableserver {
  after += *Server
  Source_Files {
    TestC.cpp
    client.cpp
  }
}