diff options
author | Tor Lillqvist <tml@src.gnome.org> | 1999-07-12 23:11:27 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 1999-07-12 23:11:27 +0000 |
commit | da87b1ac8505eacf293b9dfc985e5ae93a82a4b7 (patch) | |
tree | 2d0aecfae2fedcc105ff54440e96c7bc512accd4 /README.win32 | |
parent | 4982cdbe7ee3494e164502e0574376fea278b807 (diff) |
Correct URL for mingw runtime sources.
* README.win32: Correct URL for mingw runtime sources.
* build-dll: Combine commands with &&.
* glib.h: Map also rmdir() and hypot() for MSVCRT library.
* makefile.cygwin.in
* tests/makefile.cygwin.in: New DLL naming style. GCC-compiled DLLs are
now called *.gcc.dll, to avoid binary incompatibilities with
MSVC-compiled versions.
* makefile.msc.in: Cosmetics.
Diffstat (limited to 'README.win32')
-rw-r--r-- | README.win32 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/README.win32 b/README.win32 index 710430e4e..ad4b683d9 100644 --- a/README.win32 +++ b/README.win32 @@ -122,9 +122,9 @@ accessing the fields in a stat struct as filled in by the stat and fstat functions in the MS library will cause various interesting failures. -You also will have to get the mingw32 source snapshot from -http://www.geocities.com/Tokyo/Towers/6162/mingw32_980701_tar.gz (this -is the source to the "mingw32" part of Mumit Khan's egcs-1.1.2 +You also will have to get the mingw32 runtime source from +ftp://ftp.xraylith.wisc.edu/pub/khan/gnu-win32/mingw32/runtime/source-1999-04-05.tar.gz +(this is the source to the "mingw32" part of Mumit Khan's egcs-1.1.2 distribution.) Unpack it and fix the prototype and call to __getmainargs() in init.c to include one more parameter, an int *, which should be passed the address of a zero int. Code snippets below: |