summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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