Changes to attempt to silence bcc64x
[ACE_TAO.git] / TAO / orbsvcs / tests / Notify / Blocking / Blocking.mpc
blobc810433a0d0eb09fbab2cdac7e1a85383d947b5f
1 // -*- MPC -*-
2 project(*idl): taoidldefaults {
3   IDL_Files {
4     go.idl
5   }
6   custom_only = 1
9 project(*Ntf Struct Supp): notifytest {
10   exename = Structured_Supplier
12   after += *idl
13   Source_Files {
14     Structured_Supplier.cpp
15     goS.cpp
16     goC.cpp
17   }
18   IDL_Files {
19   }
22 project(*Ntf Struct Cons): notifytest {
23   exename = Structured_Consumer
25   after += *idl
26   Source_Files {
27     goC.cpp
28     Notify_Structured_Push_Consumer.cpp
29     Structured_Consumer.cpp
30   }
31   IDL_Files {
32   }