Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / tests / Bug_3531_Regression / Bug_3531_Regression.mpc
blob9db1bc2a969e7a6fa69a575dff397dae3887c3b1
1 project(*idl): taoidldefaults {
2   idlflags += -GC
3   IDL_Files {
4     test.idl
5   }
6   custom_only = 1
9 project(*Client): taoclient, messaging, iortable {
10   after += *idl
11   Source_Files {
12     client.cpp
13   }
14   Source_Files {
15     testC.cpp
16     testS.cpp
17   }
18   IDL_Files {
19   }
22 project(*Server): taoserver, messaging, iortable {
23   after += *idl
24   Source_Files {
25     server.cpp
26     test_i.cpp
27   }
28   Source_Files {
29     testC.cpp
30     testS.cpp
31   }
32   IDL_Files {
33   }