Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / tests / Any / Indirected / IndirectedTest.mpc
blobaa9ed68b228eb6ee4c0d6b75e123b8a666426278
1 // -*- MPC -*-
2 project(*idl): taoidldefaults, valuetype {
3   IDL_Files {
4     test.idl
5   }
6   custom_only = 1
9 project(*Client): taoclient, valuetype, typecodefactory {
10   exename = client
11   after += *idl
13   Source_Files {
14     testC.cpp
15     client.cpp
16   }
17   IDL_Files {
18   }