- Add dosfsck to the build.

svn path=/trunk/; revision=35037
This commit is contained in:
Aleksey Bragin 2008-08-02 14:45:18 +00:00
parent 06e654d8a1
commit 50e5c6483a
3 changed files with 26 additions and 0 deletions

View file

@ -0,0 +1,15 @@
<module name="dosfsck" type="win32cui" installbase="system32" installname="dosfsck.exe" unicode="no" allowwarnings="true">
<library>kernel32</library>
<library>user32</library>
<file>boot.c</file>
<file>check.c</file>
<file>common.c</file>
<file>dosfsck.c</file>
<file>fat.c</file>
<file>file.c</file>
<file>io.c</file>
<file>lfn.c</file>
<file>dosfsck.rc</file>
</module>

View file

@ -0,0 +1,7 @@
#include <windows.h>
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS FAT checker\0"
#define REACTOS_STR_INTERNAL_NAME "dosfsck\0"
#define REACTOS_STR_ORIGINAL_FILENAME "dosfsck.exe\0"
#define REACTOS_STR_ORIGINAL_COPYRIGHT "Copyright ReactOS Development team\0"
#include <reactos/version.rc>

View file

@ -12,6 +12,10 @@
<xi:include href="chklib/chklib.rbuild" />
</directory>
<directory name="dosfsck">
<xi:include href="dosfsck/dosfsck.rbuild" />
</directory>
<directory name="gettype">
<xi:include href="gettype/gettype.rbuild" />
</directory>