summaryrefslogtreecommitdiff
path: root/TAO/tests/Portable_Interceptors/Dynamic/PI_Dynamic.mpc
blob: a55faf91bbfd8b2b91c71e873687c43f43ac928c (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_interceptor.cpp
    Echo_Server_ORBInitializer.cpp
    server.cpp
  }
}

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