summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2004-01-07 19:31:16 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2004-01-07 19:31:16 +0000
commite789c44511e2bdc60c6ca33219e6df602a4a8389 (patch)
tree9ca7681e70fbbb0af17273394cd50b58223f8c5c
parent2326eb1d56ce858a00104f0f4c85f10cb93635c8 (diff)
downloadATCD-e789c44511e2bdc60c6ca33219e6df602a4a8389.tar.gz
ChangeLogTag: Wed Jan 7 13:30:28 2004 Chad Elliott <elliott_c@ociweb.com>
-rw-r--r--TAO/ChangeLog20
-rw-r--r--TAO/utils/wxNamingViewer/wxNamingViewer.mpc3
2 files changed, 16 insertions, 7 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 286641e22fe..4cb80163ff4 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,31 +1,39 @@
+Wed Jan 7 13:30:28 2004 Chad Elliott <elliott_c@ociweb.com>
+
+ * utils/wxNamingViewer/wxNamingViewer.mpc:
+
+ Added an exename to ensure that an executable is built and changed
+ the inheritance list to correctly use namingexe instead of taoexe
+ and naming.
+
Wed Jan 7 19:02:11 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
- * orbsvcs/orbsvcs/FaultTolerance/FT_ClientORB_export.h
- * orbsvcs/orbsvcs/FaultTolerance/FT_ServerORB_export.h
+ * orbsvcs/orbsvcs/FaultTolerance/FT_ClientORB_export.h
+ * orbsvcs/orbsvcs/FaultTolerance/FT_ServerORB_export.h
Added check for TAO_AS_STATIC_LIBS for setting the export flags for
proper building of static libraries.
Wed Jan 7 18:57:54 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
- * orbsvcs/orbsvcs/FtRtEvent/EventChannel/ftrtec_export.h:
+ * orbsvcs/orbsvcs/FtRtEvent/EventChannel/ftrtec_export.h:
Added check for TAO_AS_STATIC_LIBS for setting the export flags for
proper building of static libraries.
Wed Jan 7 18:55:11 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
- * orbsvcs/orbsvcs/IFRService/ifr_service_export.h
+ * orbsvcs/orbsvcs/IFRService/ifr_service_export.h
Added check for TAO_AS_STATIC_LIBS for setting the export flags for
proper building of static libraries.
Wed Jan 7 18:53:32 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
- * tao/RTScheduling/rtscheduler_export.h:
+ * tao/RTScheduling/rtscheduler_export.h:
Added check for TAO_AS_STATIC_LIBS for setting the export flags for
proper building of static libraries.
Wed Jan 7 18:48:13 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
- * tao/Utils/utils_export.h:
+ * tao/Utils/utils_export.h:
Added check for TAO_AS_STATIC_LIBS for setting the export flags for
proper building of static libraries.
diff --git a/TAO/utils/wxNamingViewer/wxNamingViewer.mpc b/TAO/utils/wxNamingViewer/wxNamingViewer.mpc
index bfd8f414643..3d43adbb4a5 100644
--- a/TAO/utils/wxNamingViewer/wxNamingViewer.mpc
+++ b/TAO/utils/wxNamingViewer/wxNamingViewer.mpc
@@ -1,5 +1,6 @@
// -*- MPC -*-
// $Id$
-project : taoexe, naming, portableserver, wxwindows {
+project: namingexe, portableserver, wxwindows {
+ exename = wxNamingViewer
} \ No newline at end of file