summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 3486589..7a6c978 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,15 @@
+2001-06-25 Mo DeJong <mdejong@redhat.com>
+
+ * win/configure: Regen.
+ * win/tcl.m4 (SC_CONFIG_CFLAGS): When building with
+ gcc, don't attempt to link with LD or support dllwrap.
+ Simply require a recent version of Cygwin gcc or Mingw
+ gcc that supports -shared. When linking, use gcc instead
+ of ld since gcc automatically includes libs like -lmsvcrt.
+
2001-06-22 Mo DeJong <mdejong@redhat.com>
- * win/configure:
+ * win/configure: Regen.
* win/configure.in: Add resource compiler fix from
8.3.3 to fix compiling with mingw.