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

project(*latency server): taoexe, portableserver, strategies {
  avoids += minimum_corba

  Source_Files {
    Roundtrip.cpp
    server.cpp
  }
}

project(*latency client): taoexe, portableserver, strategies, dynamicinterface {
  avoids  += minimum_corba

  Source_Files {
    client.cpp
  }
}