summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/RTCorba/Oneways/Reliable/Reliable.mpc
blob: 81e994c44a97f024f968c86a0bd25741770d3e89 (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
// $Id$

project(*oneways idl RT): taoidldefaults {
  IDL_Files {
    test.idl
  }
  custom_only = 1
}

project(*oneways server RT): rt_server, messaging, minimum_corba {
  exename = server
  after += *oneways_idl_RT
  Source_Files {
    test_i.cpp
    server.cpp
    testS.cpp
    testC.cpp
  }
  IDL_Files {
  }
}

project(*oneways client RT): rt_client, messaging, minimum_corba {
  exename = client
  after += *oneways_idl_RT
  Source_Files {
    testC.cpp
    client.cpp
  }
  IDL_Files {
  }
}