From abe51bc81c0ff1d80e5a4925e0c7449599078bc7 Mon Sep 17 00:00:00 2001 From: elliott_c Date: Tue, 9 Nov 2004 13:24:20 +0000 Subject: ChangeLogTag: Tue Nov 9 07:22:46 2004 Chad Elliott --- TAO/ChangeLog | 9 +++++++++ TAO/orbsvcs/tests/HTIOP/AMI/HTIOP_AMI.mpc | 3 +++ TAO/orbsvcs/tests/HTIOP/Hello/HTIOP_Hello.mpc | 3 ++- 3 files changed, 14 insertions(+), 1 deletion(-) 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 + + * 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 * 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 -- cgit v1.2.1