summaryrefslogtreecommitdiff
path: root/CIAO
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2007-01-03 16:19:04 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2007-01-03 16:19:04 +0000
commitf15eb38c2142cbe0267a26de765b0b0d7db73384 (patch)
treeef985f8793e55e24ce75139f4ddfa1a5ece674c6 /CIAO
parente8081075c7c618574f9ecf7f8737ff3367515f25 (diff)
downloadATCD-f15eb38c2142cbe0267a26de765b0b0d7db73384.tar.gz
ChangeLogTag: Wed Jan 3 16:18:36 UTC 2007 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'CIAO')
-rw-r--r--CIAO/ChangeLog7
-rw-r--r--CIAO/tools/IDL3_to_IDL2/IDL3_to_IDL2.mpc4
2 files changed, 9 insertions, 2 deletions
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 <elliott_c@ociweb.com>
+
+ * 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 <jwillemsen@remedy.nl>
* 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