summaryrefslogtreecommitdiff
path: root/trunk/TAO/tests/Xt_Stopwatch/Xt_Stopwatch.mpc
blob: cbfa1580e94edfde9c4efde319ab1d300bebd579 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// -*- MPC -*-
// $Id$

project(*Server): taoexe, portableserver, tao_xtresource, ace_motif {
  Source_Files {
    test_i.cpp
    Stopwatch_display.cpp
    timer.cpp
    server.cpp
  }
}

project(*Client): taoexe, tao_xtresource, ace_motif {
  after += *Server
  Source_Files {
    testC.cpp
    Control.cpp
    client.cpp
  }
}