Merge pull request #2303 from jwillemsen/jwi-803
[ACE_TAO.git] / TAO / tests / Bug_3953_Regression / Bug_3953_Regression.mpc
blobe6d6a6815f260ee31c176545c8f8655377112da1
1 // -*- MPC -*-
2 project(*_Idl): taoidldefaults {
3   IDL_Files {
4     test.idl
5   }
6   custom_only = 1
9 project(*_Server): taoserver, messaging {
10   after += *_Idl
11   Source_Files {
12     testC.cpp
13     testS.cpp
14     server_i.cpp
15     server.cpp
16   }
17   IDL_Files {
18   }
21 project(*_Client): taoserver {
22   exename = client
23   after += *_Idl
24   Source_Files {
25     testC.cpp
26     testS.cpp
27     client_i.cpp
28     client.cpp
29   }
30   IDL_Files {
31   }