Mercurial > sdl-ios-xcode
view src/video/cybergfx/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 | 6d1025a73e69 |
children |
line wrap: on
line source
## Makefile.am for SDL using the CyberGFX video driver noinst_LTLIBRARIES = libvideo_cgx.la libvideo_cgx_la_SOURCES = $(CGX_SRCS) # The SDL CyberGFX video driver sources CGX_SRCS = \ SDL_amigaevents.c \ SDL_amigaevents_c.h \ SDL_amigamouse.c \ SDL_amigamouse_c.h \ SDL_cgxaccel.c \ SDL_cgxgl.c \ SDL_cgxgl_c.h \ SDL_cgximage.c \ SDL_cgximage_c.h \ SDL_cgxmodes.c \ SDL_cgxmodes_c.h \ SDL_cgxvideo.c \ SDL_cgxvideo.h \ SDL_cgxwm.c \ SDL_cgxwm_c.h \ SDL_cgxyuv.c \ SDL_cgxyuv_c.h