=default for generated implementation copy ctor
[ACE_TAO.git] / TAO / tests / OctetSeq / OctetSeq.mpc
blob18f6f1a2b12ba40f74692153c20ffc52b35bf9ad
1 // -*- MPC -*-
2 project(*idl): taoidldefaults {
3   IDL_Files {
4     test.idl
5   }
6   custom_only = 1
9 project(*Server): taoserver {
10   avoids += ace_for_tao
11   after += *idl
12   Source_Files {
13     testC.cpp
14     testS.cpp
15     test_i.cpp
16     server.cpp
17   }
18   IDL_Files {
19   }
22 project(*Client): taoclient, anytypecode {
23   avoids += ace_for_tao
24   after += *idl
25   Source_Files {
26     testC.cpp
27     client.cpp
28   }
29   IDL_Files {
30   }
33 project(*OctetSeq): taoclient, anytypecode {
34   exename = OctetSeq
35   after += *idl
36   Source_Files {
37     testC.cpp
38     OctetSeq.cpp
39   }
40   IDL_Files {
41   }