home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / mnth0107.zip / Anderson / source / readme < prev   
Text File  |  1992-02-27  |  609b  |  15 lines

  1. An OS/2-PM Editor Using MLE           by Brian R. Anderson
  2.  
  3. This directory contains the following files:
  4.  
  5.    MAKEFILE  -- builds the program
  6.    EDIT.H    -- base header (includes resource & ipf constants)
  7.    EDIT.C    -- main(), ClientWndProc(), & subclassing
  8.    EDLG.H    -- prototypes, etc. used by dialog box procedures
  9.    EDLG.C    -- dialog box procedures and supporting code
  10.    EFILE.H   -- prototypes, etc. used by file I/O procedures
  11.    EFILE.C   -- file I/O procedures
  12.    EDIT.DEF  -- linker control (module definition file)
  13.    EDIT.IPF  -- help text
  14.    EDIT.ICO  -- bitmap of the icon
  15.