summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/DsNotifyLogAdmin.mpc
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2003-03-12 15:51:11 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2003-03-12 15:51:11 +0000
commitc5801a8c46a0defe3a0ff182815fbeaea9882c99 (patch)
tree12b76f7efd2eeff418267b131d0055045a1f97f0 /TAO/orbsvcs/orbsvcs/DsNotifyLogAdmin.mpc
parent11e15554b4db40f5f69041a70bbd1deb71ab714b (diff)
downloadATCD-c5801a8c46a0defe3a0ff182815fbeaea9882c99.tar.gz
ChangeLogTag: Wed Mar 12 09:48:32 2003 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/DsNotifyLogAdmin.mpc')
-rw-r--r--TAO/orbsvcs/orbsvcs/DsNotifyLogAdmin.mpc24
1 files changed, 24 insertions, 0 deletions
diff --git a/TAO/orbsvcs/orbsvcs/DsNotifyLogAdmin.mpc b/TAO/orbsvcs/orbsvcs/DsNotifyLogAdmin.mpc
new file mode 100644
index 00000000000..f03fae1cd89
--- /dev/null
+++ b/TAO/orbsvcs/orbsvcs/DsNotifyLogAdmin.mpc
@@ -0,0 +1,24 @@
+project(DsNotifyLogAdmin) : orbsvcslib, core {
+ depends += CosNotification DsEventLogAdmin DsLogAdmin ETCL CosTrading Svc_Utils DynamicAny PortableServer
+ sharedname = TAO_DsNotifyLogAdmin
+ libs += TAO_CosNotification TAO_DsEventLogAdmin TAO_DsLogAdmin TAO_ETCL TAO_CosTrading TAO_Svc_Utils TAO_DynamicAny TAO_PortableServer TAO
+ idlflags += -Wb,pre_include=ace/pre.h -Wb,post_include=ace/post.h -Wb,export_macro=TAO_NotifyLog_Export -Wb,export_include=Log/notifylog_export.h
+ dllflags = TAO_NOTIFYLOG_BUILD_DLL
+ tagchecks = Log
+ include_dir = orbsvcs
+
+ IDL_Files {
+ DsNotifyLogAdmin.idl
+ }
+
+ Source_Files(ORBSVCS_COMPONENTS) {
+ Log {
+ DsNotifyLogAdminC.cpp
+ DsNotifyLogAdminS.cpp
+ Log/NotifyLogFactory_i
+ Log/NotifyLog_i
+ Log/NotifyLogConsumer
+ Log/NotifyLogNotification
+ }
+ }
+}