* Bring back rbuild build to be used until bug 6372 is fixed.
[reactos.git] / dll / win32 / sxs / sxs.rbuild
1 <?xml version="1.0"?>
2 <!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
3 <module name="sxs" type="win32dll" baseaddress="${BASEADDRESS_SXS}" installbase="system32" installname="sxs.dll" allowwarnings="true" entrypoint="0">
4 <importlibrary definition="sxs.spec" />
5 <include base="sxs">.</include>
6 <include base="ReactOS">include/reactos/wine</include>
7 <define name="__WINESRC__" />
8 <file>sxs.c</file>
9 <library>wine</library>
10 <library>ntdll</library>
11 </module>