home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 19 / AACD19.BIN / AACD / Programming / MCC_GLArea / MCC_GLArea_Dev / Include / include.readme < prev    next >
Encoding:
Text File  |  2000-12-29  |  757 b   |  17 lines

  1. GLArea don't uses the standard link library of stormmesa, because I had
  2. to handle multi-process access to the GL libraries.
  3. So I generated the needed inline files for GCC only, for other compilers you have
  4. to generate pragma files yourself (try fd2pragma by Dirk Stoecker).
  5.  
  6. You have to copy all includes files provided in this directory in you standard
  7. include path to be able to compile GLArea.mcc applications.
  8. I had to modify some part (very small parts) of the original GL includes.
  9.  
  10. To use it in your application, only include <proto/Amigamesa.h>
  11.  
  12. If you have problems, you could contact me (sbodmer@lsi-media.ch).
  13. If you generated pragma files for other compilers, don't hesitate to
  14. send me your files, I will include it in my next release.
  15.  
  16. Stephan
  17.