reactos/dll/win32/slbcsp/slbcsp.rbuild
Amine Khaldi c424146e2c Create a branch for cmake bringup.
svn path=/branches/cmake-bringup/; revision=48236
2010-07-24 18:52:44 +00:00

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>