summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples/CosEC/Simple/CosEC_Simple.mpc
blob: 7a91454ad07ca91ce9a26511c61f8c7857144e3d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// -*- MPC -*-
// $Id$

project(*Service) : orbsvcsexe, event, event_serv, naming {
  Source_Files {
    Service.cpp
  }
}

project(*Consumer) : orbsvcsexe, event, event_skel {
  Source_Files {
    Consumer.cpp
  }
}

project(*Supplier) : orbsvcsexe, event, event_skel {
  Source_Files {
    Supplier.cpp
  }
}