mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-01-12 14:06:37 +08:00
* ltmain.in (ltdll.c): Support for crosscompiling from linux to
mingw32.
This commit is contained in:
parent
5f007a4c1e
commit
8c34a71462
@ -1,3 +1,8 @@
|
||||
1999-06-23 Olly Betts <olly@muscat.co.uk>
|
||||
|
||||
* ltmain.in (ltdll.c): Support for crosscompiling from linux to
|
||||
mingw32.
|
||||
|
||||
1999-06-23 Gary V. Vaughan <gary@oranda.demon.co.uk>
|
||||
|
||||
* ltconfig.in (cygwin, export_symbols_cmds): If there is already
|
||||
|
@ -636,6 +636,12 @@ compiler."
|
||||
# #undef WIN32_LEAN_AND_MEAN
|
||||
# #include <stdio.h>
|
||||
#
|
||||
# #ifndef __CYGWIN__
|
||||
# # ifdef __CYGWIN32__
|
||||
# # define __CYGWIN__ __CYGWIN32__
|
||||
# # endif
|
||||
# #endif
|
||||
#
|
||||
# #ifdef __cplusplus
|
||||
# extern "C" {
|
||||
# #endif
|
||||
@ -644,8 +650,10 @@ compiler."
|
||||
# }
|
||||
# #endif
|
||||
#
|
||||
# #ifdef __CYGWIN__
|
||||
# #include <cygwin/cygwin_dll.h>
|
||||
# DECLARE_CYGWIN_DLL( DllMain );
|
||||
# #endif
|
||||
# HINSTANCE __hDllInstance_base;
|
||||
#
|
||||
# BOOL APIENTRY
|
||||
|
Loading…
Reference in New Issue
Block a user