reactos/drivers/video/font/ftfd/ftfd.rbuild
Cameron Gutman c2d0d784c7 [USB-BRINGUP-TRUNK]
- Create a branch to do a proper merge of USB work from a trunk base instead of from cmake-bringup
- In the future, DO NOT under any circumstances branch another branch. This leads to merge problems!

svn path=/branches/usb-bringup-trunk/; revision=55018
2012-01-20 20:58:46 +00:00

15 lines
548 B
Ruby

<?xml version="1.0"?>
<!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="freetype">include</include>
<library>win32k</library>
<library>freetype</library>
<file>enable.c</file>
<file>font.c</file>
<file>glyph.c</file>
<file>rosglue.c</file>
<file>sprintf.c</file>
<pch>ftfd.h</pch>
</module>