summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgiovannd <giovannd@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-12-07 20:55:22 +0000
committergiovannd <giovannd@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-12-07 20:55:22 +0000
commit59011ad5857e24786aad1d50d9ce683ab4d82f12 (patch)
tree5f524bce04a7065fcf4888f593a384b1149dd734
parentf7a6f9a1a045d042543fd04faae8b2deabcb51ac (diff)
downloadATCD-59011ad5857e24786aad1d50d9ce683ab4d82f12.tar.gz
*** empty log message ***
-rw-r--r--TAO/orbsvcs/IFR_Service/IFR_Service.mpc3
-rw-r--r--apps/gperf/src/gperf.mpc1
-rw-r--r--apps/gperf/tests/tests.mpc10
3 files changed, 14 insertions, 0 deletions
diff --git a/TAO/orbsvcs/IFR_Service/IFR_Service.mpc b/TAO/orbsvcs/IFR_Service/IFR_Service.mpc
index bb051cebea2..8e4d7c726f8 100644
--- a/TAO/orbsvcs/IFR_Service/IFR_Service.mpc
+++ b/TAO/orbsvcs/IFR_Service/IFR_Service.mpc
@@ -5,6 +5,7 @@
// necessary to add minimum_corba to 'avoids' here.
project(IFR_Service) : orbsvcsexe, core, ifrservice, ifr_client, imr_client, crosscompile {
exename = IFR_Service
+ avoids += uses_wchar
IDL_Files {
}
@@ -22,6 +23,7 @@ project(TAO_IFR_BE) : taolib, conv_lib, ifr_client, crosscompile, minimum_corba
libs += TAO_IDL_FE
dynamicflags = TAO_IFR_BE_BUILD_DLL
includes += $(TAO_ROOT)/TAO_IDL/include $(TAO_ROOT)/TAO_IDL/fe
+ avoids += uses_wchar
Source_Files {
be_global.cpp
@@ -48,6 +50,7 @@ project(TAO_IFR_EXE) : aceexe, core, ifr_client, crosscompile, minimum_corba {
libs += TAO_IFR_BE TAO TAO_IDL_FE
includes += $(TAO_ROOT)/orbsvcs/IFR_Service $(TAO_ROOT)/TAO_IDL/include $(TAO_ROOT)/TAO_IDL/fe
install = $(ACE_ROOT)/bin
+ avoids += uses_wchar
specific(automake) {
macros += TAO_IDL_INCLUDE_DIR=\"\\"$(includedir)/tao\\"\"
diff --git a/apps/gperf/src/gperf.mpc b/apps/gperf/src/gperf.mpc
index b8dc0ad1d74..375f4ac8f82 100644
--- a/apps/gperf/src/gperf.mpc
+++ b/apps/gperf/src/gperf.mpc
@@ -5,6 +5,7 @@ project(gperf) : aceexe, core, crosscompile {
install = $(ACE_ROOT)/bin
avoids += uses_wchar
exename = gperf
+ avoids += uses_wchar
Source_Files {
gperf.cpp
Options.cpp
diff --git a/apps/gperf/tests/tests.mpc b/apps/gperf/tests/tests.mpc
index f5ea29989fe..de8c7b9e0a8 100644
--- a/apps/gperf/tests/tests.mpc
+++ b/apps/gperf/tests/tests.mpc
@@ -2,6 +2,7 @@
// $Id$
project(cinset): gperf_test {
+ avoids += uses_wchar
exename = cout
verbatim(gnuace, bottom) {
@@ -26,6 +27,7 @@ project(cinset): gperf_test {
}
project(adainset): gperf_test {
+ avoids += uses_wchar
exename = aout
verbatim(gnuace, bottom) {
@@ -50,6 +52,7 @@ project(adainset): gperf_test {
}
project(cppinset): gperf_test {
+ avoids += uses_wchar
exename = cppout
verbatim(gnuace, bottom) {
@@ -74,6 +77,7 @@ project(cppinset): gperf_test {
}
project(preinset): gperf_test {
+ avoids += uses_wchar
exename = preout
verbatim(gnuace, bottom) {
@@ -98,6 +102,7 @@ project(preinset): gperf_test {
}
project(m3inset): gperf_test {
+ avoids += uses_wchar
exename = m3out
verbatim(gnuace, bottom) {
@@ -122,6 +127,7 @@ project(m3inset): gperf_test {
}
project(pinset): gperf_test {
+ avoids += uses_wchar
exename = pout
verbatim(gnuace, bottom) {
@@ -146,6 +152,7 @@ project(pinset): gperf_test {
}
project(iinset): gperf_test {
+ avoids += uses_wchar
exename = iout
verbatim(gnuace, bottom) {
@@ -170,6 +177,7 @@ project(iinset): gperf_test {
}
project(iinset2): gperf_test {
+ avoids += uses_wchar
exename = iout2
after += iinset
@@ -196,6 +204,7 @@ project(iinset2): gperf_test {
}
project(tinset): gperf_test {
+ avoids += uses_wchar
exename = tout
verbatim(gnuace, bottom) {
@@ -220,6 +229,7 @@ project(tinset): gperf_test {
}
project(taoinset): gperf_test {
+ avoids += uses_wchar
exename = taoout
verbatim(gnuace, bottom) {