Revert "Minor modernization of DynamicAny code"
[ACE_TAO.git] / TAO / tests / Bug_3632_Regression / Bug_3632_Regression.mpc
blob141123e7452e0ef4c14b3ca0bb6843f5e9e8ab52
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     test.cpp
13     testC.cpp
14   }