mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-06 05:01:26 +00:00
3715430479
The major change is that we no longer require libGL to even exist on the system at compile time for the GL targets, we dynamicly link to the libGL of choice at run time. (This probably breaks most non-linux systems, and all GL targets except -glx, some fixup will be needed.) (This also kills glquake, dead dead DEAD! GONE FOREVER! WHEE!) Some gl_draw cleanup. Commented out equake alias model occlusion test stuff, very experimental. Added the .lo and .la patterns to the .gitignore files. Some minor sbar cleanup. (We don't use the disc in use symbol for anything.)
32 lines
371 B
Text
32 lines
371 B
Text
*.a
|
|
*.d
|
|
*.i
|
|
*.o
|
|
*.obj
|
|
*.s
|
|
*.lo
|
|
*.la
|
|
.deps
|
|
.libs
|
|
.vimrc
|
|
Makefile
|
|
Makefile.in
|
|
client.exe
|
|
fbset_modes_l.c
|
|
fbset_modes_y.c
|
|
fbset_modes_y.h
|
|
qw-client-3dfx
|
|
qw-client-3dfx.exe
|
|
qw-client-fbdev
|
|
qw-client-glx
|
|
qw-client-glx.exe
|
|
qw-client-sdl
|
|
qw-client-sdl.exe
|
|
qw-client-sgl
|
|
qw-client-sgl.exe
|
|
qw-client-svga
|
|
qw-client-svga.exe
|
|
qw-client-x11
|
|
qw-client-x11.exe
|
|
qw-server
|
|
qw-server.exe
|