summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/HTIOP/Hello/HTIOP_Hello.mpc
blob: 0d1d684a15d7bc223606bfd6512450d374de7277 (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
// -*- MPC -*-
//
// $Id$

project(*Server): taoexe, naming, iortable, portableserver {
  macros += TEST_OUTPUT_HAS_DLL=0
  Source_Files {
    Test_Output.cpp
    TestS.cpp
    TestC.cpp
    Hello.cpp
    server.cpp
  }
  Header_Files {
	../test_config.h
  }
}

project(*Client): taoexe {
  macros += TEST_OUTPUT_HAS_DLL=0
  Source_Files {
    Test_Output.cpp
    TestC.cpp
    client.cpp
  }
  Header_Files {
	../test_config.h
  }
}