reactos/dll/win32/devmgr/devmgr.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

15 lines
500 B
Ruby

<module name="devmgr" type="win32dll" baseaddress="${BASEADDRESS_DEVENUM}" installbase="system32" installname="devmgr.dll" unicode="yes">
<include base="devmgr">.</include>
<importlibrary definition="devmgr.spec" />
<library>ntdll</library>
<library>setupapi</library>
<library>advapi32</library>
<library>user32</library>
<file>devmgr.rc</file>
<file>advprop.c</file>
<file>devprblm.c</file>
<file>hwpage.c</file>
<file>misc.c</file>
<file>stubs.c</file>
<pch>precomp.h</pch>
</module>