From b00adf4fcebd4a8f462f6a8a155879ad3d75ba56 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Thu, 22 Feb 2007 07:39:34 +0000 Subject: --- TAO/tests/POA/Bug_1592_Regression/Bug_1592_Regression.mpc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/TAO/tests/POA/Bug_1592_Regression/Bug_1592_Regression.mpc b/TAO/tests/POA/Bug_1592_Regression/Bug_1592_Regression.mpc index 745471417ef..82573aab8c1 100644 --- a/TAO/tests/POA/Bug_1592_Regression/Bug_1592_Regression.mpc +++ b/TAO/tests/POA/Bug_1592_Regression/Bug_1592_Regression.mpc @@ -2,7 +2,7 @@ project(*idl): taoidldefaults { IDL_Files { - Test.idl + test.idl } custom_only = 1 } @@ -18,8 +18,8 @@ project(*Server): taoserver, pi_server { server.cpp } Source_Files { - TestC.cpp - TestS.cpp + testC.cpp + testS.cpp } IDL_Files { } @@ -31,7 +31,7 @@ project(*Client): taoclient, pi { client.cpp } Source_Files { - TestC.cpp + testC.cpp } IDL_Files { } -- cgit v1.2.1