This is why we can't have nice things. Reverting r40538, r40539, due to RosBE differe...
[reactos.git] / reactos / dll / win32 / wshirda / wshirda.rbuild
1 <module name="wshirda" type="win32dll" baseaddress="${BASEADDRESS_WSHIRDA}" installbase="system32" installname="wshirda.dll" unicode="yes">
2 <importlibrary definition="wshirda.spec" />
3 <include base="wshirda">.</include>
4 <define name="_DISABLE_TIDENTS" />
5 <library>ntdll</library>
6 <library>kernel32</library>
7 <library>ws2_32</library>
8 <file>wshirda.c</file>
9 <file>wshirda.rc</file>
10 </module>