Mercurial > sdl-ios-xcode
view src/cdrom/macosx/Makefile.am @ 1237:a8068adf156b
Disable XBIOS driver for mouse and joystick under MiNT. Will write a driver for /dev/mouse later.
author | Patrice Mandin <patmandin@gmail.com> |
---|---|
date | Fri, 06 Jan 2006 22:24:09 +0000 |
parents | 71a2648acc75 |
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