Author: gedmurphy Date: Sat Jun 6 18:37:40 2009 New Revision: 41303
URL: http://svn.reactos.org/svn/reactos?rev=41303&view=rev Log: There's no such thing as ntsys.lib in Windows, dynamically link to ntdll to fix building with msvc.
Modified: trunk/reactos/base/applications/taskmgr/taskmgr.rbuild
Modified: trunk/reactos/base/applications/taskmgr/taskmgr.rbuild URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/taskmgr/t... ============================================================================== --- trunk/reactos/base/applications/taskmgr/taskmgr.rbuild [iso-8859-1] (original) +++ trunk/reactos/base/applications/taskmgr/taskmgr.rbuild [iso-8859-1] Sat Jun 6 18:37:40 2009 @@ -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>