From 0f4173ba4cc5f7bbd39ae49535072ad8dc81aafd Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Wed, 23 Feb 2000 20:09:16 +0000 Subject: [PATCH] Add a missing step to the setup instructions for gcc-2.95.2. Thanks to 2000-02-23 Tor Lillqvist * README.win32: Add a missing step to the setup instructions for gcc-2.95.2. Thanks to Arnaud Charlet. * glib.def: Add missing entry point. --- ChangeLog | 7 +++++++ ChangeLog.pre-2-0 | 7 +++++++ ChangeLog.pre-2-10 | 7 +++++++ ChangeLog.pre-2-12 | 7 +++++++ ChangeLog.pre-2-2 | 7 +++++++ ChangeLog.pre-2-4 | 7 +++++++ ChangeLog.pre-2-6 | 7 +++++++ ChangeLog.pre-2-8 | 7 +++++++ README.win32 | 1 + glib.def | 1 + glib/glib.def | 1 + 11 files changed, 59 insertions(+) diff --git a/ChangeLog b/ChangeLog index 903b5b1..ba3d551 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2000-02-23 Tor Lillqvist + + * README.win32: Add a missing step to the setup instructions for + gcc-2.95.2. Thanks to Arnaud Charlet. + + * glib.def: Add missing entry point. + 2000-02-18 Sebastian Wilhelmi * configure.in: Changed GCC version test to also accept major diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index 903b5b1..ba3d551 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,10 @@ +2000-02-23 Tor Lillqvist + + * README.win32: Add a missing step to the setup instructions for + gcc-2.95.2. Thanks to Arnaud Charlet. + + * glib.def: Add missing entry point. + 2000-02-18 Sebastian Wilhelmi * configure.in: Changed GCC version test to also accept major diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 903b5b1..ba3d551 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,10 @@ +2000-02-23 Tor Lillqvist + + * README.win32: Add a missing step to the setup instructions for + gcc-2.95.2. Thanks to Arnaud Charlet. + + * glib.def: Add missing entry point. + 2000-02-18 Sebastian Wilhelmi * configure.in: Changed GCC version test to also accept major diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index 903b5b1..ba3d551 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,3 +1,10 @@ +2000-02-23 Tor Lillqvist + + * README.win32: Add a missing step to the setup instructions for + gcc-2.95.2. Thanks to Arnaud Charlet. + + * glib.def: Add missing entry point. + 2000-02-18 Sebastian Wilhelmi * configure.in: Changed GCC version test to also accept major diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index 903b5b1..ba3d551 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,10 @@ +2000-02-23 Tor Lillqvist + + * README.win32: Add a missing step to the setup instructions for + gcc-2.95.2. Thanks to Arnaud Charlet. + + * glib.def: Add missing entry point. + 2000-02-18 Sebastian Wilhelmi * configure.in: Changed GCC version test to also accept major diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 903b5b1..ba3d551 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,10 @@ +2000-02-23 Tor Lillqvist + + * README.win32: Add a missing step to the setup instructions for + gcc-2.95.2. Thanks to Arnaud Charlet. + + * glib.def: Add missing entry point. + 2000-02-18 Sebastian Wilhelmi * configure.in: Changed GCC version test to also accept major diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 903b5b1..ba3d551 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,10 @@ +2000-02-23 Tor Lillqvist + + * README.win32: Add a missing step to the setup instructions for + gcc-2.95.2. Thanks to Arnaud Charlet. + + * glib.def: Add missing entry point. + 2000-02-18 Sebastian Wilhelmi * configure.in: Changed GCC version test to also accept major diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 903b5b1..ba3d551 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,10 @@ +2000-02-23 Tor Lillqvist + + * README.win32: Add a missing step to the setup instructions for + gcc-2.95.2. Thanks to Arnaud Charlet. + + * glib.def: Add missing entry point. + 2000-02-18 Sebastian Wilhelmi * configure.in: Changed GCC version test to also accept major diff --git a/README.win32 b/README.win32 index cbae149..5fc2a6b 100644 --- a/README.win32 +++ b/README.win32 @@ -314,6 +314,7 @@ diff -ru2 ./w32api/include/wingdi.h ../../src/mingw-runtime-19991107/w32api/incl cd lib mkdir //g/gcc-2.95.2/H-i586-cygwin32/lib/mingw32 cp *.a //g/gcc-2.95.2/H-i586-cygwin32/lib/mingw32 + cp crt2.o crtdll2.o //g/gcc-2.95.2/H-i586-cygwin32/lib/mingw32 cd ../include mkdir //g/gcc-2.95.2/H-i586-cygwin32/i586-cygwin32/include/mingw32 cp *.h //g/gcc-2.95.2/H-i586-cygwin32/i586-cygwin32/include/mingw32 diff --git a/glib.def b/glib.def index a7f50e2..584404e 100644 --- a/glib.def +++ b/glib.def @@ -327,6 +327,7 @@ EXPORTS g_slist_append g_slist_concat g_slist_copy + g_slist_delete_link g_slist_find g_slist_find_custom g_slist_foreach diff --git a/glib/glib.def b/glib/glib.def index a7f50e2..584404e 100644 --- a/glib/glib.def +++ b/glib/glib.def @@ -327,6 +327,7 @@ EXPORTS g_slist_append g_slist_concat g_slist_copy + g_slist_delete_link g_slist_find g_slist_find_custom g_slist_foreach -- 2.7.4