Merge pull request #2309 from mitza-oci/warnings
[ACE_TAO.git] / TAO / tao / BiDir_GIOP / BiDir_GIOP.mpc
blobc6b65aac932a5bd3b09ff5fa6c816b3622d88311
1 project(*idl) : tao_versioning_idl_defaults, install {
2   custom_only = 1
3   IDL_Files {
4     idlflags += -Gp -Gd -Sci -SS -Sorb -Sa -St \
5                 -Wb,stub_export_macro=TAO_BIDIRGIOP_Export \
6                 -Wb,stub_export_include=tao/BiDir_GIOP/bidirgiop_export.h \
7                 -Wb,stub_export_file=bidirgiop_export.h \
8                 -Wb,include_guard=TAO_BIDIRGIOP_SAFE_INCLUDE \
9                 -Wb,safe_include=tao/BiDir_GIOP/BiDirGIOP.h \
10                 -iC BiDir_GIOP -Gxhst
11     BiDirPolicy.pidl
12   }
14   specific {
15     install_dir = tao/BiDir_GIOP
16   }
19 project(BiDir_GIOP) : taolib, tao_output, install, pi, taoidldefaults {
20   after       += *idl
21   sharedname   = TAO_BiDirGIOP
22   dynamicflags += TAO_BIDIRGIOP_BUILD_DLL
24   Source_Files {
25     *.cpp
26     BiDirPolicyC.cpp
27   }
29   Header_Files {
30     *.h
31     bidirgiop_export.h
32     BiDirPolicyC.h
33     BiDirPolicyS.h
34   }
36   specific {
37     install_dir = tao/BiDir_GIOP
38   }