Cleanup ACE_HAS_PTHREAD_SIGMASK_PROTOTYPE, all platforms support it so far as I can...
[ACE_TAO.git] / TAO / performance-tests / POA / Demux / Demux.mpc
blob32bb6f4ae03bf775d99bf059af8b5f0818e73d65
1 // -*- MPC -*-
2 project(*poa idl): taoidldefaults {
3   IDL_Files {
4     demux_test.idl
5   }
6   custom_only = 1
9 project(*poa server): namingexe, taoserver, avoids_corba_e_micro {
10   after += *poa_idl
11   Source_Files {
12     demux_test_server.cpp
13     demux_test_i.cpp
14     server.cpp
15     demux_testS.cpp
16     demux_testC.cpp
17   }
18   IDL_Files {
19   }
22 project(*poa client): namingexe, taoserver {
23   exename = client
24   after += *poa_idl
25   Source_Files {
26     demux_test_client.cpp
27     client.cpp
28     demux_testS.cpp
29     demux_testC.cpp
30   }
31   IDL_Files {
32   }