view src/video/fbcon/Makefile.am @ 721:ab0656314eef

Date: Thu, 18 Sep 2003 14:24:35 -0400 From: Scott Watson Subject: [SDL] Improper Windows message routine calling If this hasn't been caught yet, there's an improper method of calling a user's window message routine in the various SDL_xxevents.c files. Calling it improperly can cause a crash under at least XP.
author Sam Lantinga <slouken@libsdl.org>
date Sun, 21 Sep 2003 18:40:51 +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