summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/RTCorba/Oneways/Reliable/Reliable.mpc
blob: bd92621f280a20d1ad9a6c2ec5fd28733dbb93b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// $Id$

project(*oneways server RT): rt_server, messaging {
  Source_Files {
    test_i.cpp
    server.cpp
  }
}

project(*oneways client RT): rt_client, messaging {
  Source_Files {
    testC.cpp
    client.cpp
  }
}