summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2004-10-07 20:52:03 +0000
committerSteve Huston <shuston@riverace.com>2004-10-07 20:52:03 +0000
commit41cfb37f8588119cbd03b41f07df724831dea571 (patch)
treec938a78d5e3a19930bac09ad99c7865037ad2b72 /apps
parent83d1f3545e709db9f89e0b00ba9c964d56378fb6 (diff)
downloadATCD-41cfb37f8588119cbd03b41f07df724831dea571.tar.gz
ChangeLogTag:Thu Oct 7 16:45:21 2004 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'apps')
-rw-r--r--apps/drwho/drwho.mpc2
-rw-r--r--apps/gperf/src/gperf.mpc1
-rw-r--r--apps/gperf/tests/gperf_test.mpb1
-rw-r--r--apps/soreduce/soreduce.mpc1
4 files changed, 5 insertions, 0 deletions
diff --git a/apps/drwho/drwho.mpc b/apps/drwho/drwho.mpc
index 351376f1697..79631f8168d 100644
--- a/apps/drwho/drwho.mpc
+++ b/apps/drwho/drwho.mpc
@@ -3,6 +3,7 @@
project(*-client) : aceexe {
requires += rwho
+ avoids += uses_wchar
Source_Files {
Protocol_Manager.cpp
Drwho_Node.cpp
@@ -46,6 +47,7 @@ project(*-client) : aceexe {
project(*-server) : aceexe {
requires += rwho
+ avoids += uses_wchar
Source_Files {
Protocol_Manager.cpp
Drwho_Node.cpp
diff --git a/apps/gperf/src/gperf.mpc b/apps/gperf/src/gperf.mpc
index b5a682d98d4..b8dc0ad1d74 100644
--- a/apps/gperf/src/gperf.mpc
+++ b/apps/gperf/src/gperf.mpc
@@ -3,6 +3,7 @@
project(gperf) : aceexe, core, crosscompile {
install = $(ACE_ROOT)/bin
+ avoids += uses_wchar
exename = gperf
Source_Files {
gperf.cpp
diff --git a/apps/gperf/tests/gperf_test.mpb b/apps/gperf/tests/gperf_test.mpb
index c4615b1adc4..857de94aaf5 100644
--- a/apps/gperf/tests/gperf_test.mpb
+++ b/apps/gperf/tests/gperf_test.mpb
@@ -3,6 +3,7 @@
project: aceexe, crosscompile {
after += gperf
+ avoids += uses_wchar
Define_Custom(GPERF) {
command = $(ACE_ROOT)/bin/gperf
libpath += $(ACE_ROOT)/lib
diff --git a/apps/soreduce/soreduce.mpc b/apps/soreduce/soreduce.mpc
index 0537c9e4102..18f2e917796 100644
--- a/apps/soreduce/soreduce.mpc
+++ b/apps/soreduce/soreduce.mpc
@@ -1,6 +1,7 @@
// $Id$
project(soreduce) : aceexe {
+ avoids += uses_wchar
exename = soreduce
Source_Files {
Signature.cpp