summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormk1 <mk1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-05-13 21:08:43 +0000
committermk1 <mk1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-05-13 21:08:43 +0000
commitd0b0dd041cc4cc9dc398033fa5fcc28b67af602d (patch)
tree9c5c94e2038bb2e8f4b0d1666c856cd9b0ee4110
parent79aaa7179495f35af08909352a7b0b557eb99311 (diff)
downloadATCD-d0b0dd041cc4cc9dc398033fa5fcc28b67af602d.tar.gz
Wed May 13 16:12:38 1998 Michael Kircher <mk1@cs.wustl.edu>
-rw-r--r--TAO/ChangeLog-98c7
-rw-r--r--TAO/tests/Quoter/Makefile4
-rw-r--r--TAO/tests/Quoter/Quoter.idl5
3 files changed, 10 insertions, 6 deletions
diff --git a/TAO/ChangeLog-98c b/TAO/ChangeLog-98c
index c8f54649d40..82b7b1c9ad6 100644
--- a/TAO/ChangeLog-98c
+++ b/TAO/ChangeLog-98c
@@ -1,3 +1,10 @@
+Wed May 13 16:12:38 1998 Michael Kircher <mk1@cs.wustl.edu>
+
+ * tests/Quoter/Makefile: changed the compiling options for
+ the IDL compiler
+
+ * tests/Quoter/Quoter.idl: changed the include path
+
Wed May 13 06:58:38 1998 David L. Levine <levine@cs.wustl.edu>
* tao/Makefile: added Forwarding_Servant.
diff --git a/TAO/tests/Quoter/Makefile b/TAO/tests/Quoter/Makefile
index 979316a0f86..c638b904c0e 100644
--- a/TAO/tests/Quoter/Makefile
+++ b/TAO/tests/Quoter/Makefile
@@ -100,8 +100,8 @@ CPPFLAGS += -I$(TAO_ROOT)/orbsvcs -I$(TAO_ROOT)/orbsvcs/orbsvcs \
realclean: clean
-/bin/rm -rf QuoterC.* QuoterS.*
-$(IDL_SRC): Quoter.idl
- $(TAO_ROOT)/TAO_IDL/tao_idl Quoter.idl
+$(IDL_SRC): Quoter.idl
+ $(TAO_ROOT)/TAO_IDL/tao_idl Quoter.idl -I$(TAO_ROOT)/orbsvcs/orbsvcs
.PRECIOUS: $(IDL_SRC)
diff --git a/TAO/tests/Quoter/Quoter.idl b/TAO/tests/Quoter/Quoter.idl
index 377380fe4fa..dcc1f460e89 100644
--- a/TAO/tests/Quoter/Quoter.idl
+++ b/TAO/tests/Quoter/Quoter.idl
@@ -15,10 +15,7 @@
//
// ============================================================================
-// @@ Is there a way to get TAO's IDL compiler to accept "relative
-// names" via the use of a command-line option? It seems wrong to
-// hard-code the pathname here.
-#include "../../orbsvcs/orbsvcs/CosLifeCycle.idl"
+#include "CosLifeCycle.idl"
module Stock
{