Mercurial > sdl-ios-xcode
view src/cdrom/macosx/Makefile.am @ 1143:71a2648acc75
Replaced Mac OS X's C++ cdrom code with almost-direct translation to C. Sam
requested this effort on the mailing list, apparently because of binary
compatibility issues between 10.4 and earlier systems (or gcc4 and earlier
compilers?).
Works fine with SDL12/test/testcdrom.c, with this command line:
./testcdrom -status -list -play -sleep 5000 -pause -sleep 3000 -resume \
-sleep 5000 -stop -sleep 3000 -play -sleep 3000 -stop \
-sleep 3000 -eject
Unix Makefiles work, XCode project still need updating for new filenames.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Thu, 22 Sep 2005 08:48:16 +0000 |
parents | 59a93320f326 |
children |
line wrap: on
line source
## Makefile.am for the Mac OS X cdrom driver for SDL noinst_LTLIBRARIES = libcdrom_macosx.la libcdrom_macosx_la_SOURCES = $(SRCS) # The SDL cdrom driver sources SRCS = \ SDL_syscdrom_c.h \ SDL_syscdrom.c \ AudioFilePlayer.h \ AudioFilePlayer.c \ AudioFileReaderThread.c \ SDLOSXCAGuard.c \ CDPlayer.h \ CDPlayer.c