diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2005-11-26 15:02:48 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2005-11-26 15:02:48 +0000 |
commit | d0ee2770b9f6881a248c470e8e94b6e815234052 (patch) | |
tree | e11d970e9b5ef260f0bb4739ab1d62e65bea6af8 /apps | |
parent | b114f4e3271bddcaa15c91072f10a9040e8bd318 (diff) | |
download | ATCD-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/ChangeLog | 8 | ||||
-rw-r--r-- | apps/drwho/drwho.mpc | 4 |
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 |