Revert "Minor modernization of DynamicAny code"
[ACE_TAO.git] / TAO / tao / Valuetype / Valuetype.mpc
blobea77f5d08f0c1ed794d49f6c6be6f9d4c11060b9
1 project(*idl) : tao_versioning_idl_defaults, gen_ostream, install {
2   custom_only = 1
3   IDL_Files {
4     idlflags += -SS -Sorb -GA \
5                 -Wb,export_macro=TAO_Valuetype_Export \
6                 -Wb,export_include=tao/Valuetype/valuetype_export.h \
7                 -iC tao/Valuetype
8     idlflags -= -Sa -St
9     StringValue.pidl
10   }
12   specific {
13     install_dir = tao/Valuetype
14   }
17 project(Valuetype) : taolib, tao_output, install, anytypecode, avoids_corba_e_micro, taoidldefaults, gen_ostream, valuetype_out_indirection {
18   after += *idl
19   sharedname    = TAO_Valuetype
20   dynamicflags  = TAO_VALUETYPE_BUILD_DLL
22   Source_Files {
23     *.cpp
24     StringValueA.cpp
25     StringValueC.cpp
26   }
28   Header_Files {
29     *.h
30     StringValueA.h
31     StringValueC.h
32     StringValueS.h
33   }
35   Inline_Files {
36     *.inl
37     StringValueC.inl
38   }
40   Template_Files {
41     *_T.cpp
42   }
44   specific {
45     install_dir = tao/Valuetype
46   }