Mercurial > sdl-ios-xcode
comparison src/video/qtopia/Makefile.am @ 371:db0cc6034336
Added David Hedbor's Qtopia patches
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sun, 19 May 2002 20:06:01 +0000 |
parents | |
children | 11c8a7684f74 |
comparison
equal
deleted
inserted
replaced
370:ba72f259bc88 | 371:db0cc6034336 |
---|---|
1 | |
2 ## Makefile.am for SDL using the Qtopia backend | |
3 | |
4 noinst_LTLIBRARIES = libvideo_qtopia.la | |
5 libvideo_qtopia_la_SOURCES = $(QTOPIA_SRCS) | |
6 | |
7 # The SDL BWindow video driver sources | |
8 QTOPIA_SRCS = \ | |
9 SDL_QWin.h \ | |
10 SDL_QWin.cc \ | |
11 SDL_QPEApp.h \ | |
12 SDL_QPEApp.cc \ | |
13 SDL_lowvideo.h \ | |
14 SDL_sysmouse.cc \ | |
15 SDL_sysmouse_c.h \ | |
16 SDL_sysvideo.cc \ | |
17 SDL_syswm.cc \ | |
18 SDL_syswm_c.h \ | |
19 SDL_sysevents.cc \ | |
20 SDL_sysevents_c.h |