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