mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-05 23:48:44 +02:00
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.
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user