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

16 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>