summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2006-02-02 15:48:13 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2006-02-02 15:48:13 +0000
commit551e6d045aa4708a023696abc85f4b90ad99b472 (patch)
tree101a126b2b9d48b2e5a2b98ac9e882673301a36e
parent02ca76465e226c858585b5c124e781d16ea167c2 (diff)
downloadATCD-551e6d045aa4708a023696abc85f4b90ad99b472.tar.gz
ChangeLogTag: Thu Feb 2 15:47:35 UTC 2006 Chad Elliott <elliott_c@ociweb.com>
-rw-r--r--ChangeLog14
-rw-r--r--examples/Map_Manager/Map_Manager.mpc6
2 files changed, 17 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 3dce1f4ce79..b037a170252 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Thu Feb 2 15:47:35 UTC 2006 Chad Elliott <elliott_c@ociweb.com>
+
+ * examples/Map_Manager/Map_Manager.mpc:
+
+ Added an mpc file to create the right kind of project. The
+ symptoms of bad or missing mpc files are stray library symbolic
+ links.
+
Thu Feb 2 14:48:03 UTC 2006 J.T. Conklin <jtc@acorntoolworks.com>
* Makefile.am:
@@ -98,9 +106,9 @@ Mon Jan 30 17:53:10 UTC 2006 William Otte <wotte@dre.vanderbilt.edu>
Sat Jan 28 18:40:30 2006 Douglas C. Schmidt <schmidt@cs.wustl.edu>
- * ace/Array_Base.h (class ACE_Array_Base): Changed private to
- protected to enable access to certain members in derived
- classes. Thanks to luxi78@gmail.com for suggesting this.
+ * ace/Array_Base.h (class ACE_Array_Base): Changed private to
+ protected to enable access to certain members in derived
+ classes. Thanks to luxi78@gmail.com for suggesting this.
Fri Jan 27 23:29:44 UTC 2006 James H. Hill <hillj@isis.vanderbilt.edu>
diff --git a/examples/Map_Manager/Map_Manager.mpc b/examples/Map_Manager/Map_Manager.mpc
new file mode 100644
index 00000000000..3a433cab0d4
--- /dev/null
+++ b/examples/Map_Manager/Map_Manager.mpc
@@ -0,0 +1,6 @@
+// -*- MPC -*-
+// $Id$
+
+project: aceexe {
+ exename = Map_Manager
+}