summaryrefslogtreecommitdiff
path: root/TAO
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>1999-06-21 19:55:54 +0000
committerbala <balanatarajan@users.noreply.github.com>1999-06-21 19:55:54 +0000
commit4fa1c313c78dd95a1613018b0348bce47a2c8c24 (patch)
treee846b15a848c7905aa9169e91bc451104c5eca82 /TAO
parent51ed2ed4dbc9631a296e33893cbb0c14f1ce1862 (diff)
downloadATCD-4fa1c313c78dd95a1613018b0348bce47a2c8c24.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO')
-rw-r--r--TAO/ChangeLog-99c6
-rw-r--r--TAO/orbsvcs/orbsvcs/Makefile2
-rw-r--r--TAO/rules.tao.GNU3
3 files changed, 7 insertions, 4 deletions
diff --git a/TAO/ChangeLog-99c b/TAO/ChangeLog-99c
index 9a3864b5db6..5f545cc50bc 100644
--- a/TAO/ChangeLog-99c
+++ b/TAO/ChangeLog-99c
@@ -1,3 +1,9 @@
+Mon Jun 21 14:54:24 1999 Balachandran Natarajan <bala@cs.wustl.edu>
+
+ * orbsvcs/orbsvcs/Makefile: Added the option -Ge 1.
+ * rules.tao.GNU : Removed the addition of default variable -Ge 1
+ from this file.
+
Mon Jun 21 14:15:33 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
* performance-tests/Makefile:
diff --git a/TAO/orbsvcs/orbsvcs/Makefile b/TAO/orbsvcs/orbsvcs/Makefile
index 778647db381..0e9de08825e 100644
--- a/TAO/orbsvcs/orbsvcs/Makefile
+++ b/TAO/orbsvcs/orbsvcs/Makefile
@@ -24,7 +24,7 @@ endif
# On non-Windows environment, we should at least define
# the export_include IDL flag.
override TAO_IDLFLAGS += \
- -I$(TAO_ROOT) \
+ -I$(TAO_ROOT) -Ge 1\
-Wb,export_macro=TAO_ORBSVCS_Export \
-Wb,export_include=orbsvcs_export.h \
$(TAO_LACKS_EVENT_CHANNEL_ANY)
diff --git a/TAO/rules.tao.GNU b/TAO/rules.tao.GNU
index af188ba6a4e..46bdb3323db 100644
--- a/TAO/rules.tao.GNU
+++ b/TAO/rules.tao.GNU
@@ -45,9 +45,6 @@ IDL_EXT2=Cli.h Cli.i Cli.cpp Ser.h Ser.i Ser.cpp Ser_T.h Ser_T.i Ser_T.cpp
.SUFFIXES: $(IDL_EXT)
ifneq ($(use_flick),1)
-ifneq ($(tao_native_exception),1)
-TAO_IDLFLAGS += -Ge 1
-endif
$(foreach ext, $(IDL_EXT) $(IDL_EXT2), %$(ext)): %.idl $(TAO_IDL)
$(TAO_IDL) $(TAO_IDLFLAGS) $<
else