0
0
Fork 0
mirror of https://git.code.sf.net/p/quake/quakeforge synced 2025-02-24 12:42:32 +00:00
quakeforge/tools/gl_stub/build

5 lines
225 B
Text
Raw Normal View History

#! /bin/sh
2002-03-11 23:55:50 +00:00
gcc -o GLstub.so -g -fPIC -shared -O3 -ffast-math -funroll-loops -fomit-frame-pointer -fexpensive-optimizations gl_stub.c gls_norm.c gls_trace.c
#gcc -o GLstub.so -g -fPIC -shared gl_stub.c gls_norm.c gls_trace.c