Revert "Minor modernization of DynamicAny code"
[ACE_TAO.git] / TAO / tao / CodecFactory / CodecFactory.mpc
blob09c20ed30bc75c7b3b0c1b1d5e86a52560c7e183
1 project(*idl) : tao_versioning_idl_defaults, install {
2   custom_only = 1
3   IDL_Files {
4     idlflags += -Gp -Gd -Sci -SS -Sorb -Sal -GX \
5                 -Wb,stub_export_macro=TAO_CODECFACTORY_Export \
6                 -Wb,stub_export_include=tao/CodecFactory/codecfactory_export.h \
7                 -Wb,stub_export_file=codecfactory_export.h \
8                 -Wb,include_guard=TAO_CODECFACTORY_SAFE_INCLUDE \
9                 -Wb,safe_include=tao/CodecFactory/CodecFactory.h \
10                 -iC tao/CodecFactory -Gxhst
11     idlflags -= -Sa -St
12     IOP_Codec.pidl
13   }
15   IDL_Files {
16     idlflags += -Sci -SS -Sorb -Sa -GX \
17                 -Wb,export_macro=TAO_CODECFACTORY_Export \
18                 -Wb,export_include=tao/CodecFactory/codecfactory_export.h \
19                 -Wb,unique_include=tao/CodecFactory/CodecFactory.h \
20                 -iC CodecFactory
21     IOP_Codec_include.pidl
22   }
24   specific {
25     install_dir = tao/CodecFactory
26   }
29 project(CodecFactory) : taolib, tao_output, install, anytypecode, taoidldefaults, nolink_codecfactory {
30   after        += *idl
31   sharedname    = TAO_CodecFactory
32   dynamicflags  = TAO_CODECFACTORY_BUILD_DLL
34   Source_Files {
35     *.cpp
36     IOP_CodecC.cpp
37     IOP_Codec_includeC.cpp
38   }
40   Header_Files {
41     codecfactory_export.h
42     *.h
43     IOP_CodecA.h
44     IOP_CodecC.h
45     IOP_Codec_includeA.h
46     IOP_Codec_includeC.h
47     IOP_Codec_includeS.h
48     IOP_CodecS.h
49   }
51   specific {
52     install_dir = tao/CodecFactory
53   }