summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam R. Otte <wotte@dre.vanderbilt.edu>2008-06-01 23:15:36 +0000
committerWilliam R. Otte <wotte@dre.vanderbilt.edu>2008-06-01 23:15:36 +0000
commit5e88b14bf0a774db4f779299c7bab5012ab54b53 (patch)
tree2cdf39f4bb0f503bd1712ee1e4b1eb4a091dbbbe
parentda1c8549a341c0f41948fb9916c2ceb67827dbac (diff)
downloadATCD-5e88b14bf0a774db4f779299c7bab5012ab54b53.tar.gz
ChangeLogTag: Sun Jun 1 23:14:35 UTC 2008 William R. Otte <wotte@dre.vanderbilt.edu>
-rw-r--r--TAO/ChangeLog11
-rw-r--r--TAO/MPC/config/tao_idl_mcpp.mpb4
2 files changed, 11 insertions, 4 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 627618489c5..e30f226b10a 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,9 +1,16 @@
+Sun Jun 1 23:14:35 UTC 2008 William R. Otte <wotte@dre.vanderbilt.edu>
+
+ * MPC/config/tao_idl_mcpp.mpb:
+
+ Fully qualified paths to driver source files for non-tao_idl
+ projects using this base.
+
Sun Jun 1 23:11:34 UTC 2008 William R. Otte <wotte@dre.vanderbilt.edu>
* TAO_IDL/fe/mcpp_tao_yyinput.h:
- Fixed signed/unsigned mismatch.
-
+ Fixed signed/unsigned mismatch.
+
Sun Jun 1 22:58:39 UTC 2008 William R. Otte <wotte@dre.vanderbilt.edu>
* TAO_IDL/contrib/mcpp/directive.cpp:
diff --git a/TAO/MPC/config/tao_idl_mcpp.mpb b/TAO/MPC/config/tao_idl_mcpp.mpb
index 9ee3314b1c3..07b264b9041 100644
--- a/TAO/MPC/config/tao_idl_mcpp.mpb
+++ b/TAO/MPC/config/tao_idl_mcpp.mpb
@@ -2,12 +2,12 @@
feature(mcpp) : mcpp {
macros += USE_MCPP_BUFFER_LEXING
Source_Files {
- driver/drv_mcpp_preproc.cpp
+ $(TAO_ROOT)/TAO_IDL/driver/drv_mcpp_preproc.cpp
}
}
feature(!mcpp) {
Source_Files {
- driver/drv_preproc.cpp
+ $(TAO_ROOT)/TAO_IDL/driver/drv_preproc.cpp
}
} \ No newline at end of file