summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/Latency/Deferred/Deferred.mpc
blob: 78e25595b13cc5515a6827820513be406b9a21f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
project(*server): taoexe, portableserver, strategies {
  avoids += minimum_corba

  Source_Files {
    Roundtrip.cpp
    server.cpp
  }
}

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

  Source_Files {
    TestC.cpp
    client.cpp
  }
}