- ntdll should be the last library in the list, not the first or somewhere in the middle ("as it imports from nothing and everything else should be resolved with it", by Herve). This fixes some base system DLLs dependency on msvcrt (which doesn't exist in Windows). Thanks Herve!

svn path=/trunk/; revision=34851
This commit is contained in:
Aleksey Bragin 2008-07-27 16:03:38 +00:00
parent f958aedf05
commit e880f2361a
4 changed files with 4 additions and 4 deletions

View file

@ -11,11 +11,11 @@
<library>scm_client</library>
<library>lsa_client</library>
<library>eventlog_client</library>
<library>ntdll</library>
<library>rpcrt4</library>
<library>wine</library>
<library>kernel32</library>
<library>pseh</library>
<library>ntdll</library>
<pch>advapi32.h</pch>
<directory name="crypt">
<file>crypt.c</file>

View file

@ -5,13 +5,13 @@
<define name="WINVER">0x0600</define>
<define name="_WIN32_WINNT">0x0501</define>
<define name="LANGPACK" />
<library>ntdll</library>
<library>user32</library>
<library>kernel32</library>
<library>advapi32</library>
<library>win32ksys</library>
<library>pseh</library>
<library>dxguid</library>
<library>ntdll</library>
<directory name="include">
<pch>precomp.h</pch>

View file

@ -13,13 +13,13 @@
<define name="MSWMSG" />
<library>wine</library>
<library>uuid</library>
<library>ntdll</library>
<library>kernel32</library>
<library>user32</library>
<library>advapi32</library>
<library>secur32</library>
<library>iphlpapi</library>
<library>ws2_32</library>
<library>ntdll</library>
<file>cproxy.c</file>
<file>cpsf.c</file>
<file>cstub.c</file>

View file

@ -7,13 +7,13 @@
<define name="WINVER">0x0600</define>
<define name="_WIN32_WINNT">0x0501</define>
<library>wine</library>
<library>ntdll</library>
<library>gdi32</library>
<library>kernel32</library>
<library>advapi32</library>
<library>imm32</library>
<library>win32ksys</library>
<library>pseh</library>
<library>ntdll</library>
<directory name="include">
<pch>user32.h</pch>