mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-25 16:46:52 +02:00
Win32: With the latest gcc (2.95, pre-release), we can have binary
compatibility with MSVC by using the switch -fnative-struct. No longer build DLLs with .gcc in the name when using gcc.
This commit is contained in:
parent
4d7172def0
commit
c8a28b935c
13
ChangeLog
13
ChangeLog
@ -1,3 +1,16 @@
|
|||||||
|
1999-07-21 Tor Lillqvist <tml@iki.fi>
|
||||||
|
|
||||||
|
Win32: With the latest gcc (2.95, pre-release), we can have binary
|
||||||
|
compatibility with MSVC by using the switch -fnative-struct. No
|
||||||
|
longer build DLLs with .gcc in the name when using gcc.
|
||||||
|
|
||||||
|
* README.win32: Renew gcc build instructions.
|
||||||
|
|
||||||
|
* build-dll: Comments change, handle also .a files.
|
||||||
|
|
||||||
|
* makefile.cygwin.in
|
||||||
|
* tests/makefile.cygwin.in: Remove .gcc from DLL name.
|
||||||
|
|
||||||
1999-07-13 Tor Lillqvist <tml@iki.fi>
|
1999-07-13 Tor Lillqvist <tml@iki.fi>
|
||||||
|
|
||||||
* README.win32: Correct URL for mingw runtime sources.
|
* README.win32: Correct URL for mingw runtime sources.
|
||||||
|
@ -1,3 +1,16 @@
|
|||||||
|
1999-07-21 Tor Lillqvist <tml@iki.fi>
|
||||||
|
|
||||||
|
Win32: With the latest gcc (2.95, pre-release), we can have binary
|
||||||
|
compatibility with MSVC by using the switch -fnative-struct. No
|
||||||
|
longer build DLLs with .gcc in the name when using gcc.
|
||||||
|
|
||||||
|
* README.win32: Renew gcc build instructions.
|
||||||
|
|
||||||
|
* build-dll: Comments change, handle also .a files.
|
||||||
|
|
||||||
|
* makefile.cygwin.in
|
||||||
|
* tests/makefile.cygwin.in: Remove .gcc from DLL name.
|
||||||
|
|
||||||
1999-07-13 Tor Lillqvist <tml@iki.fi>
|
1999-07-13 Tor Lillqvist <tml@iki.fi>
|
||||||
|
|
||||||
* README.win32: Correct URL for mingw runtime sources.
|
* README.win32: Correct URL for mingw runtime sources.
|
||||||
|
@ -1,3 +1,16 @@
|
|||||||
|
1999-07-21 Tor Lillqvist <tml@iki.fi>
|
||||||
|
|
||||||
|
Win32: With the latest gcc (2.95, pre-release), we can have binary
|
||||||
|
compatibility with MSVC by using the switch -fnative-struct. No
|
||||||
|
longer build DLLs with .gcc in the name when using gcc.
|
||||||
|
|
||||||
|
* README.win32: Renew gcc build instructions.
|
||||||
|
|
||||||
|
* build-dll: Comments change, handle also .a files.
|
||||||
|
|
||||||
|
* makefile.cygwin.in
|
||||||
|
* tests/makefile.cygwin.in: Remove .gcc from DLL name.
|
||||||
|
|
||||||
1999-07-13 Tor Lillqvist <tml@iki.fi>
|
1999-07-13 Tor Lillqvist <tml@iki.fi>
|
||||||
|
|
||||||
* README.win32: Correct URL for mingw runtime sources.
|
* README.win32: Correct URL for mingw runtime sources.
|
||||||
|
@ -1,3 +1,16 @@
|
|||||||
|
1999-07-21 Tor Lillqvist <tml@iki.fi>
|
||||||
|
|
||||||
|
Win32: With the latest gcc (2.95, pre-release), we can have binary
|
||||||
|
compatibility with MSVC by using the switch -fnative-struct. No
|
||||||
|
longer build DLLs with .gcc in the name when using gcc.
|
||||||
|
|
||||||
|
* README.win32: Renew gcc build instructions.
|
||||||
|
|
||||||
|
* build-dll: Comments change, handle also .a files.
|
||||||
|
|
||||||
|
* makefile.cygwin.in
|
||||||
|
* tests/makefile.cygwin.in: Remove .gcc from DLL name.
|
||||||
|
|
||||||
1999-07-13 Tor Lillqvist <tml@iki.fi>
|
1999-07-13 Tor Lillqvist <tml@iki.fi>
|
||||||
|
|
||||||
* README.win32: Correct URL for mingw runtime sources.
|
* README.win32: Correct URL for mingw runtime sources.
|
||||||
|
@ -1,3 +1,16 @@
|
|||||||
|
1999-07-21 Tor Lillqvist <tml@iki.fi>
|
||||||
|
|
||||||
|
Win32: With the latest gcc (2.95, pre-release), we can have binary
|
||||||
|
compatibility with MSVC by using the switch -fnative-struct. No
|
||||||
|
longer build DLLs with .gcc in the name when using gcc.
|
||||||
|
|
||||||
|
* README.win32: Renew gcc build instructions.
|
||||||
|
|
||||||
|
* build-dll: Comments change, handle also .a files.
|
||||||
|
|
||||||
|
* makefile.cygwin.in
|
||||||
|
* tests/makefile.cygwin.in: Remove .gcc from DLL name.
|
||||||
|
|
||||||
1999-07-13 Tor Lillqvist <tml@iki.fi>
|
1999-07-13 Tor Lillqvist <tml@iki.fi>
|
||||||
|
|
||||||
* README.win32: Correct URL for mingw runtime sources.
|
* README.win32: Correct URL for mingw runtime sources.
|
||||||
|
@ -1,3 +1,16 @@
|
|||||||
|
1999-07-21 Tor Lillqvist <tml@iki.fi>
|
||||||
|
|
||||||
|
Win32: With the latest gcc (2.95, pre-release), we can have binary
|
||||||
|
compatibility with MSVC by using the switch -fnative-struct. No
|
||||||
|
longer build DLLs with .gcc in the name when using gcc.
|
||||||
|
|
||||||
|
* README.win32: Renew gcc build instructions.
|
||||||
|
|
||||||
|
* build-dll: Comments change, handle also .a files.
|
||||||
|
|
||||||
|
* makefile.cygwin.in
|
||||||
|
* tests/makefile.cygwin.in: Remove .gcc from DLL name.
|
||||||
|
|
||||||
1999-07-13 Tor Lillqvist <tml@iki.fi>
|
1999-07-13 Tor Lillqvist <tml@iki.fi>
|
||||||
|
|
||||||
* README.win32: Correct URL for mingw runtime sources.
|
* README.win32: Correct URL for mingw runtime sources.
|
||||||
|
@ -1,3 +1,16 @@
|
|||||||
|
1999-07-21 Tor Lillqvist <tml@iki.fi>
|
||||||
|
|
||||||
|
Win32: With the latest gcc (2.95, pre-release), we can have binary
|
||||||
|
compatibility with MSVC by using the switch -fnative-struct. No
|
||||||
|
longer build DLLs with .gcc in the name when using gcc.
|
||||||
|
|
||||||
|
* README.win32: Renew gcc build instructions.
|
||||||
|
|
||||||
|
* build-dll: Comments change, handle also .a files.
|
||||||
|
|
||||||
|
* makefile.cygwin.in
|
||||||
|
* tests/makefile.cygwin.in: Remove .gcc from DLL name.
|
||||||
|
|
||||||
1999-07-13 Tor Lillqvist <tml@iki.fi>
|
1999-07-13 Tor Lillqvist <tml@iki.fi>
|
||||||
|
|
||||||
* README.win32: Correct URL for mingw runtime sources.
|
* README.win32: Correct URL for mingw runtime sources.
|
||||||
|
@ -1,3 +1,16 @@
|
|||||||
|
1999-07-21 Tor Lillqvist <tml@iki.fi>
|
||||||
|
|
||||||
|
Win32: With the latest gcc (2.95, pre-release), we can have binary
|
||||||
|
compatibility with MSVC by using the switch -fnative-struct. No
|
||||||
|
longer build DLLs with .gcc in the name when using gcc.
|
||||||
|
|
||||||
|
* README.win32: Renew gcc build instructions.
|
||||||
|
|
||||||
|
* build-dll: Comments change, handle also .a files.
|
||||||
|
|
||||||
|
* makefile.cygwin.in
|
||||||
|
* tests/makefile.cygwin.in: Remove .gcc from DLL name.
|
||||||
|
|
||||||
1999-07-13 Tor Lillqvist <tml@iki.fi>
|
1999-07-13 Tor Lillqvist <tml@iki.fi>
|
||||||
|
|
||||||
* README.win32: Correct URL for mingw runtime sources.
|
* README.win32: Correct URL for mingw runtime sources.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user