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

project(*Server): taoexe, portableserver {
  requires += interceptors
  idlflags += -I$(TAO_ROOT)

  Source_Files {
    test_i.cpp
    Server_ORBInitializer.cpp
    Server_Request_Interceptor.cpp
    server.cpp
  }
}

project(*Client): taoexe {
  idlflags += -I$(TAO_ROOT)

  Source_Files {
    testC.cpp
    client.cpp
  }
}