summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Notify/Test_Filter/Test_Filter.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Notify/Test_Filter/Test_Filter.mpc')
-rw-r--r--TAO/orbsvcs/tests/Notify/Test_Filter/Test_Filter.mpc22
1 files changed, 0 insertions, 22 deletions
diff --git a/TAO/orbsvcs/tests/Notify/Test_Filter/Test_Filter.mpc b/TAO/orbsvcs/tests/Notify/Test_Filter/Test_Filter.mpc
deleted file mode 100644
index 066e2d48a15..00000000000
--- a/TAO/orbsvcs/tests/Notify/Test_Filter/Test_Filter.mpc
+++ /dev/null
@@ -1,22 +0,0 @@
-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
- }
-}