summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/RTEventLogAdmin.mpc
blob: c5fee84bc877e4d1e141b00c17e78ed5b28e046e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
project(RTEventLogAdmin) : orbsvcslib, core, etcl, trading, iortable, naming, \
    svc_utils, dynamicany, rtevent, rtsched, portableserver, dslogadmin {
  sharedname   = TAO_RTEventLogAdmin
  idlflags    += -Wb,export_macro=TAO_RTEventLog_Export -Wb,export_include=Log/rteventlog_export.h
  dynamicflags = TAO_RTEVENTLOG_BUILD_DLL
  tagchecks    = RTEventLog

  IDL_Files {
    RTEventLogAdmin.idl
  }

  Source_Files(ORBSVCS_COMPONENTS) {
    RTEventLog {
      RTEventLogAdminC.cpp
      RTEventLogAdminS.cpp
      Log/RTEventLogFactory_i.cpp
      Log/RTEventLog_i.cpp
      Log/RTEventLogConsumer.cpp
      Log/RTEventLogNotification.cpp
    }
  }
}