quakeforge/tools/gl_stub/build
Bill Currie 8369a2206a [glstub] Add functions needed to get glsl working
Pity vulkan won't be so easy.
2021-07-22 10:12:41 +09:00

4 lines
255 B
Bash
Executable file

#! /bin/sh
gcc -o GLstub.so -I../../include -g -fPIC -shared -O3 -ffast-math -funroll-loops -fomit-frame-pointer -fexpensive-optimizations gl_stub.c gls_norm.c gls_trace.c -Wall -Werror
#gcc -o GLstub.so -g -fPIC -shared gl_stub.c gls_norm.c gls_trace.c