reactos/dll/win32/sfc/sfc.rbuild
Timo Kreuzer 6afbc8f483 Hopefully create a branch and not destroy the svn repository.
svn path=/branches/reactos-yarotows/; revision=45219
2010-01-23 23:25:04 +00:00

7 lines
260 B
Ruby

<module name="sfc" type="win32dll" baseaddress="${BASEADDRESS_SFC}" installbase="system32" installname="sfc.dll" allowwarnings="yes">
<importlibrary definition="sfc.spec" />
<include base="sfc">.</include>
<file>sfc.c</file>
<pch>precomp.h</pch>
</module>