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

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

project(*Client): taoexe {

  Source_Files {
    Test_Output.cpp
    TestC.cpp
    client.cpp
  }
  Header_Files {
	../test_config.h
  }
}