summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Notify/Test_Filter/Test_Filter.mpc
blob: 066e2d48a15887f500953e8c06820422f9127992 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
project(TAO_RT_NotifyTests_Filter): orbsvcslib, notify {
				    
  sharedname = TAO_RT_NotifyTests_Filter
  libs       += TAO_CosNotification TAO_RTCORBA
  requires += rt_corba

  dllflags    = TAO_RT_Test_Filter_BUILD_DLL

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

  IDL_Files {  
  }

  Source_Files{
    RT_Test_Filter.cpp
    RT_Test_FilterFactory.cpp
  }
}