summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2004-11-09 13:24:20 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2004-11-09 13:24:20 +0000
commitabe51bc81c0ff1d80e5a4925e0c7449599078bc7 (patch)
tree7b3d8a51b3e0f2a94efe29149525fe9455a49fde
parent8c206338e6ea62c8d0954825275fc04eceb01521 (diff)
downloadATCD-abe51bc81c0ff1d80e5a4925e0c7449599078bc7.tar.gz
ChangeLogTag: Tue Nov 9 07:22:46 2004 Chad Elliott <elliott_c@ociweb.com>
-rw-r--r--TAO/ChangeLog9
-rw-r--r--TAO/orbsvcs/tests/HTIOP/AMI/HTIOP_AMI.mpc3
-rw-r--r--TAO/orbsvcs/tests/HTIOP/Hello/HTIOP_Hello.mpc3
3 files changed, 14 insertions, 1 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 7021e52aa86..11a3a33f67c 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,12 @@
+Tue Nov 9 07:22:46 2004 Chad Elliott <elliott_c@ociweb.com>
+
+ * orbsvcs/tests/HTIOP/AMI/HTIOP_AMI.mpc:
+ * orbsvcs/tests/HTIOP/Hello/HTIOP_Hello.mpc:
+
+ Ensure that symbols from the ACE_Test_Output class do not get
+ exported for these exe's, they include Test_Output.cpp in the
+ projects.
+
Mon Nov 8 12:24:15 2004 Chad Elliott <elliott_c@ociweb.com>
* orbsvcs/Event_Service/Event_Service.mpc:
diff --git a/TAO/orbsvcs/tests/HTIOP/AMI/HTIOP_AMI.mpc b/TAO/orbsvcs/tests/HTIOP/AMI/HTIOP_AMI.mpc
index aa9cee0c125..68710d4587b 100644
--- a/TAO/orbsvcs/tests/HTIOP/AMI/HTIOP_AMI.mpc
+++ b/TAO/orbsvcs/tests/HTIOP/AMI/HTIOP_AMI.mpc
@@ -3,6 +3,7 @@
// $Id$
project(*Server): messaging, taoexe, portableserver, ami {
+ macros += TEST_OUTPUT_HAS_DLL=0
Source_Files {
Test_Output.cpp
ami_test_i.cpp
@@ -11,6 +12,7 @@ project(*Server): messaging, taoexe, portableserver, ami {
}
project(*Client): messaging, taoexe, portableserver, ami {
+ macros += TEST_OUTPUT_HAS_DLL=0
Source_Files {
Test_Output.cpp
client.cpp
@@ -18,6 +20,7 @@ project(*Client): messaging, taoexe, portableserver, ami {
}
project(*Simple Client): messaging, taoexe, portableserver, ami {
+ macros += TEST_OUTPUT_HAS_DLL=0
Source_Files {
Test_Output.cpp
simple_client.cpp
diff --git a/TAO/orbsvcs/tests/HTIOP/Hello/HTIOP_Hello.mpc b/TAO/orbsvcs/tests/HTIOP/Hello/HTIOP_Hello.mpc
index bc4774350c6..0d1d684a15d 100644
--- a/TAO/orbsvcs/tests/HTIOP/Hello/HTIOP_Hello.mpc
+++ b/TAO/orbsvcs/tests/HTIOP/Hello/HTIOP_Hello.mpc
@@ -3,6 +3,7 @@
// $Id$
project(*Server): taoexe, naming, iortable, portableserver {
+ macros += TEST_OUTPUT_HAS_DLL=0
Source_Files {
Test_Output.cpp
TestS.cpp
@@ -16,7 +17,7 @@ project(*Server): taoexe, naming, iortable, portableserver {
}
project(*Client): taoexe {
-
+ macros += TEST_OUTPUT_HAS_DLL=0
Source_Files {
Test_Output.cpp
TestC.cpp