Use =default for skeleton copy constructor
[ACE_TAO.git] / TAO / tests / Bug_3499_Regression / DLL_Service.mpc
blob3842272cc0f49d8651fdd460a0d2131be31d32a3
1 project (Bug_3499_Regression) : aceexe {
2   exename = Bug_3499_Regression
3   Source_Files {
4     DLL_Service_Host.cpp
5   }
8 project (Bug_3499_Regression_ACE_DLL_Service) : acelib {
9   sharedname = Bug_3499_Regression_ACE_DLL_Service
10   dynamicflags += ACE_DLL_SERVICE_BUILD_DLL
11   dllout = .
12   libout = .
13   Source_Files {
14     DLL_Service.cpp
15   }
16   Header_Files {
17     DLL_Service_export.h
18   }
19   Inline_Files {
21   }
24 project (Bug3499Reg_ACE_DLL_TAO_Service) : portableserver, taolib {
25   sharedname = Bug_3499_Regression_ACE_DLL_TAO_Service
27   dynamicflags += ACE_DLL_TAO_SERVICE_BUILD_DLL
29   after += Bug_3499_Regression_ACE_DLL_Service
30   libs  += Bug_3499_Regression_ACE_DLL_Service
32   dllout = .
33   libout = .
35   Source_Files {
36     DLL_TAO_Service.cpp
37   }
39   Header_Files {
40     DLL_TAO_Service_export.h
41   }