reactos/dll/cpl/hdwwiz/hdwwiz.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
594 B
Ruby

<?xml version="1.0"?>
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
<module name="hdwwiz" type="win32dll" extension=".cpl" baseaddress="${BASEADDRESS_HDWWIZ}" installbase="system32" installname="hdwwiz.cpl" unicode="yes">
<importlibrary definition="hdwwiz.spec" />
<include base="hdwwiz">.</include>
<library>setupapi</library>
<library>advapi32</library>
<library>comctl32</library>
<library>rpcrt4</library>
<library>user32</library>
<library>gdi32</library>
<library>devmgr</library>
<library>ntdll</library>
<file>hdwwiz.c</file>
<file>hdwwiz.rc</file>
</module>