Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / tests / CallbackTest / CallbackTest.mpc
blob29dfafe71c258e06c1e1cf2c24f72a60a2514281
1 // -*- MPC -*-
2 project(*idl): taoidldefaults {
3   IDL_Files {
4     Test.idl
5   }
6   custom_only = 1
9 project(*Server): taoserver, messaging {
10   after += *idl
11   Source_Files {
12     Service.cpp
13     server.cpp
14   }
15   Source_Files {
16     TestC.cpp
17     TestS.cpp
18   }
19   IDL_Files {
20   }
23 project(*Client): taoclient, portableserver, messaging {
24   after += *idl
25   Source_Files {
26     Callback.cpp
27     client.cpp
28   }
29   Source_Files {
30     TestC.cpp
31     TestS.cpp
32   }
33   IDL_Files {
34   }