Mercurial > sdl-ios-xcode
view src/video/fbcon/Makefile.am @ 634:44d574ed4780
Date: Thu, 05 Jun 2003 09:36:40 +0100
From: "alan buckley" <alan_baa@hotmail.com>
Subject: Modification for RISC OS SDL port
My name is Alan Buckley and I have been working on the RISC OS SDL port.
I've attached a modification to SDL_WimpVideo.c to this email that ensures
the Window is displayed immediately when the video mode is set to a windowed
mode.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 14 Jun 2003 07:18:40 +0000 |
parents | 5d4bafca35cd |
children |
line wrap: on
line source
## Makefile.am for SDL using the framebuffer console video driver noinst_LTLIBRARIES = libvideo_fbcon.la libvideo_fbcon_la_SOURCES = $(FBCON_SRCS) # The SDL framebuffer console video driver sources FBCON_SRCS = \ SDL_fbkeys.h \ SDL_fbvideo.h \ SDL_fbelo.c \ SDL_fbelo.h \ SDL_fbevents.c \ SDL_fbevents_c.h \ SDL_fb3dfx.c \ SDL_fb3dfx.h \ SDL_fbmatrox.c \ SDL_fbmatrox.h \ SDL_fbmouse.c \ SDL_fbmouse_c.h \ SDL_fbriva.c \ SDL_fbriva.h \ SDL_fbvideo.c \ 3dfx_mmio.h \ 3dfx_regs.h \ matrox_mmio.h \ matrox_regs.h \ riva_mmio.h \ riva_regs.h