Revert "Minor modernization of DynamicAny code"
[ACE_TAO.git] / TAO / tao / IORManipulation / IORManipulation.mpc
blob6f2e8b2a1d4b311c0adf76fd0f25e0d21cdc05c2
1 project(*idl) : tao_versioning_idl_defaults, install {
2   custom_only = 1
3   IDL_Files {
4     idlflags += -Gp -Gd -Sci -SS -Sorb -GX \
5                 -Wb,export_macro=TAO_IORManip_Export \
6                 -Wb,export_include=tao/IORManipulation/ior_manip_export.h \
7                 -Wb,stub_export_file=ior_manip_export.h \
8                 -Wb,include_guard=TAO_IORMANIP_SAFE_INCLUDE \
9                 -Wb,safe_include=tao/IORManipulation/IORManip_Loader.h \
10                 -iC tao/IORManipulation -Gxhst
11     idlflags -= -Sa -St
12     IOR.pidl
13   }
15   specific {
16     install_dir = tao/IORManipulation
17   }
20 project(IORManipulation) : taolib, tao_output, install, anytypecode, taoidldefaults {
21   after       += *idl
22   sharedname   = TAO_IORManip
23   dynamicflags += TAO_IORManip_BUILD_DLL
25   Source_Files {
26     *.cpp
27     IORC.cpp
28   }
30   Header_Files {
31     *.h
32     ior_manip_export.h
33     IORC.h
34     IORS.h
35     IORA.h
36   }
38   specific {
39     install_dir = tao/IORManipulation
40   }