home *** CD-ROM | disk | FTP | other *** search
/ Enigma Amiga Life 109 / EnigmaAmiga109CD.iso / software / sviluppo / asyncioppcdev / asyncioppcdev.readme
Text File  |  2000-01-12  |  908b  |  26 lines

  1. Here's my current effort to get asyncio.library working under PPC (PowerUP
  2. (Sorry, I don't have a devkit for WarpOS, and don't know how to do this there))
  3.  
  4. All you need to do is copy the included Includes to your INCLUDE: and
  5. PPCINCLUDE: directories .. only the modified Includes are included, so you need
  6. to get the original asyncio.library SDK from Aminet first!
  7.  
  8. Also you should make the following links in your PPCINCLUDE: directory if you
  9. haven't already:
  10.  
  11. ppcpragmas -> powerup/ppcpragmas
  12. pragmas    -> powerup/ppcpragmas
  13. proto      -> powerup/ppcproto
  14.  
  15. ..this will make sure SCPPC always gets the correct Includes when compiling.
  16.  
  17. A think to keep in mind when adding support for asyncio.library in you projects
  18. is to make sure you allocate rather large buffers for PPC so the number of
  19. context-switches will be reduced .. this will give you a much more efficient
  20. implementation...
  21.  
  22. Enjoy! ;)
  23.  
  24.  
  25. - CISC
  26.