Merge pull request #2222 from jwillemsen/jwi-dllexportwarning
[ACE_TAO.git] / TAO / tests / Bug_1254_Regression / Bug_1254_Regression.mpc
blob855a65659c8b41be60c5dd348287a2ccd3445a6d
1 // -*- MPC -*-
2 project(*idl): taoidldefaults {
3   IDL_Files {
4     test.idl
5   }
6   custom_only = 1
9 project(*Server): taoserver {
10   after += *idl
11   Source_Files {
12     BlobServer.cpp
13     server.cpp
14     testC.cpp
15     testS.cpp
16   }
17   IDL_Files {
18   }
21 project(*Client): taoserver {
22   exename = client
23   after += *idl
24   Source_Files {
25     client.cpp
26     testC.cpp
27     testS.cpp
28   }
29   IDL_Files {
30   }