Merge pull request #2309 from mitza-oci/warnings
[ACE_TAO.git] / TAO / tests / Exposed_Policies / Exposed_Policies.mpc
blobd205fc13389fbcfeb14eb88b60a4c98821f046d0
1 // -*- MPC -*-
2 project(*idl): taoidldefaults {
3   IDL_Files {
4     Counter.idl
5   }
6   custom_only = 1
9 project(*Server): strategies, rt_server {
10   after += *idl
11   Source_Files {
12     Policy_Tester.cpp
13     Policy_Verifier.cpp
14     RT_Properties.cpp
15     server.cpp
16   }
17   Source_Files {
18     CounterC.cpp
19     CounterS.cpp
20   }
21   IDL_Files {
22   }
25 project(*Client): strategies, rt_server {
26   exename = client
27   after += *idl
28   Source_Files {
29     Policy_Tester.cpp
30     Policy_Verifier.cpp
31     RT_Properties.cpp
32     client.cpp
33   }
34   Source_Files {
35     CounterC.cpp
36   }
37   IDL_Files {
38   }