* Makefile.in (DLL_IMPORTS): Link against advapi32.a before kernel32.a.
This commit is contained in:
parent
9cbecf07a9
commit
43c394deb6
|
@ -1,3 +1,7 @@
|
|||
2010-08-21 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* Makefile.in (DLL_IMPORTS): Link against advapi32.a before kernel32.a.
|
||||
|
||||
2010-08-20 Christopher Faylor <me+cygwin@cgf.cx>
|
||||
|
||||
* cygthread.cc: Update copyright.
|
||||
|
|
|
@ -130,7 +130,7 @@ EXTRA_OFILES:=
|
|||
|
||||
MALLOC_OFILES:=@MALLOC_OFILES@
|
||||
|
||||
DLL_IMPORTS:=$(w32api_lib)/libkernel32.a $(w32api_lib)/libadvapi32.a $(w32api_lib)/libntdll.a
|
||||
DLL_IMPORTS:=$(w32api_lib)/libadvapi32.a $(w32api_lib)/libkernel32.a $(w32api_lib)/libntdll.a
|
||||
|
||||
MT_SAFE_OBJECTS:=
|
||||
# Please maintain this list in sorted order, with maximum files per 86 col line
|
||||
|
|
Loading…
Reference in New Issue