reactos/dll/shellext/fontext/fontext.rbuild
Timo Kreuzer 6afbc8f483 Hopefully create a branch and not destroy the svn repository.
svn path=/branches/reactos-yarotows/; revision=45219
2010-01-23 23:25:04 +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>