Merge pull request #2309 from mitza-oci/warnings
[ACE_TAO.git] / TAO / tao / TransportCurrent / TC_IIOP.mpc
blob7db3d504228104d3bb7ce02fb9e632bf2ee2f496
1 project(*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_IIOP.idl
10   }
12   specific {
13     install_dir = tao/TransportCurrent
14   }
17 project(TC_IIOP) : taolib_with_idl, tao_output, taoidldefaults, install, tc, interceptors, pi {
18   after += *idl
19   requires    += transport_current
20   sharedname   = TAO_TC_IIOP
22   dynamicflags += TAO_TRANSPORT_CURRENT_BUILD_DLL
24   Source_Files {
25     IIOP_Current_Impl.cpp
26     IIOP_Current_Loader.cpp
27   }
29   Source_Files {
30     TC_IIOPC.cpp
31   }
33   Header_Files {
34     IIOP_Current_Impl.h
35     IIOP_Current_Loader.h
36     IIOP_Transport_Current.h
37     TC_IIOPC.h
38     TC_IIOPS.h
39   }
41   IDL_Files {
42   }
44   specific {
45     install_dir = tao/TransportCurrent
46   }