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

project(*Server): strategies, taoexe, portableserver {
  Source_Files {
    test_i.cpp
    server.cpp
  }
}

project(*Client): strategies, taoexe, portableserver {
  after += *Server
  Source_Files {
    test_i.cpp
    client.cpp
  }
}