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

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

project(*Client): taoclient, portableserver, messaging {
  after += *Server
  Source_Files {
    Crashed_Callback.cpp
    client.cpp
  }
}