Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / tests / Bug_3919_Regression / Bug_3919_Regression.mpc
blob5d8dc4424b615480497de1d638a45ebc0b3b28cb
1 // -*- MPC -*-
2 project(*idl): taoidldefaults, valuetype {
3   idlflags += -Sp
4   idlflags -= -ae
5   idlflags += -as
6   IDL_Files {
7     Test.idl
8     Test2.idl
9   }
10   custom_only = 1
13 project(*Server): taoserver, valuetype {
14   after += *idl
16   Source_Files {
17     Hello.cpp
18     server.cpp
19     TestC.cpp
20     TestS.cpp
21     Test2C.cpp
22     Test2S.cpp
23   }
24   IDL_Files {
25   }
28 project(*Client): taoclient, valuetype, typecodefactory {
29   after += *idl
31   Source_Files {
32     TestC.cpp
33     Test2C.cpp
34     client.cpp
35   }
36   IDL_Files {
37   }