=default for generated implementation copy ctor
[ACE_TAO.git] / TAO / tests / Bug_1361_Regression / Bug_1361_Regression.mpc
blob5077727e0554f9a13a32f6a17abad1bcd12c0521
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     TestC.cpp
13     TestS.cpp
14     Server_Thread_Pool.cpp
15     Echo_Caller.cpp
16     ORB_Task.cpp
17     server.cpp
18   }
19   IDL_Files {
20   }
23 project(*Client): taoserver {
24   exename = client
25   after += *idl
26   Source_Files {
27     TestC.cpp
28     TestS.cpp
29     Echo.cpp
30     ORB_Task.cpp
31     client.cpp
32   }
33   IDL_Files {
34   }
37 project(*Shutdown): taoclient {
38   exename = shutdown
39   after += *idl
40   Source_Files {
41     TestC.cpp
42     shutdown.cpp
43   }
44   IDL_Files {
45   }