summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-12-06 19:20:16 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-12-06 19:20:16 +0000
commite5e7cd61ff9f542fdd26752d95ca10af34bd2e4b (patch)
tree600e9456b50974262f02a76117f70892e7c74d5d
parentfe56cc3c4e156b9f7b01c3edf761c880d82b26c1 (diff)
downloadATCD-e5e7cd61ff9f542fdd26752d95ca10af34bd2e4b.tar.gz
ChangeLogTag: Mon Dec 6 13:14:32 2004 Jeff Parsons <j.parsons@vanderbilt.edu>
-rw-r--r--TAO/ChangeLog15
-rw-r--r--TAO/orbsvcs/IFR_Service/IFR_Service.mpc6
2 files changed, 20 insertions, 1 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 90848bb6c68..40a3ae63d2d 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,18 @@
+Mon Dec 6 13:14:32 2004 Jeff Parsons <j.parsons@vanderbilt.edu>
+
+ * orbsvcs/IFR_Service/IFR_Service.mpc:
+
+ Removed inherited .mpb files iortable, svc_utils, and
+ typecodefactory, since they are already pulled in by
+ ifrservice. Also added empty IDL_Files block. Because
+ of all the inherited .mpb files, any IDL file in the
+ directory will automatically get added to the build
+ during regeneration, even though there is no need in
+ this particular case. Sometimes I have IDL files in
+ this directory for debugging purposes, and it was
+ easier to add the empty block than to try and refactory
+ the inherited .mpb files.
+
Mon Dec 6 12:50:17 2004 Chad Elliott <elliott_c@ociweb.com>
diff --git a/TAO/orbsvcs/IFR_Service/IFR_Service.mpc b/TAO/orbsvcs/IFR_Service/IFR_Service.mpc
index a20da9da1c8..24be752e996 100644
--- a/TAO/orbsvcs/IFR_Service/IFR_Service.mpc
+++ b/TAO/orbsvcs/IFR_Service/IFR_Service.mpc
@@ -3,8 +3,12 @@
// The ifrservice base project inherits from minimum_corba, so it's no longer
// necessary to add minimum_corba to 'avoids' here.
-project(IFR_Service) : orbsvcsexe, core, ifrservice, typecodefactory, svc_utils, ifr_client, iortable, portableserver, crosscompile {
+project(IFR_Service) : orbsvcsexe, core, ifrservice, ifr_client, portableserver, crosscompile {
exename = IFR_Service
+
+ IDL_Files {
+ }
+
Source_Files {
IFR_Server.cpp
IFR_Service.cpp