Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / tests / Bug_1670_Regression / Bug_1670_Regression.mpc
blob37709fb765a17569f7001fbb9828560d645fa03f
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
13   }
14   Source_Files {
15     TestC.cpp
16     TestS.cpp
17   }
18   IDL_Files {
19   }
22 project(*Client): taoserver, amh {
23   exename = client
24   after += *idl
25   Source_Files {
26     client.cpp
27   }
28   Source_Files {
29     TestC.cpp
30     TestS.cpp
31   }
32   IDL_Files {
33   }