home *** CD-ROM | disk | FTP | other *** search
-
- ** Compiling the Source Code **
-
- * To create a new version of STAT.EXE you will need the following
- source files on disk:
-
- STAT.C
- TDELAY.ASM
-
- * Compile STAT.C using the following command for Microsoft C
-
- MSC STAT;
-
- * Compile TDELAY.ASM you will need MASM.EXE to assemble the code.
- this module is pre-compiled for the Small Memory Model and need
- not be changed unless, you change memory model sizes.
-
- MASM TDELAY;
-
- * Once both modules are compiled you will need the following object
- modules to link using RELNK.BAT:
-
- STAT.OBJ
- TDELAY.OBJ
- BYEXFACE.OBJ (see directory \BYEXFACE)
-