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