Revert "Minor modernization of DynamicAny code"
[ACE_TAO.git] / TAO / tao / ImR_Client / ImR_Client.mpc
blobd839e33cf843814e241345d6779c8feca1bb44d6
1 project(*idl) : tao_versioning_idl_defaults, install {
2   custom_only = 1
3   IDL_Files {
4     idlflags += -Gp -Gd -Sorb -GA\
5                 -Wb,export_macro=TAO_IMR_Client_Export \
6                 -Wb,export_include=tao/ImR_Client/imr_client_export.h \
7                 -iC tao/ImR_Client
8     idlflags -= -Sa -St
9     ServerObject.idl
10   }
12   IDL_Files {
13     idlflags += -Gp -Gd -Sorb -GX\
14                 -I$(TAO_ROOT)/tao/ImR_Client \
15                 -Wb,export_macro=TAO_IMR_Client_Export \
16                 -Wb,export_include=tao/ImR_Client/imr_client_export.h \
17                 -iC tao/ImR_Client
18     idlflags -= -Sa -St
19     ImplRepo.idl
20   }
22   specific {
23     install_dir = tao/ImR_Client
24   }
27 project(ImR_Client) : taolib, tao_output, install, portableserver, taoidldefaults, iormanip {
28   after       += *idl
29   sharedname   = TAO_ImR_Client
30   dynamicflags += TAO_IMR_CLIENT_BUILD_DLL
32   Header_Files {
33     *.h
34     ServerObjectC.h
35     ServerObjectA.h
36     ServerObjectS.h
37     ImplRepoC.h
38     ImplRepoA.h
39     ImplRepoS.h
40   }
42   Source_Files {
43     *.cpp
44     ServerObjectC.cpp
45     ServerObjectA.cpp
46     ServerObjectS.cpp
47     ImplRepoC.cpp
48     ImplRepoS.cpp
49   }
51   Inline_Files {
52     ImplRepoC.inl
53     ServerObjectC.inl
54   }
56   specific {
57     install_dir = tao/ImR_Client
58   }
60   IDL_Files {
61   }