=default for generated implementation copy ctor
[ACE_TAO.git] / TAO / tests / Object_Loader / Object_Loader.mpc
blobb9e1548f2e017be8dedb9cbbf086324aaec3ee49
1 // -*- MPC -*-
2 project(*idl): taoidldefaults {
3   IDL_Files {
4     Test.idl
5   }
6   custom_only = 1
9 project(*Test): taolib_with_idl, portableserver {
10   after += *idl
11   sharedname   = Test_DLL
12   dynamicflags += OLT_BUILD_DLL
14   IDL_Files {
15   }
17   Source_Files {
18     TestC.cpp
19     TestS.cpp
20     Test_i.cpp
21     Loader.cpp
22   }
25 project(*Driver): taoserver {
26   exename = driver
27   after += *Test *idl
29   IDL_Files {
30   }
32   Source_Files {
33     TestC.cpp
34     driver.cpp
35   }