Merge pull request #2222 from jwillemsen/jwi-dllexportwarning
[ACE_TAO.git] / TAO / tests / Bug_2678_Regression / Bug_2678_Regression.mpc
blob51cb7e747b56995a590cebbb63f08f36a118e8ba
1 // -*- MPC -*-
2 project(*idl): taoidldefaults {
3   idlflags -= -Sa -St
4   IDL_Files {
5     test.idl
6   }
7   custom_only = 1
10 project(*Server): taoserver, avoids_corba_e_micro {
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, anytypecode {
24   after += *idl
25   Source_Files {
26     client.cpp
27   }
28   Source_Files {
29     testC.cpp
30   }
31   IDL_Files {
32   }