summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2004-08-25 09:37:02 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2004-08-25 09:37:02 +0000
commit78e2d709438b8237eb24e70b50ab75c31c085847 (patch)
tree9f5cc7cbe19412443268c4a7459790668e1679e9
parent27259d45fa215f01bbba6cf91c5357ba1b4b617a (diff)
downloadATCD-78e2d709438b8237eb24e70b50ab75c31c085847.tar.gz
ChangeLogTag: Wed Aug 25 09:36:12 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--ACE-INSTALL.html4
-rw-r--r--ChangeLog5
2 files changed, 7 insertions, 2 deletions
diff --git a/ACE-INSTALL.html b/ACE-INSTALL.html
index 9c48366ce7b..ad5b1a620d6 100644
--- a/ACE-INSTALL.html
+++ b/ACE-INSTALL.html
@@ -1624,7 +1624,7 @@ For our build we require the following packages besides the packages the
setup selects by default:
<a name="cygwinpacks">
</a></p><blockquote>
-<a name="cygwinpacks"><b><tt>gcc (version 3.2.3), cygipc, make, perl</tt></b>.
+<a name="cygwinpacks"><b><tt>gcc (version 3.3.3), cygipc, make, perl</tt></b>.
</a></blockquote>
<ol>
@@ -1691,7 +1691,7 @@ setup selects by default:
<p>
This should create <tt>libACE.dll</tt> (the Win32 shared library) and
- <tt>libACE.dll</tt> (the Win32 import library for the DLL).
+ <tt>libACE.dll.a</tt> (the Win32 import library for the DLL).
Note the name for the ACE DLL on Cygwin follows the UNIX convention.
<br><br>
diff --git a/ChangeLog b/ChangeLog
index 343d12ea7a8..5ac8be1c336 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed Aug 25 09:36:12 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * ACE-INSTALL.html:
+ Minor updates to Cygwin notes
+
Wed Aug 25 09:04:12 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
* ace/os_include/sys/os_pstat.h: