home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / fw100a.zip / CLKREAD.ME < prev    next >
Text File  |  1995-11-23  |  2KB  |  70 lines

  1. Clock readme
  2. ============
  3.  
  4. Quick info:-
  5.  
  6. It's a CLOCK
  7.  
  8. Legal()
  9.     {
  10.         You May:-
  11.         copy, use, modify, improve upon this product.
  12.         use parts of this product in your own application.
  13.         (if really useful, a mention would be appreciated)
  14.  
  15.         You May Not:-
  16.         Sell this product (unless SUBSTANTIALLY (90% ++) ) modified.
  17.         Remove this document from any distribution you may undertake.
  18.         Expect any comeback if this program EATS or otherwise DESTROYS
  19.         your computer or any data associated therewith.
  20.         
  21.         Copyright Notice:-
  22.         Yes - It's a Clock (c) Peter Koller 1995
  23.         All Rights Reserved.
  24.     }
  25. (end)Legal.
  26.  
  27. The Author:-
  28. Peter Koller,
  29. La vieille Maison d'Anglais,
  30. Trebuon,
  31. 29530, Plonevez du Faou,
  32. FRANCE.
  33.  
  34. Other Products:-
  35.  
  36. Note:-
  37. The Author will create, continue to create, and support products regardless of
  38. their appeal. These products are largely there to speed things on my underpowered
  39. PC. However, most of these products will compete effectively with Commercial
  40. products, and then some...
  41.  
  42. Program Editor:-
  43. PM Based editor with-
  44.     >>>> LOADS of minor features plus....
  45.     >>>> Customisable edit functions (scripts)
  46.     >>>> Exec to Parse. Test/Make your programs before exiting your editor.
  47.     >>>> Works with most compilers.
  48.     >>>> Customizable goto error keys position you at the error.
  49.     >>>> Extensively MultiThreaded.
  50.     >>>> Smoooooooooooth Scrolling
  51.     >>>> Now at V1.20 eg.- Well Tested
  52.     >>>> Good General Purpose Editor, esp. large files.
  53.     >>>> Fast, Reliable, Safe.
  54.  
  55. PM Make:-
  56. PM Make is a programmers make utility that makes use of the PM interface to
  57. provide the necessary functions for project maintenance:
  58.     >>>>    Built in project backup and restore.
  59.     >>>>    User menus defined in the makefile can set compiler, etc., options.
  60.     >>>>    Can include 'global' makefiles as headers.
  61.     >>>>    Can stop on error.
  62.     >>>>    Allows review of error messages.
  63.     >>>>    Force make according to compiler or linker options or make all.
  64.     >>>>    Can make .exe, .hlp, .dll, etc... all in one build.
  65.     >>>>    Background build with 'pop up on error' mode.
  66.     >>>>    Will work in multiple directories.
  67.     >>>>    Fast.
  68.     >>>>    Applicable to any third party compilers, linkers, or other tools.
  69.  
  70.