Changes to attempt to silence bcc64x
[ACE_TAO.git] / TAO / orbsvcs / examples / Log / Notify / Log_Notify.mpc
blob62cb293b63d790383fc8d8160188ccdd81751774
1 // -*- MPC -*-
2 project(*Consumer) : orbsvcsexe, dsnotifylogadmin, notification_skel, naming {
3   exename = Notify_Consumer
4   source_files {
5     Notify_Consumer.cpp
6   }
9 project(*Supplier) : orbsvcsexe, dsnotifylogadmin, notification_skel, naming {
10   exename = Notify_Supplier
11   source_files {
12     Notify_Supplier.cpp
13   }