More editing. Use gcc, not ld to link. On native Win32 use _unlink(). Use
authorTor Lillqvist <tml@src.gnome.org>
Sun, 25 Apr 1999 20:52:42 +0000 (20:52 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Sun, 25 Apr 1999 20:52:42 +0000 (20:52 +0000)
commitd6c6eb3d92e857a296134c68c2cd590636b1fb63
tree03a00c8ee55919e9f12066b1cce42e78fafe686a
parent2aa1277d60f63d283a955d40cc681f1d30a067e8
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.
19 files changed:
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
README.win32
build-dll
glib.h
glib/glib.h
glib/gscanner.c
glib/gstring.c
glib/gutils.c
gscanner.c
gstring.c
gutils.c
makefile.cygwin