home *** CD-ROM | disk | FTP | other *** search
- UNITINFO - Display information about 5.5 and 6.0 TPU files
- ----------------------------------------------------------
- Brian Foley
- TurboPower Software
- 11/90
- Version 1.2
- Copyright (c) 1989,1990 TurboPower Software
- Released to the public domain
-
- UNITINFO is a utility program that displays the following information about
- Turbo Pascal 5.5 or 6.0 TPU files (the version it is compiled with determines
- which version's TPU files it works with):
-
- - the state of the $D+ directive when the unit was compiled
- - the state of the $L+ directive when the unit was compiled
- - the state of the $N+ directive when the unit was compiled *
- - the state of the $O+ directive when the unit was compiled
- - the total amount of code in the unit
- - the total amount of data in the unit
-
- Note that the information shown for the $N directive will not always be
- accurate. If the unit was compiled with $N+, but contains no floating point
- arithmetic, $N- will be shown.
-
- For instructions on how to use UNITINFO, compile it to an EXE file and enter
- "UNITINFO" at the DOS prompt (no command line parameters).