Link against string.a instead of hal and ntoskrnl, otherwise Windows will not load the driver.

svn path=/trunk/; revision=17602
This commit is contained in:
Gregor Anich 2005-09-01 23:32:59 +00:00
parent bec034b146
commit 63748df6f5

View file

@ -2,9 +2,8 @@
<importlibrary definition="framebuf.def" />
<include base="framebuf">.</include>
<define name="__USE_W32API" />
<library>ntoskrnl</library>
<library>hal</library>
<library>win32k</library>
<library>string</library>
<file>enable.c</file>
<file>palette.c</file>
<file>pointer.c</file>