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