Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / tests / Bug_1383_Regression / Bug_1383_Regression.mpc
blob440b805bbd84ea34ac79c226239dc5f70a0e0a7d
1 // -*- MPC -*-
2 project(*idl): taoidldefaults {
3   IDL_Files {
4     callee.idl
5     simple.idl
6   }
7   custom_only = 1
10 project(*Server): taoserver, iortable, iormanip {
11   after += *idl
12   Source_Files {
13     simple_i.cpp
14     SimpleServer.cpp
15   }
16   Source_Files {
17     calleeC.cpp
18     simpleC.cpp
19     simpleS.cpp
20   }
21   IDL_Files {
22   }
25 project(*Client): taoclient, portableserver, iormanip {
26   after += *idl
27   Source_Files {
28     SimpleClient.cpp
29     Callee_i.cpp
30   }
31   Source_Files {
32     calleeC.cpp
33     calleeS.cpp
34     simpleC.cpp
35   }
36   IDL_Files {
37   }