Merge pull request #2222 from jwillemsen/jwi-dllexportwarning
[ACE_TAO.git] / TAO / tests / Two_Objects / Two_Objects.mpc
blob06635ee07bc9a463e8e330962c70cc0a1d0d6065
1 // -*- MPC -*-
2 project(*idl): taoidldefaults {
3   IDL_Files {
4     Two_Objects.idl
5   }
6   custom_only = 1
9 project(*Server): taoserver {
10   after += *idl
11   Source_Files {
12     Two_ObjectsC.cpp
13     Two_ObjectsS.cpp
14     worker.cpp
15     First_i.cpp
16     Second_i.cpp
17     Object_Factory_i.cpp
18     server.cpp
19   }
20   IDL_Files {
21   }
24 project(*Client): taoclient, anytypecode {
25   after += *idl
26   Source_Files {
27     Two_ObjectsC.cpp
28     client.cpp
29   }
30   IDL_Files {
31   }