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