Merge pull request #2309 from mitza-oci/warnings
[ACE_TAO.git] / TAO / tests / Mixed_Sync_ASync_Events / MixedSyncASyncEvents.mpc
blobaef448e5be3bae8d5b0cf312483c582a135bd467
1 // -*- MPC -*-
2 project(*idl): taoidldefaults, ami {
3   IDL_Files {
4     test.idl
5   }
6   custom_only = 1
9 project(*Exe): taoserver, messaging, ami {
10   exename = tester
11   after += *idl
12   Source_Files {
13     test_i.cpp
14     testS.cpp
15     testC.cpp
16     main.cpp
17   }
18   IDL_Files {
19   }