Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / performance-tests / Pluggable / Pluggable.mpc
blob41851894879bb1d0f7c39d7a5a2554ae80d59a22
1 // -*- MPC -*-
2 project(*idl): taoidldefaults {
3   IDL_Files {
4     PP_Test.idl
5   }
6   custom_only = 1
9 project(*server): taoserver, utils, avoids_corba_e_micro {
10   after += *idl
11   Source_Files {
12     PP_TestC.cpp
13     PP_TestS.cpp
14     PP_Test_Server.cpp
15     PP_Test_i.cpp
16     server.cpp
17   }
18   IDL_Files {
19   }
22 project(*client) : taoclient, anytypecode {
23   after += *idl
24   Source_Files {
25     PP_TestC.cpp
26     PP_Test_Client.cpp
27     client.cpp
28   }
29   IDL_Files {
30   }