mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 21:09:15 +00:00
6afbc8f483
svn path=/branches/reactos-yarotows/; revision=45219
16 lines
500 B
Ruby
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>
|