mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
12 lines
489 B
Ruby
12 lines
489 B
Ruby
<module name="msrle32" type="win32dll" baseaddress="${BASEADDRESS_MSRLE32}" installbase="system32" installname="msrle32.dll" allowwarnings="true" crt="msvcrt">
|
|
<importlibrary definition="msrle32.spec" />
|
|
<include base="msrle32">.</include>
|
|
<include base="ReactOS">include/reactos/wine</include>
|
|
<define name="__WINESRC__" />
|
|
<file>msrle32.c</file>
|
|
<file>rsrc.rc</file>
|
|
<library>wine</library>
|
|
<library>winmm</library>
|
|
<library>user32</library>
|
|
<library>ntdll</library>
|
|
</module>
|