Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / tests / Bug_2429_Regression / Bug_2429_Regression.mpc
blob27c6a44f57c05bcdefd9aa66a537731a7b57fa11
1 // -*- MPC -*-
2 project(*idl): taoidldefaults {
3   idlflags += -GC
5   IDL_Files {
6     Child.idl
7     Parent.idl
8   }
9   custom_only = 1
12 project(*Server) : taoserver, messaging {
13   exename   = server
14   after += *idl
15   Source_Files {
16     server.cpp
17     ChildServant.cpp
18   }
19   Source_Files {
20     ChildC.cpp
21     ChildS.cpp
22     ParentC.cpp
23     ParentS.cpp
24   }
25   IDL_Files {
26   }
29 project(*Client) : taoclient, messaging {
30   exename   = client
31   after += *idl
32   Source_Files {
33     client.cpp
34   }
35   Source_Files {
36     ChildC.cpp
37     ChildS.cpp
38     ParentC.cpp
39     ParentS.cpp
40   }
41   IDL_Files {
42   }