Revert "Minor modernization of DynamicAny code"
[ACE_TAO.git] / TAO / tests / Objref_Sequence_Test / Objref_Sequence_Test.mpc
blob7010222e5aa9f6ce8635130f20b0a443253a9b03
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   Source_Files {
12     server.cpp
13   }
14   Source_Files {
15     TestC.cpp
16     TestS.cpp
17   }
18   IDL_Files {
19   }
22 project(*Client): taoclient, anytypecode {
23   after += *idl
24   Source_Files {
25     client.cpp
26   }
27   Source_Files {
28     TestC.cpp
29   }
30   IDL_Files {
31   }