slouken@0: slouken@0: ============================================================================== slouken@0: Using the Simple DirectMedia Layer with MacOS 7,8,9 on PPC slouken@0: ============================================================================== slouken@0: slouken@0: These instructions are for people using the Apple MPW environment: slouken@0: http://developer.apple.com/tools/mpw-tools/ slouken@0: slouken@0: CodeWarrior projects are available in the CWprojects directory. slouken@0: slouken@0: ============================================================================== slouken@0: I. Building the Simple DirectMedia Layer libraries: slouken@0: (This step isn't necessary if you have the SDL binary distribution) slouken@0: slouken@0: First, unpack the MPWmake.sea.hqx archive and move SDL.make into the slouken@0: SDL directory. slouken@0: slouken@0: Start MPW slouken@0: slouken@0: Set the current directory within MPW to the SDL toplevel directory. slouken@0: slouken@0: Build "SDL" (Type Command-B and enter "SDL" in the dialog) slouken@0: slouken@0: If everything compiles successfully, you now have the PPC libraries slouken@0: "SDL" and "SDLmain.o" in the 'lib' subdirectory. slouken@0: slouken@0: ============================================================================== slouken@0: II. Building the Simple DirectMedia Layer test programs: slouken@0: slouken@0: First, unpack the MPWmake.sea.hqx archive, move the new rsrc directory to slouken@0: the main SDL directory, and move the makefiles in the new test subdirectory slouken@0: to the SDL 'test' subdirectory. slouken@0: slouken@0: Start MPW slouken@0: slouken@0: Set the current directory within MPW to the SDL 'test' subdirectory. slouken@0: slouken@0: Build the programs that have an associated MPW makefile (file ending slouken@0: with .make), including "testwin", "testalpha", and "graywin". slouken@0: slouken@0: Copy the SDL library file into the test directory, and run! slouken@0: slouken@0: ============================================================================== slouken@0: III. Building the Simple DirectMedia Layer demo programs: slouken@0: slouken@0: Copy one of the test program Makefiles to the demo directory slouken@0: and modify it to match the sources in the demo. slouken@0: slouken@0: ============================================================================== slouken@0: IV. Enjoy! :) slouken@0: slouken@0: If you have a project you'd like me to know about, or want to ask questions, slouken@0: go ahead and join the SDL developer's mailing list by sending e-mail to: slouken@0: slouken@0: majordomo@lokigames.com slouken@0: slouken@0: and put the line "subscribe sdl" in the body of the message. slouken@0: slouken@0: ============================================================================== slouken@0: