Mercurial > sdl-ios-xcode
view src/video/quartz/Makefile.am @ 1153:5bc98ce985c2
SDL_CDROMInit() shouldn't be a stub in the dummy driver, since that's
implemented in the higher-level CD code.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Sun, 02 Oct 2005 00:50:03 +0000 |
parents | c4965af1d0e0 |
children |
line wrap: on
line source
## Makefile.am for SDL using the MacOS X Quartz video driver noinst_LTLIBRARIES = libvideo_quartz.la libvideo_quartz_la_SOURCES = $(QUARTZ_SRCS) # The SDL MacOS X Quartz video driver sources QUARTZ_SRCS = \ CGS.h \ SDL_QuartzEvents.m \ SDL_QuartzGL.m \ SDL_QuartzKeys.h \ SDL_QuartzVideo.h \ SDL_QuartzVideo.m \ SDL_QuartzWindow.h \ SDL_QuartzWindow.m \ SDL_QuartzWM.m \ SDL_QuartzYUV.m