mirror of
https://github.com/id-Software/Quake.git
synced 2026-03-20 09:00:31 +01:00
The Quake sources as originally release under the GPL license on December 21, 1999
This commit is contained in:
9
QW/glqwcl.3dfxgl
Normal file
9
QW/glqwcl.3dfxgl
Normal file
@@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
|
||||
# This script preloads the lib3dfxgl.so library which overrides the functions
|
||||
# present in libMesaGL.so. This allows glquake to run using 3DFX's miniport
|
||||
# and without Mesa 3-D. Glide and X11 libraries have to be installed tho,
|
||||
# even tho GLQuake doesn't use X11, it's linked against it because Mesa 3-D
|
||||
# requires them.
|
||||
|
||||
LD_PRELOAD=./lib3dfxgl.so ./glqwcl $*
|
||||
Reference in New Issue
Block a user