summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2003-04-09 12:35:36 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2003-04-09 12:35:36 +0000
commit53b46fd5a7e13fea4aa1796a26bf228a9104a7fd (patch)
tree857835632155c071c70e5af0abf9c484a53b50ad
parent0fe36f0df300be2d478d273f05131d13b5504de0 (diff)
downloadATCD-53b46fd5a7e13fea4aa1796a26bf228a9104a7fd.tar.gz
ChangeLogTag: Wed Apr 09 14:33:12 2002 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--TAO/ChangeLog7
-rw-r--r--TAO/tests/Bug_1482_Regression/client.bor2
-rw-r--r--TAO/tests/Bug_1482_Regression/server.bor8
3 files changed, 13 insertions, 4 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 1f98e04e89c..07f6909dfec 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,10 @@
+Wed Apr 9 14:34:52 2003 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * tests/Bug_1482_Regression/client.bor:
+ * tests/Bug_1482_Regression/server.bor:
+ Added -GC to the IDL compiler options, added Messaging to the
+ server makefile.
+
Wed Apr 9 11:01:12 2003 Johnny Willemsen <jwillemsen@remedy.nl>
* tests/Bug_1482_Regression/client.bor:
diff --git a/TAO/tests/Bug_1482_Regression/client.bor b/TAO/tests/Bug_1482_Regression/client.bor
index bc9d8f71b37..7c722307a23 100644
--- a/TAO/tests/Bug_1482_Regression/client.bor
+++ b/TAO/tests/Bug_1482_Regression/client.bor
@@ -4,7 +4,7 @@
NAME = client
-TAO_IDL = $(CORE_BINDIR)\tao_idl -g $(CORE_BINDIR)\gperf.exe -Ge 1
+TAO_IDL = $(CORE_BINDIR)\tao_idl -g $(CORE_BINDIR)\gperf.exe -Ge 1 -GC
OBJFILES = \
$(OBJDIR)\TestC.obj \
diff --git a/TAO/tests/Bug_1482_Regression/server.bor b/TAO/tests/Bug_1482_Regression/server.bor
index 23a107060e3..5f5c2e8f476 100644
--- a/TAO/tests/Bug_1482_Regression/server.bor
+++ b/TAO/tests/Bug_1482_Regression/server.bor
@@ -4,7 +4,7 @@
NAME = server
-TAO_IDL = $(CORE_BINDIR)\tao_idl -g $(CORE_BINDIR)\gperf.exe -Ge 1
+TAO_IDL = $(CORE_BINDIR)\tao_idl -g $(CORE_BINDIR)\gperf.exe -Ge 1 -GC
OBJFILES = \
$(OBJDIR)\TestC.obj \
@@ -16,12 +16,14 @@ OBJFILES = \
CFLAGS = \
$(ACE_CFLAGS) \
$(TAO_CFLAGS) \
- $(TAO_PORTABLESERVER_CFLAGS)
+ $(TAO_PORTABLESERVER_CFLAGS) \
+ $(TAO_MESSAGING_CFLAGS)
LIBFILES = \
$(ACE_LIB) \
$(TAO_LIB) \
- $(TAO_PORTABLESERVER_LIB)
+ $(TAO_PORTABLESERVER_LIB) \
+ $(TAO_MESSAGING_LIB)
IDLFILES = \
$(IDLDIR)\Test.idl