This directory contains the needed files, to build some parts from
the GNU fileutils Version 3.12 for use with DJGPP 2.00.

If you want to build them without RHIDE, modify the makefile to point
the variable 'FUSRC' to the directory, where the source files are and
type simply make.

If you want to use RHIDE (great idea), you must setup at first an
environment variable FUSRC to pint to the directory, where the source
files are. There are two was to do this. (I assume the files are in
s:/fileutils-3.12)

1) Type on the command prompt

   SET FUSRC=s:/fileutils-3.12

or
2) Add the following entry to you DJGPP.ENV file

[rhide]
FUSRC=s:/fileutils-3.12

Now you have to build at first the libfu.a. Change to the directoy
LIB and run RHIDE with

rhide libfu

Within RHIDE you can do a make, and the library should be built.
Now chage to the directory SRC and build a program, for wich there
is a project file (.gpr).

BTW: The files with the suffix '.mak' are generated by RHIDE, to demonstrate
the use of the 'Write makefile' option in RHIDE.

