Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / DevGuideExamples / PortableInterceptors / IOR / IOR.mpc
blob86baa499806723f9142019f143e6ff449beb07fb
1 project(*idl): taoidldefaults {
2   IDL_Files {
3     Messenger.idl
4   }
5   custom_only = 1
8 project(*Server): taoserver, pi_server, avoids_minimum_corba, iorinterceptor {
9   exename = MessengerServer
10   after += *idl
11   Source_Files {
12     Messenger_i.cpp
13     MessengerServer.cpp
14     ServerInitializer.cpp
15     ServerInterceptor.cpp
16     ServerIORInterceptor.cpp
17   }
18   Source_Files {
19     MessengerC.cpp
20     MessengerS.cpp
21   }
22   IDL_Files {
23   }
26 project(*Client): taoclient, pi, avoids_minimum_corba, interceptors {
27   exename = MessengerClient
28   after += *idl
29   Source_Files {
30     MessengerClient.cpp
31     ClientInitializer.cpp
32     ClientInterceptor.cpp
33   }
34   Source_Files {
35     MessengerC.cpp
36   }
37   IDL_Files {
38   }