summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/HTIOP/Hello/HTIOP_Hello.mpc
blob: b09077d66c71bf36835d62f659ef846a911504dc (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
36
37
38
39
40
41
42
43
44
45
// -*- MPC -*-
//
// $Id$

project(*idl): taoidldefaults {
  idlflags += -Sa -St

  IDL_Files {
    Test.idl
  }  

  custom_only = 1
}

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

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