Mercurial > sdl-ios-xcode
view src/video/macdsp/Makefile.am @ 58:bd6b0a910a65
* Removed fullscreen menu option from the "Window" menu
* Updated the BUGS file
* Fixed command line parameters when launched from Finder
* Implemented setting the icon window caption
* Implemented frameless style windows
* Added note about SDL_RESIZABLE implementation to SDL_QuartzVideo.m
* Window close requests now go through the event filtering system
author | Sam Lantinga <slouken@lokigames.com> |
---|---|
date | Mon, 11 Jun 2001 06:44:43 +0000 |
parents | 74212992fb08 |
children | 609c060fd2a2 |
line wrap: on
line source
## Makefile.am for SDL using the Mac DrawSprocket video driver noinst_LTLIBRARIES = libvideo_dsp.la libvideo_dsp_la_SOURCES = $(DSP_SRCS) # The SDL Mac DrawSprocket driver sources DSP_SRCS = \ SDL_dspvideo.c \ SDL_dspvideo.h