summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Notify/RT_lib/RT_Notify_lib.mpc
blob: ee79552a2b0282eea4b5fa1a5df8397b16352f81 (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

project(TAO_RT_NotifyTests): orbsvcslib, notify {

  depends    += TAO_NotifyTests RTPortableServer RTCORBA
  sharedname = TAO_RT_NotifyTests
  libs       += TAO_NotifyTests TAO_RTCORBA TAO_RTPortableServer
  requires += rt_corba

  libpaths += $(TAO_ROOT)/tao/RTCORBA
  libpaths += $(TAO_ROOT)/tao/RTPortableServer
  libpaths += $(TAO_ROOT)/orbsvcs/orbsvcs/ETCL
  libpaths += $(TAO_ROOT)/tao/IORTable
  libpaths += $(TAO_ROOT)/tao/DynamicAny
  libpaths += $(TAO_ROOT)/tao/PortableServer

  dllflags    = TAO_RT_NOTIFY_TEST_BUILD_DLL

  Source_Files{
   RT_Application_Command.cpp
   RT_POA_Command.cpp
   RT_Priority_Mapping.cpp
   RT_Factories_Define.cpp
  }
}