Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / tests / ORT / ORT.mpc
blobec58bcf2742b367a57f387b53b267945106cf6b9
1 // -*- MPC -*-
2 project(Test_ORT_IDL): taoidldefaults {
3   IDL_Files {
4     ORT_test.idl
5   }
6   IDL_Files {
7     idlflags += -SS
8     ObjectReferenceFactory.idl
9   }
10   custom_only = 1
13 project(Test_ORT_Server): taoserver, objreftemplate, iorinterceptor, pi_server, interceptors {
14   after += Test_ORT_IDL
15   Source_Files {
16     ObjectReferenceFactory.cpp
17     ORT_test_i.cpp
18     ServerORBInitializer.cpp
19     ServerRequestInterceptor.cpp
20     ORT_test_IORInterceptor.cpp
21     server.cpp
22   }
23   Source_Files {
24     ORT_testC.cpp
25     ORT_testS.cpp
26     ObjectReferenceFactoryC.cpp
27   }
28   IDL_Files {
29   }
33 project(Test_ORT_Client): taoclient, anytypecode, interceptors {
34   after += Test_ORT_IDL
35   after += Test_ORT_Server
37   Source_Files {
38     client.cpp
39   }
40   Source_Files {
41     ORT_testC.cpp
42   }
43   IDL_Files {
44   }