home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / INFO / MOUSE / CMOUSE2.ZIP / READ.ME < prev    next >
Encoding:
Text File  |  1990-11-21  |  2.6 KB  |  56 lines

  1. CMOUSE.ZIP - Mouse management for MSC 5.1/MASM 5.0 or later
  2.  
  3. Change history:
  4. 11/21/90 - Change 1  Gene McManus:   gmcmanus@dsac.dla.mil
  5.     Included bug fixes by Norbert Bladt (Thanks, Norbert).
  6.        [Norbert Bladt, Ascom Autelca AG, Worbstr. 201, 
  7.         CH-3073 Guemligen, Switzerland
  8.         EMail: ..!uunet!mcsun!chx400!hslrswi!bladt]
  9.     Updated MAKE.EXE to a later one which I like better.
  10.     Made minor changes to MAKEFILE.
  11.     Repackaged as a .ZIP file.
  12.     
  13.  
  14. The following is included in the archive:
  15.  
  16. CMOUSE.ZIP
  17.  
  18.  Length  Method   Size  Ratio   Date    Time   CRC-32  Attr  Name
  19.  ------  ------   ----- -----   ----    ----   ------  ----  ----
  20.      17  Stored      17   0%  03-06-89  12:01  41025979 --w  COMPACT.INC
  21.      17  Stored      17   0%  11-08-88  13:26  76130ff5 --w  FARCALL.INC
  22.      18  Stored      18   0%  11-08-88  13:26  8b63b253 --w  HUGEDATA.INC
  23.      15  Stored      15   0%  03-06-89  12:02  a654fecf --w  LARGE.INC
  24.      16  Stored      16   0%  03-06-89  12:02  9d632b40 --w  MEDIUM.INC
  25.      17  Stored      17   0%  11-08-88  13:26  77d165c2 --w  NEARCALL.INC
  26.      18  Stored      18   0%  11-08-88  13:26  8aa1d864 --w  SMALDATA.INC
  27.      15  Stored      15   0%  03-06-89  12:02  4bf5b992 --w  SMALL.INC
  28.    2104  Implode    908  57%  11-21-90  08:15  3e785f16 --w  TEST1.C
  29.    1092  Implode    641  42%  04-16-89  17:31  d044b0de --w  HANDLER.ASM
  30.    4967  Implode   1790  64%  11-21-90  08:13  22ad42ea --w  MOUSE.C
  31.    2181  Implode   1010  54%  11-21-90  08:14  2d969bf8 --w  MOUSE.H
  32.   21552  Implode   3454  84%  05-31-87  10:58  193f5ffd --w  MICE.ASM
  33.   21632  Implode  13980  36%  10-21-89  14:09  b13750e3 --w  MAKE.EXE
  34.    4411  Implode   1141  75%  11-21-90  07:50  a96124bc --w  MAKEFILE
  35.      40  Shrunk      39   3%  11-20-90  10:35  cfa6aa52 --w  MOUSE.CMD
  36.    7425  Implode   2981  60%  10-22-90  12:11  d3d4eb96 --w  READ.ME
  37.  ------          ------  ---                                 -------
  38.   65537           26077  61%                                      17
  39.  
  40. The source code is intended for MSC 5.1 and MASM 5.0 or later.
  41.  
  42. I have included a PD Unix-like make, which is what my makefile is
  43. intended to be used with (MAKE.EXE). This make has been posted to
  44. the Usenet several times in the past, and will run recursively which
  45. allows automatic manufacturing of libraries for all memory models.
  46.  
  47. The mouse routines are adapted from articles in 'The C Gazette' and
  48. several other publications, including PC Magazine and PC Tech Journal.
  49.  
  50. The makefile will create a library file for each of the PC memory models.
  51.  
  52. See test1.c for examples of use.
  53.  
  54.  
  55.  
  56.