summaryrefslogtreecommitdiff
path: root/Tester/tester.mpc
blob: 92f99cef2e198bb90c65be8dc4c0b6cc9205291c (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
project (Interactive_IA_Tester) : ccm_stub, valuetype, dance_deployment_stub, race_common {
  avoids += ace_for_tao
  exename = Interactive_IA_Tester
  after += Interactive_Input_Adapter_stub Input_Adapter_Base_stub
  libs += Input_Adapter_Base_stub \
	Interactive_Input_Adapter_stub \
	Conductor_Component_stub \
	Data_Base_Component_stub \
	DAnCE_OA_Component_stub \
	Controller_Base_stub \
	TM_Proxy_Component_stub \
	Effector_Base_stub \
          OpString_stub \
          RACE_common_stub


  IDL_Files {
  }

  Source_Files {
    Interactive_IA_Tester.cpp
  }

  Header_Files {
  }

  Inline_Files {
  }
}