GENERAL NOTES · The tab step of source files is 3. Use the included utility Tab to convert from 3 to another length. · Carefully read the text file GNULicense2 for redistribution rights. · Binaries compiled with SAS/C V6.51 HOW TO RECOMPILE SOURCES (SAS/C V6.x) · Move the sources to your development system's partition. · Edit the local copy of SCOPTIONS to change the path of the user header directory and the user libraries directory, if unchanged they are: ":include/" for headers, ":lib/" for linked libraries. · Every tool needs "shellcres2.o" as startup module. It must be stored in the directory ":lib/startup/". If you move it, you have to update the file SCOPTIONS to the new storage location. · The file SMAKEFILE for "filefinder.lib" contains the pathnames of the user include and libraries directories. Change these to your preferred locations. · First recompile and install the "filefinder.lib" library, then you can rebuild the remaining tools. HOW TO RECOMPILE SOURCES (other compiler) · The sources of this distribution take advantage of some features of the SAS/C development system. Excluded the module "shellcres2.o", the remaining files (I hope) *should* recompile without problems, but with some features disabled. The most notable case is the library "filefinder.lib": no more arguments in CPU registers for its functions. · The file SMAKEFILE of the library "filefinder.lib" uses the SAS/C librarian to build the library. You can use your librarian or the AmigaDOS command Join (remember that a collection of object files is a simple library). · "shellcres2.o" works only with SAS/C SLink. You must substitute it with your compiler's startup module and edit the other tools' sources to change the main module entry point. · If you have *really* big problems, buy SAS/C :-) Enjoy, Gabriele Falcioni via E. Cialdini, 50 I-60122 Ancona AN I T A L Y