home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / magazine / drdobbs / 1991 / 06 / dflat3 / readme < prev    next >
Text File  |  1991-05-20  |  1KB  |  50 lines

  1. May 20, 1991
  2.  
  3. The source files in this archive constitute the D-Flat 
  4. windowing system. Each month, I will replace this file to 
  5. reflect the changes made for the column that is under way.
  6. This file will probably be ahead of the published columns;
  7. it is May now, and I am writing the August column.
  8.  
  9. To build the D-flat software, modify the makefile to use 
  10. Microsoft or Turbo C, or use the PWR.BAT and MEMOPAD.PRJ
  11. files to use Power C.
  12.  
  13. The makefile adjusts for Microsoft C 6.0 or Turbo C version
  14. 2.0 or later. To build with the Turbo C make utility, comment 
  15. out the first line in the makefile so that it looks like this:
  16.  
  17.     #MSC = 1
  18.  
  19. and type this command:
  20.  
  21.     C>make
  22.  
  23. To build with the Microsoft C nmake utility, make the first
  24. line of the makefile look like this:
  25.  
  26.     MSC = 1
  27.  
  28. and type this command:
  29.  
  30.     C>nmake
  31.  
  32. To build with the Power C compiler, ignore the makefile and
  33. type this command:
  34.  
  35.     C>pwr
  36.  
  37. The build makes a program named memopad.exe. It is a
  38. multiple-document notepad program.
  39.  
  40. My CompuServe ID is 71101,1262. I monitor the DDJFORUM every
  41. day and prefer that you discuss D-Flat there so that every one
  42. can benefit from your comments.
  43.  
  44. Observe the #define VERSION statement in dflat.h. The version 
  45. number should correspond with the n in the D-FLATn.ARC filename 
  46. that you downloaded. Check the uploads periodically to see if
  47. there is a more recent version available.
  48.  
  49. Al Stevens
  50.