mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
10 lines
428 B
Ruby
10 lines
428 B
Ruby
<module name="olethk32" type="win32dll" baseaddress="${BASEADDRESS_OLETHK32}" installbase="system32" installname="olethk32.dll" allowwarnings="true">
|
|
<importlibrary definition="olethk32.spec" />
|
|
<include base="olethk32">.</include>
|
|
<include base="ReactOS">include/reactos/wine</include>
|
|
<define name="__WINESRC__" />
|
|
<file>main.c</file>
|
|
<file>version.rc</file>
|
|
<library>wine</library>
|
|
<library>ntdll</library>
|
|
</module>
|