reactos/base/applications/sndvol32/sndvol32.rbuild
Amine Khaldi 84291d0d72 * Bring back rbuild build to be used until bug 6372 is fixed.
svn path=/branches/GSoC_2011/ThemesSupport/; revision=52691
2011-07-15 22:27:16 +00:00

20 lines
615 B
Ruby

<?xml version="1.0"?>
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
<module name="sndvol32" type="win32gui" installbase="system32" installname="sndvol32.exe" unicode="yes">
<include base="ReactOS">include/wine</include>
<include base="sndvol32">.</include>
<library>ntdll</library>
<library>user32</library>
<library>advapi32</library>
<library>gdi32</library>
<library>comctl32</library>
<library>shell32</library>
<library>winmm</library>
<pch>sndvol32.h</pch>
<file>dialog.c</file>
<file>misc.c</file>
<file>mixer.c</file>
<file>sndvol32.c</file>
<file>sndvol32.rc</file>
</module>