There's no such thing as ntsys.lib in Windows, dynamically link to ntdll to fix building with msvc.

svn path=/trunk/; revision=41303
This commit is contained in:
Ged Murphy 2009-06-06 14:37:40 +00:00
parent c4c37910a4
commit 524cdfd04f

View file

@ -2,7 +2,7 @@
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
<module name="taskmgr" type="win32gui" installbase="system32" installname="taskmgr.exe" unicode="yes">
<include base="taskmgr">.</include>
<library>ntsys</library>
<library>ntdll</library>
<library>kernel32</library>
<library>advapi32</library>
<library>user32</library>