summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/performance-tests/RTEvent/TCP_Baseline/TCP_Baseline.mpc
blob: b337568bab25806105160b87c3e23471eb51234b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// $Id$
project(*server): orbsvcsexe, rtcorbaevent, strategies, minimum_corba {
  after    += RTEC_Perf
  libs     += TAO_RTEC_Perf
  includes += ../lib $(TAO_ROOT)/orbsvcs

  Source_Files {
    server.cpp
  }
}

project(*client): orbsvcsexe, rtcorbaevent, strategies, minimum_corba {
  after    += RTEC_Perf
  libs     += TAO_RTEC_Perf
  includes += ../lib $(TAO_ROOT)/orbsvcs

  Source_Files {
    client.cpp
  }
}