home *** CD-ROM | disk | FTP | other *** search
/ Oakland CPM Archive / oakcpm.iso / cpm / editc80 / edscreen.txt < prev   
Encoding:
Text File  |  1984-06-15  |  549 b   |  21 lines

  1.  
  2. To build a .COM file with the C/80 version of the Dr. Dobbs screen editor,
  3. first get all the source files (*.C and *.H).  ED6.C contains the screen
  4. handling functions, and is currently set up for VT52 controls, with
  5. VT100 available as a #define option.  Modify this for your system.
  6.  
  7. Use the C compiler to create .ASM files for the following:
  8.  EDSCREEN.C
  9.  ED2.C
  10.  ED3.C
  11.  ED4.C
  12.  ED5.C
  13.  ED6.C
  14.  ED7.C
  15.  ED8.C
  16.  ED9.C
  17.  ED10.C
  18.  
  19. Then use Software Toolworks' AS to assemble EDSCREEN and create a .COM file
  20. (the other .ASM files are automatically included).