mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-11 15:06:14 +01:00
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:
parent
ac6c1d7c59
commit
0f4173ba4c
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
1
glib.def
1
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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user