summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2004-01-15 14:13:11 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2004-01-15 14:13:11 +0000
commit4eedf3a071aa4c078d295ffccbeb760dea550c2b (patch)
treef2d000f7049458a4d066afcae8b66c45b2eaa3de /TAO/orbsvcs
parent01d6ba3373c4c020dbfe42a8c854bfe3e2876b49 (diff)
downloadATCD-4eedf3a071aa4c078d295ffccbeb760dea550c2b.tar.gz
ChangeLogTag: Thu Jan 15 08:12:14 2004 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'TAO/orbsvcs')
-rw-r--r--TAO/orbsvcs/IFR_Service/IFR_Service.mpc9
1 files changed, 8 insertions, 1 deletions
diff --git a/TAO/orbsvcs/IFR_Service/IFR_Service.mpc b/TAO/orbsvcs/IFR_Service/IFR_Service.mpc
index c2d5e19a740..27a60410194 100644
--- a/TAO/orbsvcs/IFR_Service/IFR_Service.mpc
+++ b/TAO/orbsvcs/IFR_Service/IFR_Service.mpc
@@ -37,11 +37,18 @@ project(TAO_IFR_EXE) : taoexe, core, ifr_client, crosscompile {
avoids += minimum_corba
after += TAO_IFR_BE TAO_IDL_FE
exename = tao_ifr
- idlpreprocessor = 1
libs += TAO_IFR_BE TAO TAO_IDL_FE
includes += $(TAO_ROOT)/TAO_IDL/include $(TAO_ROOT)/TAO_IDL/fe
libpaths += $(TAO_ROOT)/TAO_IDL
+ verbatim(gnuace, local) {
+ ifeq ($(TAO_IDL_PREPROCESSOR),)
+ CPPFLAGS += -DTAO_IDL_PREPROCESSOR=\\\"$(strip $(CXX))\\\"
+ else
+ CPPFLAGS += -DTAO_IDL_PREPROCESSOR=\\\"$(subst \\,\\,$(TAO_IDL_PREPROCESSOR))\\\"
+ endif
+ }
+
Source_Files {
tao_ifr.cpp
drv_args_ifr.cpp