From 4eedf3a071aa4c078d295ffccbeb760dea550c2b Mon Sep 17 00:00:00 2001 From: elliott_c Date: Thu, 15 Jan 2004 14:13:11 +0000 Subject: ChangeLogTag: Thu Jan 15 08:12:14 2004 Chad Elliott --- TAO/orbsvcs/IFR_Service/IFR_Service.mpc | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'TAO/orbsvcs') 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 -- cgit v1.2.1