Changes to attempt to silence bcc64x
[ACE_TAO.git] / TAO / orbsvcs / examples / CosEC / Simple / CosEC_Simple.mpc
blobcf285141110be80c7a5c6b5fe0df1a83096a4dc9
1 // -*- MPC -*-
2 project(*Service) : orbsvcsexe, event, event_serv, naming {
4   exename = Service
6   Source_Files {
7     Service.cpp
8   }
11 project(*Consumer) : orbsvcsexe, event, event_skel {
13   exename = Consumer
15   Source_Files {
16     Consumer.cpp
17   }
20 project(*Supplier) : orbsvcsexe, event, event_skel {
22   exename = Supplier
24   Source_Files {
25     Supplier.cpp
26   }