Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / tests / Reliable_Oneways / Reliable_Oneways.mpc
blob64ccd76f2c09e96b1bbed5a1038ee0b2de2b8a50
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     Oneway_Receiver.cpp
13     Shutdown_Helper.cpp
14     server.cpp
15   }
16   Header_Files {
17     Oneway_Receiver.h
18     Shutdown_Helper.h
19   }
20   Source_Files {
21     TestC.cpp
22     TestS.cpp
23   }
24   IDL_Files {
25   }
28 project(*Client): messaging, taoserver {
29   exename = client
30   after += *idl
31   Source_Files {
32     client.cpp
33   }
34   Header_Files {
35   }
36   Source_Files {
37     TestC.cpp
38   }
39   IDL_Files {
40   }