MPW Makefiles

It’s still possible to build for Mac OS 9 with MPW
(free: http://developer.apple.com/tools/mpw-tools/)

It just needs a little include order patch, as well
as the previously mentioned code updates for Mac…

http://www.algonet.se/~afb/libsdl/SDL-12CVS-mpw.patch

Copy the makefiles and fix the types/creators so that
MacOS recognizes them as textfiles, and then do in MPW:

Make -f SDL.make > SDL.makeout
Execute SDL.makeout

Should build two files in “lib”: SDL and SDLmain.o,
the object files are placed in the “obj” directory.

–anders

It just needs a little include order patch, as well
as the previously mentioned code updates for Mac…

http://www.algonet.se/~afb/libsdl/SDL-12CVS-mpw.patch

Can I get these and the CW projects as actual replacements for the files
in CVS? I don’t think I can update CWprojects.sea.bin and
MPWmake.sea.bin from here…

–ryan.

It’s still possible to build for Mac OS 9 with MPW
(free: http://developer.apple.com/tools/mpw-tools/)

Yep, that’s how I build the MacOS Classic releases. :slight_smile:

It just needs a little include order patch, as well
as the previously mentioned code updates for Mac…

Thanks, I’ve added this to CVS.

-Sam Lantinga, Senior Software Engineer, Blizzard Entertainment