Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / tests / Portable_Interceptors / AdvSlotExt / AdvSlotExt.mpc
blob35d60e1fc5a82ae747ef0e11184e8f946311a19c
1 project(*idl): taoidldefaults {
2   IDL_Files {
3     StateTransfer.idl
4   }
5   custom_only = 1
8 project(*Server): taoserver, pi_server {
9   after += *idl
10   Source_Files {
11     StateTransferC.cpp
12     StateTransferS.cpp
13     server.cpp
14   }
15   IDL_Files {
16   }
19 project(*Client): taoclient {
20   after += *idl
21   Source_Files {
22     StateTransferC.cpp
23     client.cpp
24   }
25   IDL_Files {
26   }