Mercurial > sdl-ios-xcode
view test/Makefile.am @ 1178:9867f3d86e44
Real Unicode support for X11. Based on updated version of this patch:
http://lists.arabeyes.org/archives/developer/2004/June/msg00160.html
--ryan.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Mon, 21 Nov 2005 00:16:34 +0000 |
parents | 68f2b997758e |
children |
line wrap: on
line source
AUTOMAKE_OPTIONS = no-dependencies noinst_PROGRAMS = \ testver testtypes testendian testcpuinfo \ testhread testlock testerror testsem testtimer \ loopwave testcdrom testkeys testvidinfo checkkeys testwin graywin \ testsprite testbitmap testalpha testgamma testpalette testwm \ threadwin testoverlay testoverlay2 testgl testdyngl testjoystick \ testblitspeed testalpha_SOURCES = testalpha.c testalpha_LDADD = @MATHLIB@ testgamma_SOURCES = testgamma.c testgamma_LDADD = @MATHLIB@ testpalette_SOURCES = testpalette.c testpalette_LDADD = @MATHLIB@ testgl_SOURCES = testgl.c testgl_LDADD = @GL_LIBS@ @MATHLIB@