reactos/dll/shellext/deskadp/deskadp.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

14 lines
487 B
Ruby

<module name="deskadp" type="win32dll" baseaddress="${BASEADDRESS_DESKADP}" installbase="system32" installname="deskadp.dll" unicode="yes">
<importlibrary definition="deskadp.spec" />
<include base="deskadp">.</include>
<library>ntdll</library>
<library>user32</library>
<library>gdi32</library>
<library>comctl32</library>
<library>ole32</library>
<library>uuid</library>
<file>deskadp.c</file>
<file>shxiface.c</file>
<file>deskadp.rc</file>
<pch>precomp.h</pch>
</module>