* Bring back rbuild build to be used until bug 6372 is fixed.
[reactos.git] / dll / win32 / sfc / sfc.rbuild
1 <module name="sfc" type="win32dll" baseaddress="${BASEADDRESS_SFC}" installbase="system32" installname="sfc.dll" allowwarnings="yes">
2 <importlibrary definition="sfc.spec" />
3 <include base="sfc">.</include>
4 <file>sfc.c</file>
5 <pch>precomp.h</pch>
6 </module>