home *** CD-ROM | disk | FTP | other *** search
-
-
- MakeLib
- -------
-
- MakeLib takes a Basic library and tried it's best to produce a BlibII
- compatable Basic library. This takes much of the work out of producing
- your own library files from existing library files.
-
- To run it, move the source library file into the directory containing
- this file. Then double click on the !MakeLib icon. This will run the MakeLib
- program which asks for source and destination file names, enter these.
-
- Makelib will work fine except for the following :
-
- - It does not add help information, but then how could it :-)
-
- - It works with all cases except nested procedures, and where
- code is placed between procedures. ie. it assumes that the start
- of one procedure/function marks the end of the previous procedure/
- function.
-
-