Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / tests / Oneway_Send_Timeouts / Oneway_scenarios.mpc
blob2fb59a4ac0c429b894f93b2eadafda86b9176c19
1 // -*- MPC -*-
2 project(*idl): taoidldefaults {
3   IDL_Files {
4     Test.idl
5   }
6   custom_only = 1
9 project (*Oneway_Test) : taoexe, messaging, iortable {
10   exename = oneway_test
11   after += *idl
13   IDL_Files {
14   }
16   Source_Files {
17     main.cpp
18     Server.cpp
19     Client.cpp
20     TestC.cpp
21     TestS.cpp
22     Test_i.cpp
23   }