mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-04 00:13:40 +02:00
More editing. Use gcc, not ld to link. On native Win32 use _unlink(). Use
* README.win32: More editing. * build-dll: Use gcc, not ld to link. * glib.h: On native Win32 use _unlink(). * gscanner.c: Use corrent NATIVE_WIN32 feature test macro, not _MSC_VER. * gstring.c: Include <io.h> on Win32 for _read prototype. * gutils.c: Remove old IO channel code (was in #if 0). * makefile.cygwin: Don't need to link with kernel32 and msvcrt explicitly, they are included anyway.
This commit is contained in:
12
ChangeLog
12
ChangeLog
@@ -1,3 +1,15 @@
|
||||
1999-04-25 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* README.win32: More editing.
|
||||
* build-dll: Use gcc, not ld to link.
|
||||
* glib.h: On native Win32 use _unlink().
|
||||
* gscanner.c: Use corrent NATIVE_WIN32 feature test macro,
|
||||
not _MSC_VER.
|
||||
* gstring.c: Include <io.h> on Win32 for _read prototype.
|
||||
* gutils.c: Remove old IO channel code (was in #if 0).
|
||||
* makefile.cygwin: Don't need to link with kernel32 and msvcrt
|
||||
explicitly, they are included anyway.
|
||||
|
||||
1999-04-24 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
Support added for building using a GNU toolchain on Win32,
|
||||
|
Reference in New Issue
Block a user