Merge pull request #2303 from jwillemsen/jwi-803
[ACE_TAO.git] / TAO / tests / Bug_1020_Regression / Bug_1020_Regression.mpc
blobe4ad0687b0eed7f39312e889f178cf6959da73db
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     ORB_Task.cpp
15     Server_i.cpp
16     Server_Task.cpp
17     server.cpp
18   }
19   IDL_Files {
20   }
23 project(*Client): taoclient, messaging {
24   after += *idl
25   Source_Files {
26     TestC.cpp
27     TestS.cpp
28     Echo.cpp
29     ORB_Task.cpp
30     client.cpp
31   }
32   IDL_Files {
33   }