Revert "Minor modernization of DynamicAny code"
[ACE_TAO.git] / TAO / tao / IORInterceptor / IORInterceptor.mpc
blob43756dd615c2653616b622b569057fbc41682662
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,export_macro=TAO_IORInterceptor_Export \
6                 -Wb,export_include=tao/IORInterceptor/iorinterceptor_export.h \
7                 -Wb,include_guard=TAO_IORINTERCEPTOR_SAFE_INCLUDE \
8                 -Wb,safe_include=tao/IORInterceptor/IORInterceptor.h \
9                 -iC tao/IORInterceptor
10     IORInterceptor.pidl
11   }
13   IDL_Files {
14     idlflags += -Gp -Gd -Sci -SS -Sorb -Sa -St \
15                 -Wb,export_macro=TAO_IORInterceptor_Export \
16                 -Wb,export_include=tao/IORInterceptor/iorinterceptor_export.h \
17                 -iC IORInterceptor
18     IORInfo.pidl
19   }
21   specific {
22     install_dir = tao/IORInterceptor
23   }
26 project(IORInterceptor) : taolib, tao_output, portableserver, objreftemplate, pi, install, taoidldefaults {
27   after       += *idl
28   sharedname   = TAO_IORInterceptor
29   dynamicflags += TAO_IORINTERCEPTOR_BUILD_DLL
31   Source_Files {
32     *.cpp
33     IORInterceptorC.cpp
34     IORInfoC.cpp
35   }
37   Header_Files {
38     *.h
39     IORInterceptorC.h
40     IORInterceptorS.h
41     IORInfoC.h
42     IORInfoS.h
43   }
45   specific {
46     install_dir = tao/IORInterceptor
47   }