Merge pull request #2222 from jwillemsen/jwi-dllexportwarning
[ACE_TAO.git] / TAO / tests / Timeout / Timeout.mpc
blob99ff723e7e194313ab485b1fbc61c9796b711fc8
1 // -*- MPC -*-
2 project(*idl): taoidldefaults {
3   IDL_Files {
4     test.idl
5   }
6   custom_only = 1
9 project(*Server): taoserver {
10   after += *idl
11   Source_Files {
12     testC.cpp
13     testS.cpp
14     test_i.cpp
15     server.cpp
16   }
17   IDL_Files {
18   }
21 project(*Client): taoclient, messaging {
22   after += *idl
23   Source_Files {
24     testC.cpp
25     client.cpp
26   }
27   IDL_Files {
28   }