Merge pull request #2303 from jwillemsen/jwi-803
[ACE_TAO.git] / TAO / tests / Bug_2593_Regression / Bug_2593_Regression.mpc
blob5d1204a53f82b5b2771ee4af7dbb46dfc4522525
1 // -*- MPC -*-
2 project(*idl): taoidldefaults {
3   IDL_Files {
4     Test.idl
5   }
6   custom_only = 1
9 project(*Server): taoserver, strategies {
10   after += *idl
11   Source_Files {
12     Hello.cpp
13     server.cpp
14   }
15   Source_Files {
16     TestC.cpp
17     TestS.cpp
18   }
19   IDL_Files {
20   }
23 project(*Client): taoclient {
24   after += *idl
25   Source_Files {
26     client.cpp
27   }
28   Source_Files {
29     TestC.cpp
30   }
31   IDL_Files {
32   }