* Bring back rbuild build to be used until bug 6372 is fixed.
[reactos.git] / dll / win32 / olethk32 / olethk32.rbuild
1 <module name="olethk32" type="win32dll" baseaddress="${BASEADDRESS_OLETHK32}" installbase="system32" installname="olethk32.dll" allowwarnings="true">
2 <importlibrary definition="olethk32.spec" />
3 <include base="olethk32">.</include>
4 <include base="ReactOS">include/reactos/wine</include>
5 <define name="__WINESRC__" />
6 <file>main.c</file>
7 <file>version.rc</file>
8 <library>wine</library>
9 <library>ntdll</library>
10 </module>