Mercurial > sdl-ios-xcode
comparison src/video/gapi/Makefile.am @ 1251:86d0d01290ea
Updated Windows CE/PocketPC support...adds GAPI driver, landscape mode,
updated project files, VS2005 support, VGA mode, more device support, etc,
etc, etc.
Fixes Bugzilla #47 and #28.
--ryan.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Thu, 19 Jan 2006 08:43:00 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
1250:a4d515d0fc3a | 1251:86d0d01290ea |
---|---|
1 | |
2 ## Makefile.am for SDL using the PocketPC GAPI video driver | |
3 | |
4 noinst_LTLIBRARIES = libvideo_gapi.la | |
5 libvideo_gapi_la_SOURCES = $(GAPI_SRCS) | |
6 | |
7 # The SDL GAPI driver sources | |
8 GAPI_SRCS = \ | |
9 SDL_gapivideo.c \ | |
10 SDL_gapivideo.h |