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

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

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