reactos/dll/shellext/fontext/fontext.rbuild
Timo Kreuzer 9ea495ba33 Create a branch for header work.
svn path=/branches/header-work/; revision=45691
2010-02-26 22:57:55 +00:00

17 lines
545 B
Ruby

<module name="fontext" type="win32dll" baseaddress="${BASEADDRESS_FONTEXT}" installbase="system32" installname="fontext.dll" unicode="yes">
<importlibrary definition="fontext.spec" />
<include base="fontext">.</include>
<library>ntdll</library>
<library>user32</library>
<library>gdi32</library>
<library>ole32</library>
<library>uuid</library>
<library>shlwapi</library>
<library>lz32</library>
<library>advapi32</library>
<library>setupapi</library>
<file>fontext.c</file>
<file>regsvr.c</file>
<file>fontext.rc</file>
</module>