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