summaryrefslogtreecommitdiff
path: root/TAO/tests/Portable_Interceptors/Collocated/Service_Context_Manipulation/Portable_Interceptors_Service_Context_Manipulation.mpc
blob: 8290ca6a6918d1216f4885a44707aa47867191ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
project(*Collocated): taoserver, taoclient {
  exename = collocated
  requires += interceptors
  libpaths += ../../../../../ace,../../../../tao,../../../../tao/PortableServer,../../../../tao/Valuetype,../../../../tao/ObjRefTemplate,../../../../tao/IORInterceptor
  Source_Files {
    testC.cpp
    testS.cpp
    test_i.cpp
    Collocated_ORBInitializer.cpp
    interceptors.cpp
    Client_Task.cpp
    Server_Task.cpp
    Collocated_Test.cpp
  }
}