Merge pull request #2309 from mitza-oci/warnings
[ACE_TAO.git] / TAO / tao / TransportCurrent / TC.mpc
bloba9c8d857db4e1e568e9426595c681672e0a2bb8a
1 project(*idl) : taolib_with_idl, tao_versioning_idl_defaults, install {
2   custom_only = 1
3   IDL_Files {
4     idlflags += -Wb,export_include=tao/TransportCurrent/Transport_Current_Export.h \
5                 -Wb,export_macro=TAO_Transport_Current_Export \
6                 -iC tao/TransportCurrent -I./TransportCurrent -SS -Sci
7     idlflags -= -Sa -St
9     TC.idl
10   }
12   specific {
13     install_dir = tao/TransportCurrent
14   }
17 project(TC) : taolib_with_idl, tao_output, taoidldefaults, install, interceptors, pi {
18   after += *idl
19   requires    += transport_current
20   sharedname   = TAO_TC
21   dynamicflags += TAO_TRANSPORT_CURRENT_BUILD_DLL
23   Source_Files {
24     Current_Impl.cpp
25     Current_Loader.cpp
26     Current_ORBInitializer_Base.cpp
27     TCC.cpp
28   }
30   Header_Files {
31     Current_Impl.h
32     Current_Loader.h
33     Current_ORBInitializer.h
34     Current_ORBInitializer_Base.h
35     Transport_Current.h
36     Transport_Current_Export.h
37     TCC.h
38     TCS.h
39   }
41   IDL_Files {
42   }
44   Template_Files {
45     Current_ORBInitializer.cpp
46   }
48   specific {
49     install_dir = tao/TransportCurrent
50   }