summaryrefslogtreecommitdiff
path: root/ACE/TAO/orbsvcs/orbsvcs/RT_Notification.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/TAO/orbsvcs/orbsvcs/RT_Notification.mpc')
-rw-r--r--ACE/TAO/orbsvcs/orbsvcs/RT_Notification.mpc33
1 files changed, 33 insertions, 0 deletions
diff --git a/ACE/TAO/orbsvcs/orbsvcs/RT_Notification.mpc b/ACE/TAO/orbsvcs/orbsvcs/RT_Notification.mpc
new file mode 100644
index 00000000000..e820cb5ac9e
--- /dev/null
+++ b/ACE/TAO/orbsvcs/orbsvcs/RT_Notification.mpc
@@ -0,0 +1,33 @@
+// -*- 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(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 {
+ }
+}