home *** CD-ROM | disk | FTP | other *** search
-
- program BuildTPU;
-
- (*****************************************************************************)
- (* *)
- (* B U I L D T P U P R O G R A M *)
- (* *)
- (*****************************************************************************)
-
- (* This program is nothing more than all one uses statement which, when
- compiled, will compile all the necessary files to create all TPUs for
- TBTREE. This is convenient if you want to create all TPUs at once
- for subsequent movement to a different directory or whatever.
-
- The only drawback is that is does compile and will therefore create a
- useless executable file (driver0.exe). This should be deleted as it
- does nothing useful. *)
-
- uses
- btree,
- bytedata,
- compare,
- error,
- fastmove,
- filebuff,
- filedecs,
- files,
- hex,
- logical,
- lreclist,
- math,
- myprint,
- numbers,
- page,
- setops,
- sort,
- strings,
- time,
- vlogical;
-
- begin
-
- end.