summaryrefslogtreecommitdiff
path: root/trunk/TAO/tests/ORT/ORT.mpc
blob: 4d4b4688fc016181fde9e59ee1e3910984047ab6 (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
46
47
// -*- MPC -*-
// $Id$

project(Test_ORT_IDL): taoidldefaults {
  IDL_Files {
    ORT_test.idl
  }
  IDL_Files {
    idlflags += -SS
    ObjectReferenceFactory.idl
  }
  custom_only = 1
}

project(Test_ORT_Server): taoserver, objreftemplate, iorinterceptor, pi_server, interceptors {
  after += Test_ORT_IDL
  Source_Files {
    ObjectReferenceFactory.cpp
    ORT_test_i.cpp
    ServerORBInitializer.cpp
    ServerRequestInterceptor.cpp
    ORT_test_IORInterceptor.cpp
    server.cpp
  }
  Source_Files {
    ORT_testC.cpp
    ORT_testS.cpp
    ObjectReferenceFactoryC.cpp
  }
  IDL_Files {
  }
}


project(Test_ORT_Client): taoclient, anytypecode, interceptors {
  after += Test_ORT_IDL
  after += Test_ORT_Server

  Source_Files {
    client.cpp
  }
  Source_Files {
    ORT_testC.cpp
  }
  IDL_Files {
  }
}