view src/video/riscos/Makefile.am @ 919:4b1dd7691f05

Absolute mouse position was given as relative movement to SDL
author Patrice Mandin <patmandin@gmail.com>
date Tue, 03 Aug 2004 15:40:18 +0000
parents 550bccdf04bd
children 974ba6ae0fa3
line wrap: on
line source


## Makefile.am for SDL using the RISC OS video driver

noinst_LTLIBRARIES = libvideo_riscos.la
libvideo_riscos_la_SOURCES = $(CGX_SRCS)

# The SDL RISC OS video driver sources
CGX_SRCS = 				\
	SDL_riscosevents.c		\
	SDL_riscosevents_c.h		\
	SDL_riscosFullScreenVideo.c	\
	SDL_riscosmouse.c		\
	SDL_riscosmouse_c.h		\
	SDL_riscossprite.c		\
	SDL_riscostask.c		\
	SDL_riscostask.h		\
	SDL_riscosvideo.c		\
	SDL_riscosvideo.h		\
	SDL_wimppoll.c			\
	SDL_wimpvideo.c