Add a missing step to the setup instructions for gcc-2.95.2. Thanks to

2000-02-23  Tor Lillqvist  <tml@iki.fi>

* 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.
This commit is contained in:
Tor Lillqvist 2000-02-23 20:09:16 +00:00 committed by Tor Lillqvist
parent ac6c1d7c59
commit 0f4173ba4c
11 changed files with 59 additions and 0 deletions

View File

@ -1,3 +1,10 @@
2000-02-23 Tor Lillqvist <tml@iki.fi>
* 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 <wilhelmi@ira.uka.de>
* configure.in: Changed GCC version test to also accept major

View File

@ -1,3 +1,10 @@
2000-02-23 Tor Lillqvist <tml@iki.fi>
* 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 <wilhelmi@ira.uka.de>
* configure.in: Changed GCC version test to also accept major

View File

@ -1,3 +1,10 @@
2000-02-23 Tor Lillqvist <tml@iki.fi>
* 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 <wilhelmi@ira.uka.de>
* configure.in: Changed GCC version test to also accept major

View File

@ -1,3 +1,10 @@
2000-02-23 Tor Lillqvist <tml@iki.fi>
* 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 <wilhelmi@ira.uka.de>
* configure.in: Changed GCC version test to also accept major

View File

@ -1,3 +1,10 @@
2000-02-23 Tor Lillqvist <tml@iki.fi>
* 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 <wilhelmi@ira.uka.de>
* configure.in: Changed GCC version test to also accept major

View File

@ -1,3 +1,10 @@
2000-02-23 Tor Lillqvist <tml@iki.fi>
* 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 <wilhelmi@ira.uka.de>
* configure.in: Changed GCC version test to also accept major

View File

@ -1,3 +1,10 @@
2000-02-23 Tor Lillqvist <tml@iki.fi>
* 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 <wilhelmi@ira.uka.de>
* configure.in: Changed GCC version test to also accept major

View File

@ -1,3 +1,10 @@
2000-02-23 Tor Lillqvist <tml@iki.fi>
* 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 <wilhelmi@ira.uka.de>
* configure.in: Changed GCC version test to also accept major

View File

@ -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

View File

@ -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

View File

@ -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