summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2008-03-14 11:13:07 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2008-03-14 11:13:07 +0000
commit4d440b46b86aa55d073628e39a472bf85e0527cd (patch)
treeb3ab4b7df3a89b9a3c3018344a20e14ab1f808f0
parent622c51c0838c903ec48a48f0317ccd64d7eb1dc6 (diff)
downloadATCD-4d440b46b86aa55d073628e39a472bf85e0527cd.tar.gz
Fri Mar 14 09:30:57 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--TAO/tests/Bug_2702_Regression/CloseConnection.mpc12
1 files changed, 11 insertions, 1 deletions
diff --git a/TAO/tests/Bug_2702_Regression/CloseConnection.mpc b/TAO/tests/Bug_2702_Regression/CloseConnection.mpc
index 4c6a2195e37..2bf8fe9f8e2 100644
--- a/TAO/tests/Bug_2702_Regression/CloseConnection.mpc
+++ b/TAO/tests/Bug_2702_Regression/CloseConnection.mpc
@@ -1,12 +1,22 @@
// -*- MPC -*-
// $Id$
-project(*Client): taoclient {
+project(*idl): taoidldefaults {
idlflags += -GA
+ IDL_Files {
+ Test.idl
+ }
+ custom_only = 1
+}
+
+project(*Client): taoclient {
+ after += *idl
Source_Files {
TestC.cpp
client.cpp
}
+ IDL_Files {
+ }
}