summaryrefslogtreecommitdiff
path: root/TAO/tests/OBV/Supports/Supports_Test.mpc
blob: 3f9dc4ef6a7c83c0a473685280b34bbfa72dce27 (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
// $Id$

project(*Server): taoserver, valuetype {
  exename = server
  libs += TAO_Strategies
  libpaths += ../../../../ace,../../../tao,../../../tao/PortableServer,../../../tao/Valuetype,../../../tao/IORInterceptor,../../../tao/ObjRefTemplate,../../../tao/Strategies
  Source_Files {
    server.cpp
    Supports_Test_impl.cpp
    Supports_TestC.cpp
    Supports_TestS.cpp
  }
  Header_Files {
    Supports_Test_impl.h
    Supports_TestC.h
    Supports_TestS.h
  }
}

project(*Client): taoclient, taoserver, valuetype {
  exename = client
  libpaths += ../../../../ace,../../../tao,../../../tao/PortableServer,../../../tao/Valuetype,../../../tao/IORInterceptor,../../../tao/ObjRefTemplate,../../../tao/Strategies
  Source_Files {
    client.cpp
    Supports_Test_impl.cpp
    Supports_TestC.cpp
    Supports_TestS.cpp
  }
}