=default for generated implementation copy ctor
[ACE_TAO.git] / TAO / tests / Bug_2560_Regression / Bug_2560_Regression.mpc
blob7021cc11b9c4ea744ad1470a235f81aae1a2e2c8
1 // -*- MPC -*-
2 project(*idl): taoidldefaults {
3   IDL_Files {
4     Quoter.idl
5   }
6   custom_only = 1
9 project(*client) : taoclient {
10   after += *idl
11   exename = client
12   source_files {
13     client.cpp
14   }
15   source_files {
16     QuoterC.cpp
17   }
18   IDL_Files {
19   }
22 project(*server) : taoserver, avoids_corba_e_micro {
23   after += *idl
24   source_files {
25     server.cpp
26     Stock_Factory_i.cpp
27     Stock_i.cpp
28   }
29   source_files {
30     QuoterC.cpp
31     QuoterS.cpp
32   }
33   IDL_Files {
34   }