comparison test/testdyngl.c @ 847:0afe0e38e02c release-1.2.7

*** empty log message ***
author Sam Lantinga <slouken@libsdl.org>
date Sat, 21 Feb 2004 00:21:06 +0000
parents 0eec9985767d
children 9f6ad2286011
comparison
equal deleted inserted replaced
846:96ba4eab74fb 847:0afe0e38e02c
3 * OpenGL lib and functions 3 * OpenGL lib and functions
4 * 4 *
5 * (FYI it was supposed to look like snow in the wind or something...) 5 * (FYI it was supposed to look like snow in the wind or something...)
6 * 6 *
7 * Compile with : 7 * Compile with :
8 * gcc testdyngl.c `sdl-config --libs --cflags` -o testdyngl 8 * gcc testdyngl.c `sdl-config --libs --cflags` -o testdyngl -DHAVE_OPENGL
9 * 9 *
10 * You can specify a different OpenGL lib on the command line, i.e. : 10 * You can specify a different OpenGL lib on the command line, i.e. :
11 * ./testdyngl /usr/X11R6/lib/libGL.so.1.2 11 * ./testdyngl /usr/X11R6/lib/libGL.so.1.2
12 * or 12 * or
13 * ./testdyngl /usr/lib/libGL.so.1.0.4496 13 * ./testdyngl /usr/lib/libGL.so.1.0.4496