Merge pull request #2301 from sonndinh/remove-dup-reactor-functions
[ACE_TAO.git] / TAO / orbsvcs / tests / Bug_3216_Regression / Bug_3216_Regression.mpc
blob44a5a349497312ad35f85cbb7a92aa8a862b425c
1 // -*- MPC -*-
2 project(*IDL): taoidldefaults {
3   IDL_Files {
4     Test.idl
5   }
6   custom_only = 1
9 project(*Client): taoserver, ftclientorb {
10   after += *IDL
12   exename = client
14   Source_Files {
15     client.cpp
16     TestC.cpp
17   }
18   IDL_Files {
19   }
22 project (*Server) : taoserver, ftclientorb, pi_server {
23   after += *IDL
25   exename = server
27   Source_Files {
28     server.cpp
29     Hello.cpp
30     ServerORBInitializer.cpp
31     ServerRequest_Interceptor.cpp
32     TestS.cpp
33     TestC.cpp
34   }
35   IDL_Files {
36   }