home *** CD-ROM | disk | FTP | other *** search
/ GEMini Atari / GEMini_Atari_CD-ROM_Walnut_Creek_December_1993.iso / files / gnu / gemlib27 / readme_d < prev    next >
Text File  |  1993-07-30  |  2KB  |  58 lines

  1. TO ATARI 520 ST Owners and Developers:
  2.  
  3. I am providing this program as a sample application for the Atari 520 ST.  It 
  4. originated as a program in monochrome written by Digital Research, Inc. for 
  5. the IBM PC.  I added the color and fill functions for the Atari.  I have
  6. included all of the non-copyrighted source code that will help you to
  7. program your own applications from this sample.
  8.  
  9. In addition to the files on this disk you will need quite a few copyrighted
  10. files that are available from Atari Corp. as part of their development
  11. package.
  12.  
  13. To compile the program you need the following additional include files:
  14.     define.h
  15.     osbind.h
  16.     portab.h
  17.     obdefs.h
  18.     gemdefs.h
  19.     taddr.h    (this may be named treeaddr.h or some such)
  20. and     vdibind.h
  21.  
  22. To link the program you need:
  23.     apstart    (provided)
  24.     osbind
  25.     vdibind
  26.     aesdbind
  27. and    gemlib
  28.  
  29. I have provided the following files:
  30.  
  31.     doodle.c    (the source file in C for doodle.prg)
  32.     doodle.rsc    (the GEM resource file for the menus and dialogs)
  33.     doodle.inp    (the input file for link.bat to link the program)
  34.     doodle.prg    (the final version of the doodle program)
  35.     doodle.def    (a data file used by the resource construction set)
  36.     doodle.h    (a data file used by the resource construction set)
  37.     doodle.o    (the output of the assembler)
  38.     apstart        (the first file in the linkage with the program entry)
  39.     c.bat        (the batch file I used to compile the program)
  40.     link.bat    (the batch file that called doodle.inp to link)
  41.  
  42. I hope that these will help programmers to come up to speed on the Atari ST.
  43. This program can be used as the basis for almost any graphics application on
  44. the ST computers.
  45.  
  46. If you are not a programmer, I hope that you enjoy the final result.
  47.  
  48. ----------------------------------------------------------------------------
  49. It took me approximately three months to learn enough about GEM and C to adapt
  50. this program to the Atari. If you find the program of value, I would
  51. appreciate a contribution of $20 for my time and effort.
  52.  
  53.     Harry Koons
  54.     1123 Oakfair Lane
  55.     Harbor City, CA 90710  
  56.  
  57. ----------------------------------------------------------------------------
  58.