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

project(*Server): messaging, taoexe, portableserver {
  Source_Files {
    test_i.cpp
    server.cpp
  }
}

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