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

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

  IDL_Files {
  }

  Source_Files {
    client.cpp
    Client_Task.cpp
  }
}