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