Mercurial > sdl-ios-xcode
view src/endian/Makefile.am @ 650:fe445b59d307
We need to lookup the address of glGetString before calling GL_MakeCurrent(),
since the X11 target needs to query for extensions in there...hopefully this
other platforms don't need to have a current context before symbol lookup
works or something strange like that... --ryan.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Sat, 12 Jul 2003 13:30:30 +0000 |
parents | 74212992fb08 |
children |
line wrap: on
line source
## Makefile.am for the SDL endian library noinst_LTLIBRARIES = libendian.la # Include the architecture-independent sources COMMON_SRCS = \ SDL_endian.c libendian_la_SOURCES = $(COMMON_SRCS)