Merge pull request #1551 from DOCGroup/plm_jira_333
[ACE_TAO.git] / TAO / orbsvcs / tests / EC_Custom_Marshal / EC_Custom_Marshal.mpc
blobff6da66afa2b405e6800fe329e58489bebac7e69
1 // -*- MPC -*-
2 project(*IDL): rteventexe, rtsched, naming, iortable, messaging {
4   IDL_Files {
5     data.idl
6   }
8   custom_only = 1
11 project(ECM Supplier): rteventexe, rtsched, naming, iortable, messaging {
12   avoids  += ace_for_tao
13   exename  = ECM_Supplier
14   Source_Files {
15     ECM_Data.cpp
16     ECM_Supplier.cpp
17     dataS.cpp
18     dataC.cpp
19   }
21   after += *IDL
22   IDL_Files {
23   }
26 project(ECM Consumer): rteventexe, rtsched, naming, iortable, messaging {
27   exename  = ECM_Consumer
28   Source_Files {
29     ECM_Data.cpp
30     ECM_Consumer.cpp
31     dataC.cpp
32   }
34   after += *IDL
35   IDL_Files {
36   }