Merge pull request #2222 from jwillemsen/jwi-dllexportwarning
[ACE_TAO.git] / TAO / tests / Bug_3827_Regression / Bug_3827_Regression.mpc
blob3c9395e3bf12620f81ccc880751699440a5acb90
1 // -*- MPC -*-
2 project(*IDL): taoidldefaults, anytypecode {
3   IDL_Files {
4     Message.idl
5   }
6   custom_only = 1
9 project (*test) : taoexe, valuetype {
10   after     += *IDL
11   exename    = test
13   Source_Files {
14     MessageC.cpp
15     test.cpp
16   }