Revert "Minor modernization of DynamicAny code"
[ACE_TAO.git] / TAO / tests / Bug_2122_Regression / Bug_2122_Regression.mpc
blob2a9a1a294de166145d12dc36b78dd561ac8f5e38
1 // -*- MPC -*-
2 project(*idl): taoidldefaults {
3   IDL_Files {
4     Test.idl
5   }
6   custom_only = 1
9 project (*Test) : taoclient {
10   after += *idl
11   Source_Files {
12      TestC.cpp
13      test.cpp
14   }
15   IDL_Files {
16   }