reactos/dll/directx/devenum/devenum.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

25 lines
881 B
Ruby

<?xml version="1.0"?>
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
<module name="devenum" type="win32dll" baseaddress="${BASEADDRESS_DEVENUM}" installbase="system32" installname="devenum.dll" unicode="yes">
<autoregister infsection="OleControlDlls" type="DllRegisterServer" />
<importlibrary definition="devenum.spec" />
<include base="devenum">.</include>
<include base="ReactOS">include/reactos/wine</include>
<library>wine</library>
<library>uuid</library>
<library>ntdll</library>
<library>advapi32</library>
<library>ole32</library>
<library>oleaut32</library>
<library>winmm</library>
<library>dxguid</library>
<library>strmiids</library>
<library>user32</library>
<file>devenum.rc</file>
<file>createdevenum.c</file>
<file>devenum_main.c</file>
<file>factory.c</file>
<file>mediacatenum.c</file>
<file>parsedisplayname.c</file>
</module>