summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-06-23 18:42:04 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-06-23 18:42:04 +0000
commit22bce8ec9310471644bb62914d6eea5811ced71c (patch)
treedcccd18843360ef0519fcab39903dfb2f41a75e2 /TAO/orbsvcs
parent60c29e343876b31a59e58807bd1390d24f4343ac (diff)
downloadATCD-22bce8ec9310471644bb62914d6eea5811ced71c.tar.gz
ChangeLogTag: Fri Jun 23 18:39:21 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/orbsvcs')
-rw-r--r--TAO/orbsvcs/IFR_Service/IFR_Service.mpc10
1 files changed, 5 insertions, 5 deletions
diff --git a/TAO/orbsvcs/IFR_Service/IFR_Service.mpc b/TAO/orbsvcs/IFR_Service/IFR_Service.mpc
index de27cdf0894..2eb932386ab 100644
--- a/TAO/orbsvcs/IFR_Service/IFR_Service.mpc
+++ b/TAO/orbsvcs/IFR_Service/IFR_Service.mpc
@@ -5,10 +5,10 @@
// necessary to add minimum_corba to 'avoids' here.
project(IFR_Service) : orbsvcsexe, core, ifrservice, ifr_client, imr_client, crosscompile {
exename = IFR_Service
-
+
IDL_Files {
}
-
+
Source_Files {
IFR_Server.cpp
IFR_Service.cpp
@@ -35,7 +35,7 @@ project(TAO_IFR_BE) : taolib, conv_lib, ifr_client, crosscompile, minimum_corba
ifr_removing_visitor.cpp
ifr_visitor.cpp
}
-
+
Header_Files {
be_extern.h
}
@@ -48,7 +48,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
+ $(TAO_ROOT)/TAO_IDL/fe \
$(TAO_ROOT)
install = $(ACE_ROOT)/bin
@@ -69,7 +69,7 @@ project(TAO_IFR_EXE) : aceexe, core, ifr_client, crosscompile, minimum_corba {
drv_preproc.cpp
tao_idl.cpp
}
-
+
Header_Files {
$(TAO_ROOT)/TAO_IDL/include/drv_extern.h
}