Merge pull request #2222 from jwillemsen/jwi-dllexportwarning
[ACE_TAO.git] / TAO / tests / Bug_3941_Regression / Bug_3941_Regression.mpc
blobc5186092bb2e0e14dda4c8741ae43b88dcc4c5e8
1 // -*- MPC -*-
2 project(*idl): taoidldefaults, anytypecode {
3   IDL_Files {
4     test.idl
5   }
6   custom_only = 1
9 project(*Test): taoclient, anytypecode, valuetype {
10   after += *idl
11   exename = test3941
13   Source_Files {
14     test.cpp
15   }
16   Source_Files {
17     testC.cpp
18   }
19   IDL_Files {
20   }