mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
10 lines
409 B
Ruby
10 lines
409 B
Ruby
<module name="updspapi" type="win32dll" installbase="system32" installname="updspapi.dll" allowwarnings="true" entrypoint="0">
|
|
<importlibrary definition="updspapi.spec" />
|
|
<include base="updspapi">.</include>
|
|
<include base="ReactOS">include/reactos/wine</include>
|
|
<define name="__WINESRC__" />
|
|
<file>main.c</file>
|
|
<library>wine</library>
|
|
<library>setupapi</library>
|
|
<library>ntdll</library>
|
|
</module>
|