summaryrefslogtreecommitdiff
path: root/TAO/tests/Portable_Interceptors/Bug_1559/Bug_1559.mpc
blob: 2e992878fcb1855222c324051b68cbe8278a7786 (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_interceptor.cpp
    server.cpp
  }
}

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