home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: InfoMgt / InfoMgt.zip / TIMELI2.ZIP / README.TXT next >
Text File  |  1989-04-29  |  1KB  |  28 lines

  1. As my first OS/2 Presentation Manager program, I extensively commented and
  2. then extended Charles Petzold's TIMELINE.C program from Volume 8 Number 6
  3. (March 28, 1989) of "PC Magazine."  For acknowledgements, restrictions,
  4. and instructions on what this version of TIMELINE does, see the front of
  5. TIMELINE.C.  I hope someone can find it as useful as I have.
  6.  
  7. TIMELINE.C was compiled with Microsoft C 5.1 and the header files and tools
  8. from the Microsoft OS/2 SDK 1.06 (the equivalent of the IBM OS/2 SE 1.1
  9. files).
  10.  
  11. Oddities:
  12.  
  13. 1. The name of the make file is TIMELINE.MAK rather than the conventional
  14.    TIMELINE.
  15.  
  16. 2. I have compiled and linked TIMELINE as a large model and ready to be used
  17.    with Codeview.
  18.  
  19. 3. TIMELINE.MAK references a program not distributed with TIMELINE, TOUCH
  20.    (which updates the creation time of a file to the current time), to make
  21.    sure that the TIMELINE resource file isn't created more frequently than
  22.    necessary.  You can safely remove the TOUCH line from TIMELINE.MAK if
  23.    if you do not have your own program similar to TOUCH.
  24.  
  25. Eric Baatz
  26. CIS 74010,3664
  27. April 29, 1989
  28.