Revert "Minor modernization of DynamicAny code"
[ACE_TAO.git] / TAO / tao / ZIOP / ZIOP.mpc
blob25667a5f4787bd7c3b30ceb14b77e9c16cc86b85
1 project(*core_idl) : tao_versioning_idl_defaults, install {
2   custom_only = 1
3   IDL_Files {
4     idlflags -= -Sa -St
5     idlflags += -Gp -Gd -Sci -SS -Sorb \
6                 -Wb,export_macro=TAO_ZIOP_Export \
7                 -Wb,export_include=tao/ZIOP/ziop_export.h \
8                 -Wb,stub_export_file=ziop_export.h \
9                 -Wb,include_guard=TAO_ZIOP_SAFE_INCLUDE \
10                 -Wb,safe_include=tao/ZIOP/ZIOP.h \
11                 -iC tao/ZIOP -Gxhst
12     ZIOP.pidl
13   }
15   specific {
16     install_dir = tao/ZIOP
17   }
20 project(ZIOP) : tao_output, install, taolib, compression, pi, taoidldefaults {
21   after += *core_idl
22   sharedname   = TAO_ZIOP
23   dynamicflags += TAO_ZIOP_BUILD_DLL
25   Source_Files {
26     *.cpp
27     ZIOPC.cpp
28   }
30   Header_Files {
31     *.h
32     ziop_export.h
33     ZIOPC.h
34     ZIOPS.h
35   }
37   specific {
38     install_dir = tao/ZIOP
39   }