also compile the resource file...
[reactos.git] / reactos / subsys / system / sndvol32 / sndvol32.xml
1 <module name="sndvol32" type="win32gui" installbase="system32" installname="sndvol32.exe">
2 <include base="ReactOS">include/wine</include>
3 <include base="sndvol32">.</include>
4 <define name="__USE_W32API" />
5 <define name="UNICODE" />
6 <define name="_UNICODE" />
7 <define name="_WIN32_WINNT">0x6501</define>
8 <library>ntdll</library>
9 <library>user32</library>
10 <library>gdi32</library>
11 <library>kernel32</library>
12 <library>comctl32</library>
13 <library>shell32</library>
14 <library>winmm</library>
15 <pch>sndvol32.h</pch>
16 <file>misc.c</file>
17 <file>mixer.c</file>
18 <file>sndvol32.c</file>
19 <file>sndvol32.rc</file>
20 </module>