Use =default for skeleton copy constructor
[ACE_TAO.git] / TAO / tao / Strategies / Strategies.mpc
blob3d6ce6d727868be7fd63ef7982061bc63f1b1a95
1 project(*core_idl) : tao_versioning_idl_defaults, install {
2   custom_only = 1
3   IDL_Files {
4     idlflags += -Sci -SS -Gp -Gd -Sorb -DCORBA3 \
5                 -Wb,export_macro=TAO_Strategies_Export \
6                 -Wb,export_include=tao/Strategies/strategies_export.h \
7                 -iC tao/Strategies
8     idlflags -= -St
9     uiop_endpoints.pidl
10     sciop_endpoints.pidl
11     COIOP_Endpoints.pidl
12   }
14   specific {
15     install_dir = tao/Strategies
16   }
19 project(Strategies) : taolib, tao_output, install, pi, anytypecode, core_strategies, taoidldefaults {
20   after       += *core_idl
21   sharedname   = TAO_Strategies
22   dynamicflags += TAO_STRATEGIES_BUILD_DLL
24   Source_Files {
25     *.cpp
26     uiop_endpointsC.cpp
27     sciop_endpointsC.cpp
28     COIOP_EndpointsC.cpp
29   }
31   Header_Files {
32     *.h
33     uiop_endpointsC.h
34     sciop_endpointsC.h
35     COIOP_EndpointsC.h
36     uiop_endpointsS.h
37     sciop_endpointsS.h
38     COIOP_EndpointsS.h
39   }
41   specific {
42     install_dir = tao/Strategies
43   }