summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-08-28 03:47:04 +0000
committerdhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-08-28 03:47:04 +0000
commit0c40b9281641a2bcebcb40bfb09fa53b3d4890f8 (patch)
tree38eba48f3712da997cc4ae117ed38a0875b522c6
parentd48160a57f1124c90963dfed9558f6e196b0abad (diff)
downloadATCD-0c40b9281641a2bcebcb40bfb09fa53b3d4890f8.tar.gz
ChangeLogTag:Thu Aug 28 03:46:28 UTC 2003 Don Hinton <dhinton@dresystems.com>
-rw-r--r--TAO/ChangeLog5
-rw-r--r--TAO/tao/Utils/Utils.mpc7
2 files changed, 12 insertions, 0 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index f8374f7c99b..88d5ce1fc75 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,8 @@
+Thu Aug 28 03:46:28 UTC 2003 Don Hinton <dhinton@dresystems.com>
+
+ * tao/Utils/Utils.mpc:
+ Added missing mpc file.
+
Wed Aug 27 17:37:44 2003 George Edwards <g.edwards@vanderbilt.edu>
* tests/Portable_Interceptors/Bug_1559/Bug_1559.mpc
diff --git a/TAO/tao/Utils/Utils.mpc b/TAO/tao/Utils/Utils.mpc
new file mode 100644
index 00000000000..c653a3d8e3f
--- /dev/null
+++ b/TAO/tao/Utils/Utils.mpc
@@ -0,0 +1,7 @@
+// $Id$
+
+project : taolib, core {
+ sharedname = TAO_Utils
+ dynamicflags = TAO_UTILS_BUILD_DLL
+ include_dir = tao/Utils
+}