summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2000-06-20 22:12:02 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2000-06-20 22:12:02 +0000
commit8e359645b4b75c81c8823c3314f20ed67ef14a5b (patch)
tree16ccacbd6e039d07ee2b098e4b52af87a51893f4
parent70128c4fe5ecd5975891389948f1b5808af09c40 (diff)
downloadATCD-8e359645b4b75c81c8823c3314f20ed67ef14a5b.tar.gz
ChangeLogTag:Tue Jun 20 15:07:30 2000 Ossama Othman <ossama@uci.edu>
-rw-r--r--TAO/docs/compiler.html8
-rw-r--r--TAO/examples/Content_Server/AMI_Iterator/Makefile3
-rw-r--r--TAO/examples/Content_Server/AMI_Observer/Makefile3
-rw-r--r--TAO/examples/Content_Server/SMI_Iterator/Makefile2
4 files changed, 14 insertions, 2 deletions
diff --git a/TAO/docs/compiler.html b/TAO/docs/compiler.html
index 1c90f7e653e..7450f5962f6 100644
--- a/TAO/docs/compiler.html
+++ b/TAO/docs/compiler.html
@@ -504,6 +504,14 @@ also receives other options that are specific to it. <P>
<td>&nbsp;</td>
</tr>
+ <tr><a name="GC flag">
+ <td><tt>-GC </tt></td>
+
+ <td>Generate AMI stubs ("sendc_" methods, reply handler stubs,
+ etc)</td>
+ <td>&nbsp;</td>
+ </tr>
+
<tr><a name="Ge flag">
<td><tt>-Ge </tt><i>flag</i></td>
diff --git a/TAO/examples/Content_Server/AMI_Iterator/Makefile b/TAO/examples/Content_Server/AMI_Iterator/Makefile
index 3ae4b98df8c..d08e873fe46 100644
--- a/TAO/examples/Content_Server/AMI_Iterator/Makefile
+++ b/TAO/examples/Content_Server/AMI_Iterator/Makefile
@@ -59,7 +59,8 @@ include $(ACE_ROOT)/include/makeinclude/rules.local.GNU
# Local targets (and local hacks)
#----------------------------------------------------------------------------
-TAO_IDLFLAGS += -GC # For AMI support
+TAO_IDLFLAGS += -GC -Ge 1 # -GC for AMI support
+
LDFLAGS += -L$(TAO_ROOT)/tao -L$(TAO_ROOT)/orbsvcs/orbsvcs
CPPFLAGS += -I$(TAO_ROOT) -I$(TAO_ROOT)/orbsvcs
diff --git a/TAO/examples/Content_Server/AMI_Observer/Makefile b/TAO/examples/Content_Server/AMI_Observer/Makefile
index 5cb236757fc..d9c232c9488 100644
--- a/TAO/examples/Content_Server/AMI_Observer/Makefile
+++ b/TAO/examples/Content_Server/AMI_Observer/Makefile
@@ -59,7 +59,8 @@ include $(ACE_ROOT)/include/makeinclude/rules.local.GNU
# Local targets (and local hacks)
#----------------------------------------------------------------------------
-TAO_IDLFLAGS += -GC # For AMI support
+TAO_IDLFLAGS += -GC -Ge 1 # -GC for AMI support
+
LDFLAGS += -L$(TAO_ROOT)/tao -L$(TAO_ROOT)/orbsvcs/orbsvcs
CPPFLAGS += -I$(TAO_ROOT) -I$(TAO_ROOT)/orbsvcs
diff --git a/TAO/examples/Content_Server/SMI_Iterator/Makefile b/TAO/examples/Content_Server/SMI_Iterator/Makefile
index 73e63005334..45a3c199fde 100644
--- a/TAO/examples/Content_Server/SMI_Iterator/Makefile
+++ b/TAO/examples/Content_Server/SMI_Iterator/Makefile
@@ -59,6 +59,8 @@ include $(ACE_ROOT)/include/makeinclude/rules.local.GNU
# Local targets (and local hacks)
#----------------------------------------------------------------------------
+TAO_IDLFLAGS += -Ge 1
+
LDFLAGS += -L$(TAO_ROOT)/tao -L$(TAO_ROOT)/orbsvcs/orbsvcs
CPPFLAGS += -I$(TAO_ROOT) -I$(TAO_ROOT)/orbsvcs