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

project(*Server): taoserver {
  Source_Files {
    server.cpp
  }
}

project(*Client): taoclient, anytypecode {
  Source_Files {
    timeC.cpp
    client.cpp
  }
}