README.MacOS
上传用户:sun1608
上传日期:2007-02-02
资源大小:6116k
文件大小:2k
源码类别:

流媒体/Mpeg4/MP4

开发平台:

Visual C++

  1. ==============================================================================
  2. Using the Simple DirectMedia Layer with MacOS 7,8,9 on PPC
  3. ==============================================================================
  4. These instructions are for people using the Apple MPW environment:
  5. http://developer.apple.com/tools/mpw-tools/
  6. CodeWarrior projects are available in the CWprojects directory.
  7. ==============================================================================
  8. I.  Building the Simple DirectMedia Layer libraries:
  9.     (This step isn't necessary if you have the SDL binary distribution)
  10.   First, unpack the MPWmake.sea.hqx archive and move SDL.make into the
  11.   SDL directory.
  12.   Start MPW
  13.   Set the current directory within MPW to the SDL toplevel directory.
  14.   Build "SDL"  (Type Command-B and enter "SDL" in the dialog)
  15.   If everything compiles successfully, you now have the PPC libraries
  16.   "SDL" and "SDLmain.o" in the 'lib' subdirectory.
  17. ==============================================================================
  18. II. Building the Simple DirectMedia Layer test programs:
  19.   First, unpack the MPWmake.sea.hqx archive, move the new rsrc directory to
  20.   the main SDL directory, and move the makefiles in the new test subdirectory
  21.   to the SDL 'test' subdirectory.
  22.   Start MPW
  23.   Set the current directory within MPW to the SDL 'test' subdirectory.
  24.   Build the programs that have an associated MPW makefile (file ending
  25.   with .make), including "testwin", "testalpha", and "graywin".
  26.   Copy the SDL library file into the test directory, and run!
  27. ==============================================================================
  28. III. Building the Simple DirectMedia Layer demo programs:
  29.   Copy one of the test program Makefiles to the demo directory
  30.   and modify it to match the sources in the demo.
  31. ==============================================================================
  32. IV.  Enjoy! :)
  33.   If you have a project you'd like me to know about, or want to ask questions,
  34.   go ahead and join the SDL developer's mailing list by sending e-mail to:
  35. sdl-request@libsdl.org
  36.   and put "subscribe" into the subject of the message. Or alternatively you
  37.   can use the web interface:
  38. http://www.libsdl.org/mailman/listinfo/sdl
  39.   
  40. ==============================================================================