summaryrefslogtreecommitdiff
path: root/TAO/examples/PluggableUDP/tests/Basic/Basic.mpc
blob: c3a57d77905709cfd972c5d26b453df60139dc33 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
// -*- MPC -*-
// $Id$

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
  }
}