summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples/RtEC/test_driver/test_driver.mpc
blob: 33fee1717afbd297c37d292674ae3a5f24602502 (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
project(test_driver_lib): orbsvcslib, rtevent, rtsched, rtkokyuevent, kokyu, acexml {
  sharedname    = Test_Driver

  Source_Files {
    Consumer.cpp
    Supplier.cpp
    TimeoutConsumer.cpp
    TestConfig.cpp
    Test_Handler.cpp
    Config_Factory.cpp
    AddrServer.cpp
  }

  Template_Files {
    ECConfig.cpp
  }
}

project(test_driver_app): orbsvcsexe, rtevent, rtsched, rtschedevent, kokyu, acexml {
  exename = Test
  after += test_driver_lib
  libs += wrappers Test_Driver
  libpaths += .

  Source_Files {
    Test.cpp
  }

  IDL_Files {
  }
}