Merge pull request #2303 from jwillemsen/jwi-803
[ACE_TAO.git] / TAO / tests / UNKNOWN_Exception / UNKNOWN_Exception.mpc
blob05b94b8c451a72e1b61fec0a6c9f551350a49449
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     testC.cpp
13     testS.cpp
14     server.cpp
15   }
16   IDL_Files {
17   }
20 project(*Client): taoclient, anytypecode {
21   after += *idl
22   Source_Files {
23     testC.cpp
24     client.cpp
25   }
26   IDL_Files {
27   }