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:
Tor Lillqvist 1999-07-21 19:18:41 +00:00
parent 4d7172def0
commit c8a28b935c
8 changed files with 104 additions and 0 deletions

View File

@ -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>
* README.win32: Correct URL for mingw runtime sources.

View File

@ -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>
* README.win32: Correct URL for mingw runtime sources.

View File

@ -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>
* README.win32: Correct URL for mingw runtime sources.

View File

@ -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>
* README.win32: Correct URL for mingw runtime sources.

View File

@ -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>
* README.win32: Correct URL for mingw runtime sources.

View File

@ -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>
* README.win32: Correct URL for mingw runtime sources.

View File

@ -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>
* README.win32: Correct URL for mingw runtime sources.

View File

@ -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>
* README.win32: Correct URL for mingw runtime sources.