summaryrefslogtreecommitdiff
path: root/trunk/CIAO/performance-tests/Benchmark/Multi_Threaded/Multi_Threaded.mpc
blob: 40927889016b2be7620f826c723d47d86b76ade3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// $Id$

project (Multi_Threaded_client) : ciao_client_dnc, valuetype , strategies {
  exename = client
  after += RoundTripClient_stub
  libs += RoundTripClient_stub Benchmark_stub
  libpaths += ..
  includes += ../RoundTripClient
  avoids += ace_for_tao

  IDL_Files {
  }

  Source_Files {
    client.cpp
    Client_Task.cpp
  }
}