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

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

project(client): server, strategies {
  idlflags += -Sp -Sd
  exename   = client

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