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

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

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

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