summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TAO/ChangeLog6
-rw-r--r--TAO/TAO_IDL/TAO_IDL.mwc3
-rw-r--r--TAO/TAO_IDL/be/be_interface.cpp2
3 files changed, 10 insertions, 1 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 714c10f101c..36806e80aba 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,9 @@
+Tue Jan 8 21:56:58 UTC 2008 William R. Otte <wotte@dre.vanderbilt.edu>
+
+ * TAO_IDL/TAO_IDL.mwc:
+ Filled this file to make it useful. Builds all necessary dependencies
+ for tao_idl, which is useful in cross-compile builds.
+
Tue Jan 8 10:11:48 UTC 2008 Vladimir Zykov <vladimir.zykov@prismtech.com>
* tao/PortableServer/Active_Policy_Strategies.inl:
diff --git a/TAO/TAO_IDL/TAO_IDL.mwc b/TAO/TAO_IDL/TAO_IDL.mwc
index 74d6b32b888..3ec5cf5b05f 100644
--- a/TAO/TAO_IDL/TAO_IDL.mwc
+++ b/TAO/TAO_IDL/TAO_IDL.mwc
@@ -4,4 +4,7 @@
// Many existing MPC builds rely on this workspace. It is not
// necessary other than that.
workspace {
+ $(ACE_ROOT)/ace
+ $(ACE_ROOT)/apps/gperf/src
+ $(TAO_ROOT)/TAO_IDL
}
diff --git a/TAO/TAO_IDL/be/be_interface.cpp b/TAO/TAO_IDL/be/be_interface.cpp
index d3613e446eb..1d624a238b2 100644
--- a/TAO/TAO_IDL/be/be_interface.cpp
+++ b/TAO/TAO_IDL/be/be_interface.cpp
@@ -1882,7 +1882,7 @@ be_interface::gen_gperf_lookup_methods (const char *flat_name)
exitcode));
}
}
-
+
// Adjust the file offset to the EOF for the server skeleton
// file.
ACE_OS::fseek (this->strategy_->get_out_stream ()->file (),