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

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

project(*Client): taoclient, pi, interceptors {
  Source_Files {
    testC.cpp
    client_interceptor.cpp
    Echo_Client_ORBInitializer.cpp
    client.cpp
  }
}