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