Revert "Minor modernization of DynamicAny code"
[ACE_TAO.git] / TAO / tests / OBV / Any / OBV_Any.mpc
bloba0917968a0233831864f0c0adffbdab9c681b9a2
1 // -*- MPC -*-
2 project(*idl): taoidldefaults, valuetype {
3   IDL_Files {
4     Any.idl
5   }
6   custom_only = 1
9 project(*Server): taoserver, valuetype {
10   after += *idl
11   Source_Files {
12     AnyC.cpp
13     AnyS.cpp
14     AnyS_impl.cpp
15     server.cpp
16   }
17   IDL_Files {
18   }
21 project(*Client): taoclient, valuetype {
22   after += *idl
23   Source_Files {
24     AnyC.cpp
25     client.cpp
26   }
27   IDL_Files {
28   }