Changes to attempt to silence bcc64x
[ACE_TAO.git] / TAO / tests / Oneway_Timeouts / test.mpc
blob1cf73d70add101e26580ac1a318d581c6baa647f
1 // -*- MPC -*-
2 project(*idl): taoidldefaults {
3   idlflags += -Sp
4   IDL_Files {
5     Test.idl
6   }
7   custom_only = 1
10 project(*Server): taoserver, messaging, strategies {
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): taoserver, messaging, strategies {
24   exename = client
25   after += *idl
26   Source_Files {
27     client.cpp
28   }
29   Source_Files {
30     TestC.cpp
31   }
32   IDL_Files {
33   }