Merge pull request #2301 from sonndinh/remove-dup-reactor-functions
[ACE_TAO.git] / TAO / tests / Bug_3926_Regression / Bug_3926_Regression.mpc
blobce8d1f50c084f5b20cfe6629fc5dfd9c685b559b
1 // -*- MPC -*-
2 project(*idl): taoidldefaults {
3   IDL_Files {
4     test.idl
5   }
6   custom_only = 1
9 project(*Server): taoserver {
10   after += *idl
12   Source_Files {
13     test_i.cpp
14     server.cpp
15   }
16   Source_Files {
17     testC.cpp
18     testS.cpp
19   }
20   IDL_Files {
21   }
24 project(*Client): taoclient, pi, interceptors {
25   after += *idl
27   Source_Files {
28     Client_ORBInitializer.cpp
29     Client_Request_Interceptor.cpp
30     client.cpp
31   }
32   Source_Files {
33     testC.cpp
34   }
35   IDL_Files {
36   }