Update Indentation (tab->4spaces).
[reactos.git] / reactos / drivers / filesystems / ms / msfs.rbuild
1 <module name="msfs" type="kernelmodedriver" installbase="system32/drivers" installname="msfs.sys">
2 <include base="msfs">.</include>
3 <define name="__USE_W32API" />
4 <library>ntoskrnl</library>
5 <library>hal</library>
6 <file>create.c</file>
7 <file>finfo.c</file>
8 <file>fsctrl.c</file>
9 <file>msfs.c</file>
10 <file>rw.c</file>
11 <file>msfs.rc</file>
12 <pch>msfs.h</pch>
13 </module>