summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/POA/Demux/Demux.mpc
blob: 32bb6f4ae03bf775d99bf059af8b5f0818e73d65 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
// -*- MPC -*-
project(*poa idl): taoidldefaults {
  IDL_Files {
    demux_test.idl
  }
  custom_only = 1
}

project(*poa server): namingexe, taoserver, avoids_corba_e_micro {
  after += *poa_idl
  Source_Files {
    demux_test_server.cpp
    demux_test_i.cpp
    server.cpp
    demux_testS.cpp
    demux_testC.cpp
  }
  IDL_Files {
  }
}

project(*poa client): namingexe, taoserver {
  exename = client
  after += *poa_idl
  Source_Files {
    demux_test_client.cpp
    client.cpp
    demux_testS.cpp
    demux_testC.cpp
  }
  IDL_Files {
  }
}