summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2005-11-26 15:02:48 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2005-11-26 15:02:48 +0000
commitd0ee2770b9f6881a248c470e8e94b6e815234052 (patch)
treee11d970e9b5ef260f0bb4739ab1d62e65bea6af8 /apps
parentb114f4e3271bddcaa15c91072f10a9040e8bd318 (diff)
downloadATCD-d0ee2770b9f6881a248c470e8e94b6e815234052.tar.gz
ChangeLogTag:Sat Nov 26 06:58:23 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'apps')
-rw-r--r--apps/drwho/ChangeLog8
-rw-r--r--apps/drwho/drwho.mpc4
2 files changed, 10 insertions, 2 deletions
diff --git a/apps/drwho/ChangeLog b/apps/drwho/ChangeLog
index 9f36a64b805..52d0b9c202e 100644
--- a/apps/drwho/ChangeLog
+++ b/apps/drwho/ChangeLog
@@ -1,3 +1,11 @@
+Sat Nov 26 06:58:23 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
+
+ * drwho.mpc:
+
+ Added "avoids += ace_for_tao" since this project requires
+ features of ACE not found in the ace_for_tao subset. Addresses
+ build errors.
+
Sat Apr 30 08:16:42 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
* Select_Manager.cpp:
diff --git a/apps/drwho/drwho.mpc b/apps/drwho/drwho.mpc
index fe9bb3f8b11..b705799ddd4 100644
--- a/apps/drwho/drwho.mpc
+++ b/apps/drwho/drwho.mpc
@@ -1,9 +1,9 @@
// -*- MPC -*-
// $Id$
-project(*-client) : aceexe, acememorylib_for_tao {
+project(*-client) : aceexe {
requires += rwho
- avoids += uses_wchar
+ avoids += uses_wchar ace_for_tao
Source_Files {
Comm_Manager.cpp
Select_Manager.cpp