// -*- MPC -*- project(Test_ORT_IDL): taoidldefaults { IDL_Files { ORT_test.idl } IDL_Files { idlflags += -SS ObjectReferenceFactory.idl } custom_only = 1 } project(Test_ORT_Server): taoserver, objreftemplate, iorinterceptor, pi_server, interceptors { after += Test_ORT_IDL Source_Files { ObjectReferenceFactory.cpp ORT_test_i.cpp ServerORBInitializer.cpp ServerRequestInterceptor.cpp ORT_test_IORInterceptor.cpp server.cpp } Source_Files { ORT_testC.cpp ORT_testS.cpp ObjectReferenceFactoryC.cpp } IDL_Files { } } project(Test_ORT_Client): taoclient, anytypecode, interceptors { after += Test_ORT_IDL after += Test_ORT_Server Source_Files { client.cpp } Source_Files { ORT_testC.cpp } IDL_Files { } }