// -*- MPC -*- // $Id$ project(RT_Notification) : orbsvcslib, orbsvcs_output, install, rtcorba, notification_serv, tao_versioning_idl_defaults { sharedname = TAO_RT_Notification idlflags += -Wb,export_macro=TAO_RT_Notify_Export -Wb,export_include=orbsvcs/Notify/rt_notify_export.h dynamicflags = TAO_RT_NOTIFY_BUILD_DLL tagchecks += RT_Notify // The using in the TAO_MC_Default_Factory class is apparently ignored by // the Borland compiler. I am disabling the virtual function hiding // warning for this project only. specific(borland, bmake) { compile_flags += -w-hid } IDL_Files { } Source_Files(ORBSVCS_COMPONENTS) { RT_Notify { Notify/RT_Builder.cpp Notify/RT_Factory.cpp Notify/RT_Notify_Service.cpp Notify/RT_POA_Helper.cpp Notify/RT_Properties.cpp Notify/Structured/RT_StructuredProxyPushSupplier.cpp } } Template_Files { } }