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

project(*Server): taoserver, valuetype {
  exename = server
  // This is just a dummy_lable to prevent the test from being compiled
  // in MPC builds
  requires += dummy_label
  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
  // This is just a dummy_lable to prevent the test from being compiled
  // in MPC builds
  requires += dummy_label
  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
  }
}