summaryrefslogtreecommitdiff
path: root/TAO/tests/IORTable_Locator/Test.mpc
blob: d0c82cbe90af435898e0849cd57a5f4159d20b77 (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
48
49
50
// -*- MPC -*-
project(*IORTable_Locator_idl): taoidldefaults {
  idlflags += -Sp
  IDL_Files {
    simple_test.idl
  }
  custom_only = 1
}

project(*IORTable_Locator_Server): taoserver, iortable {
  after += *IORTable_Locator_idl
  Source_Files {
    simple_test_i.cpp
    server.cpp
  }
  Source_Files {
    simple_testS.cpp
    simple_testC.cpp
  }
  IDL_Files {
  }
}

project(*Async_IORTable_Locator_Server): taoserver, async_iortable {
  exename = async_server
  after += *IORTable_Locator_idl
  Source_Files {
    simple_test_i.cpp
    async_server.cpp
  }
  Source_Files {
    simple_testS.cpp
    simple_testC.cpp
  }
  IDL_Files {
  }
}

project(*IORTable_Locator_Client): taoclient {
  after += *IORTable_Locator_idl
  exename = client
  Source_Files {
    client.cpp
  }
  Source_Files {
    simple_testC.cpp
  }
  IDL_Files {
  }
}