Updated logging to include the class/method so that it is more obvious where these...
[ACE_TAO.git] / TAO / tao / Codeset / Codeset.mpc
blob53edba39202761aed5627e73f0b44b1b27a9877f
1 project(*idl) : tao_versioning_idl_defaults, install {
2   custom_only = 1
3   idlflags += -SS -Sci -Sorb \
4               -Wb,export_macro=TAO_Codeset_Export \
5               -Wb,export_include=tao/Codeset/codeset_export.h \
6               -iC tao/Codeset
7   IDL_Files {
8     CodeSetContext.pidl
9   }
11   specific {
12     install_dir = tao/Codeset
13   }
16 project(Codeset) : taolib, tao_output, install, taoidldefaults, nolink_codecfactory {
17   sharedname   = TAO_Codeset
18   after        += *idl
19   dynamicflags += TAO_CODESET_BUILD_DLL
21   Source_Files {
22     *.cpp
23     CodeSetContextC.cpp
24   }
26   Header_Files {
27     *.h
28     CodeSetContextC.h
29     CodeSetContextS.h
30   }
32   Template_Files {
33     Codeset_Translator_Factory_T.cpp
34   }
36   specific {
37     install_dir = tao/Codeset
38   }