Mercurial > sdl-ios-xcode
comparison src/video/xbios/Makefile.am @ 1040:c6ed27c7d47d
Preliminary support for Blowup and Screen Blaster 3 extensions on Atari Falcon 030
author | Patrice Mandin <patmandin@gmail.com> |
---|---|
date | Tue, 22 Feb 2005 17:57:40 +0000 |
parents | c5010ab8ba35 |
children | 5023cde12cbd |
comparison
equal
deleted
inserted
replaced
1039:68f2b997758e | 1040:c6ed27c7d47d |
---|---|
5 libvideo_xbios_la_SOURCES = $(XBIOS_SRCS) | 5 libvideo_xbios_la_SOURCES = $(XBIOS_SRCS) |
6 | 6 |
7 # The SDL XBIOS video driver sources | 7 # The SDL XBIOS video driver sources |
8 XBIOS_SRCS = \ | 8 XBIOS_SRCS = \ |
9 SDL_xbios.c \ | 9 SDL_xbios.c \ |
10 SDL_xbios.h | 10 SDL_xbios.h \ |
11 SDL_xbios_blowup.c \ | |
12 SDL_xbios_blowup.h \ | |
13 SDL_xbios_sb3.c \ | |
14 SDL_xbios_sb3.h |