Revert "Minor modernization of DynamicAny code"
[ACE_TAO.git] / TAO / tests / Big_Reply / Big_Reply.mpc
blob43dc563cd2fe72b1f4096e947b6936910d672e52
1 // -*- MPC -*-
2 project(*idl): taoidldefaults {
3   IDL_Files {
4     Test.idl
5   }
6   custom_only = 1
9 project(*Server): taoserver {
10   after += *idl
11   after += *Client
12   Source_Files {
13     Big_Reply_i.cpp
14     server.cpp
15     TestC.cpp
16     TestS.cpp
17   }
18   IDL_Files {
19   }
22 project(*Client): taoclient {
23   after += *idl
24   Source_Files {
25     TestC.cpp
26     Client_Task.cpp
27     client.cpp
28   }
29   IDL_Files {
30   }