summaryrefslogtreecommitdiff
path: root/TAO/examples/PluggableUDP/tests/Performance/Performance.mpc
blob: a7214a42e77558fa1b65ef4531ee579cfaf47259 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
project(*server): taoexe, portableserver, strategies {
  idlflags += -Sd -Sp

  Source_Files {
    UDP_i.cpp
    server.cpp
  }
}

project(*client): taoexe, portableserver, strategies {
  idlflags += -Sd -Sp

  Source_Files {
    client.cpp
    UDP_i.cpp
    UDP_PerformanceClient.cpp
  }
}