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

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

  Source_Files {
    testC.cpp
    Policy.cpp
    PolicyFactory.cpp
    Server_ORBInitializer.cpp
    IORInterceptor.cpp
    server.cpp
  }
}