summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/DsNotifyLogAdmin.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/DsNotifyLogAdmin.mpc')
-rw-r--r--TAO/orbsvcs/orbsvcs/DsNotifyLogAdmin.mpc73
1 files changed, 9 insertions, 64 deletions
diff --git a/TAO/orbsvcs/orbsvcs/DsNotifyLogAdmin.mpc b/TAO/orbsvcs/orbsvcs/DsNotifyLogAdmin.mpc
index 4c0b1ad5ae5..dbf23ddfcc1 100644
--- a/TAO/orbsvcs/orbsvcs/DsNotifyLogAdmin.mpc
+++ b/TAO/orbsvcs/orbsvcs/DsNotifyLogAdmin.mpc
@@ -1,81 +1,26 @@
// -*- MPC -*-
// $Id$
-project(DsNotifyLogAdmin) : orbsvcslib, core, dslogadmin, dseventlogadmin, event, notification {
+project(DsNotifyLogAdmin) : orbsvcslib, core, dseventlogadmin, notification {
sharedname = TAO_DsNotifyLogAdmin
+ idlflags += -Wb,export_macro=TAO_NotifyLog_Export -Wb,export_include=Log/notifylog_export.h
dynamicflags = TAO_NOTIFYLOG_BUILD_DLL
-
- idlflags += -Wb,stub_export_macro=TAO_NotifyLog_Export -Wb,stub_export_include=orbsvcs/Log/notifylog_export.h -Wb,skel_export_macro=TAO_NotifyLog_Skel_Export -Wb,skel_export_include=orbsvcs/Log/notifylog_skel_export.h
-
- IDL_Files {
- DsNotifyLogAdmin.idl
- }
-
- Source_Files {
- DsNotifyLogAdminC.cpp
- }
-
- Header_Files {
- DsNotifyLogAdminC.h
- }
-
- Inline_Files {
- DsNotifyLogAdminC.inl
- }
-
- Template_Files {
- }
-
- // explicit Resource_Files to avoid including _Skel & _Serv rc files.
- Resource_Files {
- DsNotifyLogAdmin.rc
- }
-}
-
-project(DsNotifyLogAdmin_Skel) : orbsvcslib, core, dsnotifylogadmin, dseventlogadmin_skel, dslogadmin_skel, event_skel, notification_skel, portableserver {
- sharedname = TAO_DsNotifyLogAdmin_Skel
- dynamicflags = TAO_NOTIFYLOG_SKEL_BUILD_DLL
-
- IDL_Files {
- }
-
- Source_Files {
- DsNotifyLogAdminS.cpp
- }
-
- Header_Files {
- DsNotifyLogAdminS.h
- }
-
- Inline_Files {
- DsNotifyLogAdminS.inl
- }
-
- Template_Files {
- }
-}
-
-
-project(DsNotifyLogAdmin_Serv) : orbsvcslib, core, dsnotifylogadmin_skel, dslogadmin_serv {
- sharedname = TAO_DsNotifyLogAdmin_Serv
- dynamicflags = TAO_NOTIFYLOG_SERV_BUILD_DLL
tagchecks += Log
+ pch_header =
+ pch_source =
IDL_Files {
+ DsNotifyLogAdmin.idl
}
Source_Files(ORBSVCS_COMPONENTS) {
DsNotifyLogAdmin {
- Log/NotifyLogConsumer.cpp
+ DsNotifyLogAdminC.cpp
+ DsNotifyLogAdminS.cpp
Log/NotifyLogFactory_i.cpp
- Log/NotifyLogNotification.cpp
Log/NotifyLog_i.cpp
+ Log/NotifyLogConsumer.cpp
+ Log/NotifyLogNotification.cpp
}
}
-
- Inline_Files {
- }
-
- Template_Files {
- }
}