summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/Latency/AMI/AMI.mpc
blob: caea1f693ad987d0fc3f45ec7a42fd338680f492 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
project(*latency server): messaging, taoserver, strategies {
  idlflags -= -Sc
  idlflags += -GC
  requires += ami

  Source_Files {
    Roundtrip.cpp
    Server_Task.cpp
    server.cpp
  }  
}
 
project(*latency client): messaging, taoserver, strategies {
  exename   = client
  idlflags -= -Sc
  idlflags += -GC
  requires += ami

  Source_Files {
    Roundtrip_Handler.cpp
    client.cpp
  }  
}