reactos/dll/win32/untfs/untfs.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

8 lines
307 B
Ruby

<module name="untfs" type="win32dll" baseaddress="${BASEADDRESS_UNTFS}" installbase="system32" installname="untfs.dll">
<importlibrary definition="untfs.spec" />
<include base="untfs">.</include>
<library>ntfslib</library>
<library>ntdll</library>
<file>untfs.c</file>
<file>untfs.rc</file>
</module>