summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/CosNotification.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/CosNotification.mpc')
-rw-r--r--TAO/orbsvcs/orbsvcs/CosNotification.mpc9
1 files changed, 9 insertions, 0 deletions
diff --git a/TAO/orbsvcs/orbsvcs/CosNotification.mpc b/TAO/orbsvcs/orbsvcs/CosNotification.mpc
index b9a0ee74906..fc66a4e7789 100644
--- a/TAO/orbsvcs/orbsvcs/CosNotification.mpc
+++ b/TAO/orbsvcs/orbsvcs/CosNotification.mpc
@@ -44,6 +44,9 @@ project(CosNotification) : orbsvcslib, core, event {
NotifyExtC.inl
Event_ForwarderC.inl
}
+
+ Template_Files {
+ }
// explicit Resource_Files to avoid including _Skel & _Serv rc files.
Resource_Files{
@@ -85,6 +88,9 @@ project(CosNotification_Skel) : orbsvcslib, core, notification, event_skel, port
NotifyExtS.inl
Event_ForwarderS.inl
}
+
+ Template_Files {
+ }
}
project(CosNotification_Serv) : orbsvcslib, core, notification_skel, dynamicany, etcl {
@@ -170,4 +176,7 @@ project(CosNotification_Serv) : orbsvcslib, core, notification_skel, dynamicany,
Notify/Structured/StructuredPushSupplier.cpp
}
}
+
+ Template_Files {
+ }
}