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

project(*server): taoexe, portableserver, valuetype {
  avoids += minimum_corba
  Source_Files {
    Server_i.cpp
    Event_Types_impl.cpp
    ../Simple_util.cpp
    server.cpp
  }
}

project(*client): taoexe, portableserver, valuetype {
  avoids += minimum_corba
  Source_Files {
    Client_i.cpp
    Event_Types_impl.cpp
    ../Simple_util.cpp
    client.cpp
  }
}