summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_1639_Regression
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-07-12 11:08:21 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-07-12 11:08:21 +0000
commit3baa8da8d1205e5e0806315f75b98d6e7f94b4e4 (patch)
tree2e70de8d08a80b723916ba5ef9e61466d1a6f2e5 /TAO/tests/Bug_1639_Regression
parent227d61d9dcdf5cc8ff7ad187fa4c49d9a5e7fd35 (diff)
downloadATCD-3baa8da8d1205e5e0806315f75b98d6e7f94b4e4.tar.gz
ChangeLogTag: Tue Jul 12 10:05:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tests/Bug_1639_Regression')
-rw-r--r--TAO/tests/Bug_1639_Regression/test.mpc7
1 files changed, 2 insertions, 5 deletions
diff --git a/TAO/tests/Bug_1639_Regression/test.mpc b/TAO/tests/Bug_1639_Regression/test.mpc
index 84fe4dd77b5..f0d95132c29 100644
--- a/TAO/tests/Bug_1639_Regression/test.mpc
+++ b/TAO/tests/Bug_1639_Regression/test.mpc
@@ -1,17 +1,14 @@
// -*- MPC -*-
// $Id$
-project (Bug_1639_testclient) : taoserver {
+project (Bug_1639_testclient) : taoserver, dynamicany, exceptions {
exename = client
- includes += $(ACE_ROOT)/include .
- requires += exceptions
- libs += TAO_DynamicAny
Source_Files {
struct_client.cpp
structC.cpp
structS.cpp
}
-
+
IDL_Files {
struct.idl
}