summaryrefslogtreecommitdiff
path: root/TAO/tests/Timed_Buffered_Oneways/Timed_Buffered_Oneways.mpc
blob: 16b944f714238c20c47c76d2b914e3e18d759fda (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): messaging, taoexe, portableserver {
  exename = server
  Source_Files {
    test_i.cpp
    server.cpp
  }
}

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