Merge pull request #2301 from sonndinh/remove-dup-reactor-functions
[ACE_TAO.git] / TAO / tests / Bug_2804_Regression / Bug_2804_Regression.mpc
bloba28f67e16e906e956ed456a4d3de9322485e75eb
1 // -*- MPC -*-
2 project(*idl): taoidldefaults, valuetype {
3   IDL_Files {
4     Test.idl
5   }
6   custom_only = 1
9 project(*Server): taoserver, valuetype {
10   after += *idl
12   Source_Files {
13     Hello.cpp
14     server.cpp
15     TestC.cpp
16     TestS.cpp
17   }
18   IDL_Files {
19   }
22 project(*Client): taoclient, valuetype, typecodefactory {
23   after += *idl
25   Source_Files {
26     TestC.cpp
27     client.cpp
28   }
29   IDL_Files {
30   }