Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / tests / Strategies / Strategies.mpc
blob529d9cbc4da37325a3f72910d43a448d9e869d64
1 // -*- MPC -*-
2 project(*idl): taoidldefaults {
3   IDL_Files {
4     simple_test.idl
5   }
6   custom_only = 1
9 project(*Server): strategies, messaging, taoserver {
10   after += *idl
11   Source_Files {
12     simple_test_i.cpp
13     server.cpp
14   }
15   Source_Files {
16     simple_testC.cpp
17     simple_testS.cpp
18   }
19   IDL_Files {
20   }
23 project(*Client): strategies, messaging, taoserver {
24   exename = client
25   after += *idl
26   Source_Files {
27     client.cpp
28   }
29   Source_Files {
30     simple_testC.cpp
31   }
32   IDL_Files {
33   }