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

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

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