mirror of
https://github.com/reactos/reactos.git
synced 2025-04-26 08:30:21 +00:00

Patch by Marc Piulachs, marc dot piulachs at codexchange dot net See issue #2706 for more details. svn path=/trunk/; revision=29330
23 lines
657 B
Ruby
23 lines
657 B
Ruby
<?xml version="1.0"?>
|
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
|
<module name="ntfs" type="kernelmodedriver" installbase="system32/drivers" installname="ntfs.sys">
|
|
<bootstrap installbase="$(CDOUTPUT)" />
|
|
<include base="ntfs">.</include>
|
|
<define name="__USE_W32API" />
|
|
<library>ntoskrnl</library>
|
|
<library>hal</library>
|
|
<file>attrib.c</file>
|
|
<file>blockdev.c</file>
|
|
<file>close.c</file>
|
|
<file>create.c</file>
|
|
<file>dirctl.c</file>
|
|
<file>fcb.c</file>
|
|
<file>finfo.c</file>
|
|
<file>fsctl.c</file>
|
|
<file>mft.c</file>
|
|
<file>ntfs.c</file>
|
|
<file>rw.c</file>
|
|
<file>volinfo.c</file>
|
|
<file>ntfs.rc</file>
|
|
<pch>ntfs.h</pch>
|
|
</module>
|