summaryrefslogtreecommitdiff
path: root/TAO/examples/OBV/Typed_Events/Typed_Events.mpc
blob: a2512b85194f85fb610685faf4795c7ef2d4b6ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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
  }
}