mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
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:
parent
bec034b146
commit
63748df6f5
1 changed files with 1 additions and 2 deletions
|
@ -2,9 +2,8 @@
|
||||||
<importlibrary definition="framebuf.def" />
|
<importlibrary definition="framebuf.def" />
|
||||||
<include base="framebuf">.</include>
|
<include base="framebuf">.</include>
|
||||||
<define name="__USE_W32API" />
|
<define name="__USE_W32API" />
|
||||||
<library>ntoskrnl</library>
|
|
||||||
<library>hal</library>
|
|
||||||
<library>win32k</library>
|
<library>win32k</library>
|
||||||
|
<library>string</library>
|
||||||
<file>enable.c</file>
|
<file>enable.c</file>
|
||||||
<file>palette.c</file>
|
<file>palette.c</file>
|
||||||
<file>pointer.c</file>
|
<file>pointer.c</file>
|
||||||
|
|
Loading…
Reference in a new issue