summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/Latency/DII/DII.mpc
blob: a2bc1982d30e318da1ef585baa6bc8b47be598be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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
  }
}