Merge pull request #2301 from sonndinh/remove-dup-reactor-functions
[ACE_TAO.git] / TAO / tests / Bug_3163_Regression / Bug_3163_Regression.mpc
blob264845400f81404a0bdb81aca2196d6dc5eb4029
1 // -*- MPC -*-
2 project(*idl): taoidldefaults {
3   idlflags += -Sp
4   IDL_Files {
5     test.idl
6   }
7   custom_only = 1
10 project(*Server): taoserver {
11   after += *idl
12   Source_Files {
13     server.cpp
14   }
15   Source_Files {
16     testC.cpp
17     testS.cpp
18   }
19   IDL_Files {
20   }
23 project(*Client): taoclient {
24   after += *idl
25   Source_Files {
26     client.cpp
27   }
28   Source_Files {
29     testC.cpp
30   }
31   IDL_Files {
32   }