summaryrefslogtreecommitdiff
path: root/TAO/tests/Portable_Interceptors/ORB_Shutdown/PI_ORB_Shutdown.mpc
blob: 600ba5c118b624157f88e1048ccaba2f447be1c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// -*- MPC -*-
//
// $Id$

project(*Server): taoserver, pi_server, interceptors {
  Source_Files {
    test_i.cpp
    Server_ORBInitializer.cpp
    Server_Request_Interceptor.cpp
    server.cpp
  }
}

project(*Client): taoclient, anytypecode {
  after += *Server

  Source_Files {
    testC.cpp
    client.cpp
  }
}