summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/tao_idl.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/tao_idl.mpc')
-rw-r--r--TAO/TAO_IDL/tao_idl.mpc3
1 files changed, 3 insertions, 0 deletions
diff --git a/TAO/TAO_IDL/tao_idl.mpc b/TAO/TAO_IDL/tao_idl.mpc
index 2fb895074f4..ac4050ec439 100644
--- a/TAO/TAO_IDL/tao_idl.mpc
+++ b/TAO/TAO_IDL/tao_idl.mpc
@@ -6,6 +6,7 @@ project(TAO_IDL_EXE) : aceexe, core, tao_output, crosscompile {
libs += TAO_IDL_BE TAO_IDL_FE
install = $(ACE_ROOT)/bin
after += TAO_IDL_BE TAO_IDL_FE gperf
+ avoids += uses_wchar
specific (automake) {
includes += $(srcdir)/include $(srcdir)/be_include $(srcdir)/fe
@@ -54,6 +55,7 @@ project(TAO_IDL_BE) : acelib, conv_lib, tao_output, crosscompile {
libs += TAO_IDL_FE
dynamicflags = TAO_IDL_BE_BUILD_DLL
after += TAO_IDL_FE
+ avoids += uses_wchar
specific (automake) {
includes += $(srcdir)/include $(srcdir)/be_include $(srcdir)/fe
@@ -82,6 +84,7 @@ project(TAO_IDL_BE) : acelib, conv_lib, tao_output, crosscompile {
project(TAO_IDL_FE) : acelib, conv_lib, tao_output, crosscompile {
sharedname = TAO_IDL_FE
dynamicflags = TAO_IDL_FE_BUILD_DLL
+ avoids += uses_wchar
specific (automake) {
includes += $(srcdir)/include $(srcdir)/fe