home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / progs / spreadsc / readme.msc < prev    next >
Text File  |  1992-11-25  |  988b  |  38 lines

  1. Some changes were required to get this to compile with MSC 6.00A. See the
  2. patches.msc file for the diffs. 
  3.  
  4. The curses port from the same author has an error in the VioGetMode call, 
  5. and vscanf (probably should be vsscanf) is absent from MSC. An ugly hack
  6. appears in vscanf.c of the curses archive.
  7.  
  8. Apply the patches with
  9.   patch < patches.msc
  10. then make
  11.   make -f Makefile.msc
  12.  
  13. Bound OS/2 and MSDOS versions can be created with 
  14.   make -f Makefile.msc bound
  15.  
  16. --
  17. Darrel Hankerson hank@ducvax.auburn.edu
  18. 27 October 1992
  19.  
  20. =============================================================================
  21.  
  22. Modifications for PDCurses 2.0 beta. 
  23.  
  24. --
  25. Darrel Hankerson hank@ducvax.auburn.edu
  26. 29 October 1992
  27.  
  28. =============================================================================
  29.  
  30. Modifications for PDCurses 2.0. The old gram.c should be deleted; use bison
  31. (this fixes some syntax problems).
  32.  
  33. --
  34. Darrel Hankerson hank@ducvax.auburn.edu
  35. 15 November 1992
  36.  
  37.  
  38.