Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / tests / Bug_3766_Regression / Bug_3766_Regression.mpc
blob8eb31c220cba9308cb60e748d497943a0642b283
1 // -*- MPC -*-
2 project(*idl): taoidldefaults {
3   IDL_Files {
4     Test.idl
5   }
6   custom_only = 1
9 project(*Server): taoserver {
10   after += *idl
11   Source_Files {
12     server.cpp
13     TestI.cpp
14   }
15   Source_Files {
16     TestC.cpp
17     TestS.cpp
18   }
19   IDL_Files {
20   }
23 project(*Client): taoclient {
24   after += *idl
25   Source_Files {
26     client.cpp
27     TestC.cpp
28   }
29   IDL_Files {
30   }