Mercurial > sdl-ios-xcode
view src/video/gapi/Makefile.am @ 1354:22f39393668a
Fixed build problem with SDL_string.c
Officially deprecated SDL_byteorder.h, SDL_getenv.h and SDL_types.h
Moved endian-related SDL_rwops code into SDL_rwops.c
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 09 Feb 2006 09:38:05 +0000 |
parents | 86d0d01290ea |
children |
line wrap: on
line source
## Makefile.am for SDL using the PocketPC GAPI video driver noinst_LTLIBRARIES = libvideo_gapi.la libvideo_gapi_la_SOURCES = $(GAPI_SRCS) # The SDL GAPI driver sources GAPI_SRCS = \ SDL_gapivideo.c \ SDL_gapivideo.h