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

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

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