From f15eb38c2142cbe0267a26de765b0b0d7db73384 Mon Sep 17 00:00:00 2001 From: elliott_c Date: Wed, 3 Jan 2007 16:19:04 +0000 Subject: ChangeLogTag: Wed Jan 3 16:18:36 UTC 2007 Chad Elliott --- CIAO/ChangeLog | 7 +++++++ CIAO/tools/IDL3_to_IDL2/IDL3_to_IDL2.mpc | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) (limited to 'CIAO') diff --git a/CIAO/ChangeLog b/CIAO/ChangeLog index 258d9a6a036..4cc41384007 100644 --- a/CIAO/ChangeLog +++ b/CIAO/ChangeLog @@ -1,3 +1,10 @@ +Wed Jan 3 16:18:36 UTC 2007 Chad Elliott + + * tools/IDL3_to_IDL2/IDL3_to_IDL2.mpc: + + Use the install base project instead of the deprecated core base + project. + Thu Dec 28 12:22:12 UTC 2006 Johnny Willemsen * DAnCE/RepositoryManager/RepositoryManager_Impl.h: diff --git a/CIAO/tools/IDL3_to_IDL2/IDL3_to_IDL2.mpc b/CIAO/tools/IDL3_to_IDL2/IDL3_to_IDL2.mpc index 59eed9acea6..b2cd31ba41e 100644 --- a/CIAO/tools/IDL3_to_IDL2/IDL3_to_IDL2.mpc +++ b/CIAO/tools/IDL3_to_IDL2/IDL3_to_IDL2.mpc @@ -1,7 +1,7 @@ // -*- MPC -*- // $Id$ -project(TAO_IDL3_TO_IDL2_BE) : acelib, core, tao_output, crosscompile { +project(TAO_IDL3_TO_IDL2_BE) : acelib, install, tao_output, crosscompile { after += TAO_IDL_FE sharedname = TAO_IDL3_TO_IDL2_BE libs += TAO_IDL_FE @@ -31,7 +31,7 @@ project(TAO_IDL3_TO_IDL2_BE) : acelib, core, tao_output, crosscompile { } -project(TAO_IDL3_TO_IDL2_EXE) : aceexe, core, tao_output, crosscompile { +project(TAO_IDL3_TO_IDL2_EXE) : aceexe, install, tao_output, crosscompile { after += TAO_IDL3_TO_IDL2_BE TAO_IDL_FE exename = tao_idl3_to_idl2 libs += TAO_IDL3_TO_IDL2_BE TAO_IDL_FE -- cgit v1.2.1