summaryrefslogtreecommitdiff
path: root/TAO/tests/TransportCurrent/IIOP/IIOP.mpc
blob: 34b326bf227eaf28b0191116704dd38e9c12ac07 (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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
// -*- MPC -*-
// $Id$

project(*Server): taoserver, tc_iiop, interceptors, pi_server {

  after += Curren_Test_Lib_Client Current_Test_Lib_Server
  includes += .
  includes += ../lib
  libs += Current_Test_Lib_Client Current_Test_Lib_Server
  libpaths += ../lib

  Source_Files {
    server.cpp
//    Server_Request_Interceptor.cpp
    Current_Test_Impl.cpp
    IIOP_Server_Request_Interceptor.cpp
    IIOP_Server_Main.cpp
    IIOP_Tester.cpp
  }

  IDL_Files {
  }
}

project(*Client): taoclient, tc_iiop, interceptors, pi, dynamicinterface {

  after += *Server Current_Test_Lib_Client Current_Test_Lib_Server
  includes += . ../lib
  libs += Current_Test_Lib_Client Current_Test_Lib_Server
  libpaths += ../lib

  Source_Files {
//    Client_Request_Interceptor.cpp
    client.cpp
    IIOP_Tester.cpp
  }

  IDL_Files {
  }
}