summaryrefslogtreecommitdiff
path: root/TAO/CIAO/performance-tests/Benchmark/Multi_Threaded/Multi_Threaded.mpc
blob: f090b1e8cf63fb4c7dfac42e64fe8208ddc42958 (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_dnc, valuetype , strategies{
  exename = client
  after += RoundTripClient_stub
  libs += RoundTripClient_stub Benchmark_stub
  libpaths += ..
  includes += ../RoundTripClient

  IDL_Files {
  }

  Source_Files {
    client.cpp
    Client_Task.cpp
  }
}