summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-01-04 21:08:30 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-01-04 21:08:30 +0000
commit757a2f18ebc3dc08c135d8b89121d9d60c57e9dd (patch)
tree51b86f779428586f9bed51342dc79879d1974ca6
parent468d63b58aa19c7c3e6b0cc9fbe1685b48f5dee6 (diff)
downloadATCD-757a2f18ebc3dc08c135d8b89121d9d60c57e9dd.tar.gz
* orbsvcs/IFR_Service/Makefile.tao_ifr:
Removed execution of $TAO_ROOT/TAO_IDL/Makefile.FE. This library should already be built, and in any case, executing the makefile from this directory would create duplicate object files and a duplicate library in the current directory, which is not what we want. * orbsvcs/IFR_Service/Makefile.EX: Added TAO to the list of linked libraries. Apparently, the tao_ifr executable's link to TAO_IFR_BE_DLL, which is linked to TAO, is not sufficient.
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a6
1 files changed, 6 insertions, 0 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index b1b2bdd56e9..36930218654 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -9,6 +9,12 @@ Thu Jan 4 14:14:23 2001 Jeff Parsons <parsons@cs.wustl.edu>
library in the current directory, which is not what
we want.
+ * orbsvcs/IFR_Service/Makefile.EX:
+
+ Added TAO to the list of linked libraries. Apparently,
+ the tao_ifr executable's link to TAO_IFR_BE_DLL,
+ which is linked to TAO, is not sufficient.
+
Thu Jan 4 13:45:54 2001 Jeff Parsons <parsons@cs.wustl.edu>
* orbsvcs/IFR_Service/tao_ifr.dsp: