equal
deleted
inserted
replaced
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 |