reactos/dll/win32/beepmidi/beepmidi.rbuild

9 lines
356 B
Plaintext
Raw Normal View History

<module name="beepmidi" type="win32dll" entrypoint="0" baseaddress="${BASEADDRESS_BEEPMIDI}" installbase="system32" installname="beepmidi.dll" unicode="yes">
<importlibrary definition="beepmidi.spec" />
<include base="beepmidi">.</include>
<library>ntdll</library>
<library>user32</library>
<library>winmm</library>
<file>beepmidi.c</file>
</module>