summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/RT_Notification.mpc
blob: 4694675960af39c82f89e997bc8bc0041680b10c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
project(RT_Notification) : orbsvcslib, core, svc_utils, dynamicany, portableserver, rtcorba, notify {
  sharedname   = TAO_RT_Notification
  idlflags    += -Wb,export_macro=TAO_RT_Notify_Export -Wb,export_include=Notify/rt_notify_export.h
  dynamicflags = TAO_RT_NOTIFY_BUILD_DLL
  tagchecks    = RT_Notify
  include_dir  = orbsvcs

  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
    }
  }
}