summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-06-10 04:14:39 +0000
committerjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-06-10 04:14:39 +0000
commit092b0e59881ec5c5eaeddcbcecbc5a13c6e42223 (patch)
treecccb926c46f06e42fefa87138aed70aa42164fc0
parentea18a1d0d482707c6dc9f25f640ed487c20cc306 (diff)
downloadATCD-092b0e59881ec5c5eaeddcbcecbc5a13c6e42223.tar.gz
ChangeLogTag: Sat Jun 10 03:52:25 UTC 2006 J.T. Conklin <jtc@acorntoolworks.com>
-rw-r--r--TAO/ChangeLog14
-rw-r--r--TAO/orbsvcs/Naming_Service/Naming_Service.mpc1
-rw-r--r--TAO/orbsvcs/Notify_Service/Notify_Service.mpc1
3 files changed, 16 insertions, 0 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 8c9d9af5cf8..8c5e7cd7cea 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,17 @@
+Sat Jun 10 03:52:25 UTC 2006 J.T. Conklin <jtc@acorntoolworks.com>
+
+ * orbsvcs/Naming_Service/Naming_Service.mpc:
+
+ Changed NT_Naming_Service project to require new MPC feature
+ variable "winnt". Avoids building and installing this on non
+ Windows systems. Fixes bugzilla bug #2412.
+
+ * orbsvcs/Notify_Service/Notify_Service.mpc:
+
+ Changed NT_Notify_Service project to require new MPC feature
+ variable "winnt". Avoids building and installing this on non
+ Windows systems. Fixes bugzilla bug #2411.
+
Fri Jun 9 18:33:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
* orbsvcs/performance-tests/RTEvent/lib/Client_Options.{h,cpp}:
diff --git a/TAO/orbsvcs/Naming_Service/Naming_Service.mpc b/TAO/orbsvcs/Naming_Service/Naming_Service.mpc
index ecf246cc003..9382d787a92 100644
--- a/TAO/orbsvcs/Naming_Service/Naming_Service.mpc
+++ b/TAO/orbsvcs/Naming_Service/Naming_Service.mpc
@@ -10,6 +10,7 @@ project : orbsvcsexe, core, naming_serv, imr_client {
}
project(NT_Naming_Service) : orbsvcsexe, core, naming_serv {
+ requires += winnt
exename = NT_Naming_Service
Source_Files {
Naming_Service.cpp
diff --git a/TAO/orbsvcs/Notify_Service/Notify_Service.mpc b/TAO/orbsvcs/Notify_Service/Notify_Service.mpc
index 251a4660756..409614e0600 100644
--- a/TAO/orbsvcs/Notify_Service/Notify_Service.mpc
+++ b/TAO/orbsvcs/Notify_Service/Notify_Service.mpc
@@ -14,6 +14,7 @@ project : valuetype, orbsvcsexe, core, notification_serv, naming, iortable {
project(NT_Notify_Service) : valuetype, orbsvcsexe, core, notification_serv, naming, iortable {
avoids += ace_for_tao
+ requires += winnt
exename = NT_Notify_Service
Source_Files {
Notify_Service.cpp