Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / tests / Server_Connection_Purging / Server_Connection_Purging.mpc
blob7a90555bb9d6a680c2a5206280773036ded1c834
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     Test_i.cpp
13     server.cpp
14   }
15   Source_Files {
16     TestC.cpp
17     TestS.cpp
18   }
19   IDL_Files {
20   }
23 project(*Client): taoclient, anytypecode {
24   after += *idl
25   Source_Files {
26     client.cpp
27   }
28   Source_Files {
29     TestC.cpp
30   }
31   IDL_Files {
32   }
35 project(*ShutCl): taoclient, anytypecode {
36   after += *idl
37   exename = shutdown_client
38   Source_Files {
39     client2.cpp
40   }
41   Source_Files {
42     TestC.cpp
43   }
44   IDL_Files {
45   }