home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / vol_300 / 301_01 / readme.1st < prev    next >
Text File  |  1989-12-30  |  939b  |  31 lines

  1.  
  2.  
  3. This directory contains the pull down graphics menu system and an example of
  4. how to use it.  This system was inspired by the JJB function library described
  5. in the October 1989 issue of the C User's Journal (Vol.7, No.7, pg123+)  This
  6. system, however, allows the user to nest menus as deep as desired.
  7.  
  8.          (c) Copyright 1989 by John Muczynski. All Rights Reserved.
  9.          "The author claims copyrights and authorizes
  10.          non-commercial use only."
  11.  
  12.  
  13.          FILE DESCRIPTION
  14.  
  15. MENU.H   header file included by the example.
  16. MENU.C   source file for the pull down routines.
  17. MENU.TMP config file for the macros, hotkeys, etc...
  18.  
  19. LIF.C    source for the example.
  20. LIF.MAK  Borland Turbo C 2.0 make file.
  21. LIF.EXE  optimized executable for IBM 286
  22.  
  23. *.OBJ    object files
  24.  
  25. The balance of the files are image files for the LIF program.
  26. e.g.     GLIDER
  27.          GLIDER.GUN
  28.          LFROG4
  29.          etc...
  30.  
  31.