summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/HTIOP
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 /TAO/orbsvcs/tests/HTIOP
parent8c206338e6ea62c8d0954825275fc04eceb01521 (diff)
downloadATCD-abe51bc81c0ff1d80e5a4925e0c7449599078bc7.tar.gz
ChangeLogTag: Tue Nov 9 07:22:46 2004 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'TAO/orbsvcs/tests/HTIOP')
-rw-r--r--TAO/orbsvcs/tests/HTIOP/AMI/HTIOP_AMI.mpc3
-rw-r--r--TAO/orbsvcs/tests/HTIOP/Hello/HTIOP_Hello.mpc3
2 files changed, 5 insertions, 1 deletions
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