mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
fix library name
svn path=/trunk/; revision=39971
This commit is contained in:
parent
3f626046f1
commit
fa1d468c66
1 changed files with 2 additions and 2 deletions
|
@ -2,9 +2,9 @@
|
|||
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
||||
<module name="ftfd" type="kernelmodedll" entrypoint="FtfdEnableDriver@12" baseaddress="${BASEADDRESS_FREETYPE}" installbase="system32" installname="ftfd.dll" crt="libcntpr">
|
||||
<importlibrary definition="freetype.def" />
|
||||
<include base="freetype2">include</include>
|
||||
<include base="freetype">include</include>
|
||||
<library>win32k</library>
|
||||
<library>freetype2</library>
|
||||
<library>freetype</library>
|
||||
<file>enable.c</file>
|
||||
<file>font.c</file>
|
||||
<file>glyph.c</file>
|
||||
|
|
Loading…
Reference in a new issue