medfall

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

libs.mk (297B)


1
2
3
4
5
opengl33.cc opengl33.h:
	lua libs/glloadgen/LoadGen.lua -style=pointer_c -spec=gl -version=3.3 -profile=core opengl33 -exts KHR_debug EXT_texture_sRGB EXT_texture_compression_s3tc
	mv gl_opengl33.h opengl33.h || true
	mv gl_opengl33.c opengl33.cc || true
	sed -i "s/gl_opengl/opengl/" opengl33.cc