summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam R. Otte <wotte@dre.vanderbilt.edu>2008-05-31 23:32:06 +0000
committerWilliam R. Otte <wotte@dre.vanderbilt.edu>2008-05-31 23:32:06 +0000
commit1048c33c3aebd4c52832d1c4458206b65cda1882 (patch)
tree96f1f3ca4f34fedb5fc342a45072e57b73434824
parent911f387d2ee600210cf0c40163fc30ecd04b93c3 (diff)
downloadATCD-1048c33c3aebd4c52832d1c4458206b65cda1882.tar.gz
ChangeLogTag:Sat May 31 23:31:20 UTC 2008 William R. Otte <wotte@dre.vanderbilt.edu>
-rw-r--r--CIAO/ChangeLog12
-rw-r--r--CIAO/tools/IDL3_to_IDL2/IDL3_to_IDL2.mpc3
2 files changed, 10 insertions, 5 deletions
diff --git a/CIAO/ChangeLog b/CIAO/ChangeLog
index 15f948da8ff..deeeb59b5c6 100644
--- a/CIAO/ChangeLog
+++ b/CIAO/ChangeLog
@@ -1,17 +1,23 @@
+Sat May 31 23:31:20 UTC 2008 William R. Otte <wotte@dre.vanderbilt.edu>
+
+ * tools/IDL3_to_IDL2/IDL3_to_IDL2.mpc:
+
+ Modified to take advantage of MCPP preprocessing.
+
Mon May 19 02:53:21 CDT 2008 Johnny Willemsen <jwillemsen@remedy.nl>
- * CIAO version 0.6.5 released.
+ * CIAO version 0.6.5 released.
Sun May 11 14:57:47 UTC 2008 James H. Hill <hillj@isis.vanderbilt.edu>
* CCF/CCF/CodeGenerationKit/IndentationJava.hpp:
-
+
Simple indentation implanter for Java source files.
Wed May 7 06:53:02 UTC 2008 William R. Otte <wotte@dre.vanderbilt.edu>
* DAnCE/Deployment/Deployment_common.h:
-
+
Qualified equality operator with const to fix error with
Unbounded_Set.
diff --git a/CIAO/tools/IDL3_to_IDL2/IDL3_to_IDL2.mpc b/CIAO/tools/IDL3_to_IDL2/IDL3_to_IDL2.mpc
index cf1e85e8226..75af300094c 100644
--- a/CIAO/tools/IDL3_to_IDL2/IDL3_to_IDL2.mpc
+++ b/CIAO/tools/IDL3_to_IDL2/IDL3_to_IDL2.mpc
@@ -37,7 +37,7 @@ project(TAO_IDL3_TO_IDL2_BE) : acelib, install, tao_output, crosscompile {
}
-project(TAO_IDL3_TO_IDL2_EXE) : aceexe, install, tao_output, crosscompile {
+project(TAO_IDL3_TO_IDL2_EXE) : aceexe, install, tao_output, crosscompile, tao_idl_mcpp {
after += TAO_IDL3_TO_IDL2_BE TAO_IDL_FE
exename = tao_idl3_to_idl2
libs += TAO_IDL3_TO_IDL2_BE TAO_IDL_FE
@@ -60,7 +60,6 @@ project(TAO_IDL3_TO_IDL2_EXE) : aceexe, install, tao_output, crosscompile {
Source_Files {
$(TAO_ROOT)/TAO_IDL/driver/drv_args.cpp
- $(TAO_ROOT)/TAO_IDL/driver/drv_preproc.cpp
$(TAO_ROOT)/TAO_IDL/tao_idl.cpp
}