Mercurial > sdl-ios-xcode
view test/Makefile.am @ 56:ce9cd2cf0d0d
Date: Sun, 10 Jun 2001 17:33:44 -0500
From: Darrell Walisser <dwaliss1@purdue.edu>
Subject: Re: [SDL] Mac OS X Goodies For You
Updates and fixes:
-fixed erasing window when minmizing it (with some minor window redraw problems)
-implemented close box to send SDLQuit event
-fixed messed up alpha on 32bpp windows
author | Sam Lantinga <slouken@lokigames.com> |
---|---|
date | Mon, 11 Jun 2001 00:08:10 +0000 |
parents | 74212992fb08 |
children | 255c7ee077cb |
line wrap: on
line source
AUTOMAKE_OPTIONS = no-dependencies noinst_PROGRAMS = \ testver testtypes testhread testlock testerror testsem testtimer \ loopwave testcdrom testkeys testvidinfo checkkeys testwin graywin \ testsprite testbitmap testalpha testgamma testpalette testwm \ threadwin testgl testjoystick 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@