summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ACE/ACE-INSTALL.html4
-rw-r--r--ACE/ChangeLog9
2 files changed, 10 insertions, 3 deletions
diff --git a/ACE/ACE-INSTALL.html b/ACE/ACE-INSTALL.html
index fffc2a1eca9..8ebe91000e3 100644
--- a/ACE/ACE-INSTALL.html
+++ b/ACE/ACE-INSTALL.html
@@ -926,9 +926,9 @@ setup selects by default:
<br><br>
</p></li><li> Add an <tt>ACE_ROOT</tt> environment variable pointing to the
- root of your ACE wrappers source tree:
+ root of your ACE wrappers source tree (in this example c:/work/cygwin/ACE_wrappers):
- <blockquote><code></code><pre> % export ACE_ROOT=c:/work/cygwin/ACE_wrappers
+ <blockquote><code></code><pre> % export ACE_ROOT=/cygdrive/c/work/cygwin/ACE_wrappers
</pre></blockquote>
<p>
diff --git a/ACE/ChangeLog b/ACE/ChangeLog
index b511b2b8925..b4972ebeedb 100644
--- a/ACE/ChangeLog
+++ b/ACE/ChangeLog
@@ -1,8 +1,15 @@
+Tue Nov 25 14:52:51 UTC 2014 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * ACE-INSTALL.html:
+ Fixed cygwin setup instructions as reported by
+ Koh Onishi <k_onishi at mtj dot biglobe dot ne dot jp> in
+ bugzilla 4066
+
Tue Nov 25 09:18:14 UTC 2014 Martin Corino <mcorino@remedy.nl>
* ace/Task.h:
* ace/Task.inl:
- Making the lock_ member mutable removes the need for
+ Making the lock_ member mutable removes the need for
const_cast<>()-ing in guard expressions.
Mon Nov 24 11:20:09 UTC 2014 Johnny Willemsen <jwillemsen@remedy.nl>