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

  Source_Files {
    UDP_Client_i.cpp
    server.cpp
    UDP_i.cpp
  }
}

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

  Source_Files {
    client.cpp
    UDP_Client_i.cpp
    UDP_i.cpp
  }
}