Merge pull request #2301 from sonndinh/remove-dup-reactor-functions
[ACE_TAO.git] / TAO / tests / Big_AMI / Big_AMI.mpc
blobd82060317d222c4003508a60a990fd4fd8f7344d
1 // -*- MPC -*-
2 project(*idl): taoidldefaults, ami {
3   IDL_Files {
4     ami_test.idl
5   }
6   custom_only = 1
9 project(*Server): taoserver, messaging, ami {
10   after += *idl
11   Source_Files {
12     ami_test_i.cpp
13     ami_testC.cpp
14     ami_testS.cpp
15     server.cpp
16   }
17   IDL_Files {
18   }
21 project(*Client): taoserver, messaging, ami {
22   exename = client
23   after += *idl
24   Source_Files {
25     ami_testC.cpp
26     ami_testS.cpp
27     client.cpp
28   }
29   IDL_Files {
30   }