summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/Sequence_Latency/DSI/DSI.mpc
blob: 49c6abac70707cfbfe38542e8087fd3d85a5e010 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
project(* sequence server) : server, strategies {
  after += DynamicInterface
  libs    += TAO_DynamicInterface
  avoids  += minimum_corba

  IDL_Files {
  }

  Source_Files {
    Roundtrip.cpp
    server.cpp
  }
}

project(* sequence client): client, strategies {
  avoids += minimum_corba

  Source_Files {
    TestC.cpp
    client.cpp
  }
}