From 4d440b46b86aa55d073628e39a472bf85e0527cd Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Fri, 14 Mar 2008 11:13:07 +0000 Subject: Fri Mar 14 09:30:57 UTC 2008 Johnny Willemsen --- TAO/tests/Bug_2702_Regression/CloseConnection.mpc | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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 { + } } -- cgit v1.2.1