]> git.cworth.org Git - glaze/commitdiff
Remove obsolete glapi.def file
authorCarl Worth <cworth@cworth.org>
Sat, 21 Sep 2013 21:56:54 +0000 (14:56 -0700)
committerCarl Worth <cworth@cworth.org>
Sat, 21 Sep 2013 22:00:57 +0000 (15:00 -0700)
The glapi.def file was originally created as a simple stub during the
development of the GLAZE_API ifunc-creating macros. This file has been
obsolete since commit c06f006c64765 which generates a complete gl.def
file from the XML description of the OpenGL interface. It's just that
we neglected to delete the glapi.def file at that time. We fix that by
actually removing it now.

Makefile
glapi.def [deleted file]

index ab5683a3db12e78168cbddc5880437e7485873db..0984ce30cf19e99a4f3d2549d30535ddaa7b39f9 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -50,7 +50,7 @@ $(LIBGLAZE_32_LIBNAME): glaze.c
 $(LIBGLAZE_LIBNAME): glaze.c
        $(CC) $(GLAZE_CFLAGS) -m64 -fPIC -shared -Wl,-Bsymbolic,-soname=$(LIBGLAZE_SONAME) -ldl -ltalloc -o $@ $<
 
-$(LIB64_DIR)/libGL.so.1: glaze-gl.c glapi.def
+$(LIB64_DIR)/libGL.so.1: glaze-gl.c
        mkdir -p $(LIB64_DIR)
        $(CC) $(GLAZE_CFLAGS) -DGLAZE_BITS=64 -m64 -fPIC -shared -Wl,-Bsymbolic -o $@ $<
 
diff --git a/glapi.def b/glapi.def
deleted file mode 100644 (file)
index 97372a2..0000000
--- a/glapi.def
+++ /dev/null
@@ -1 +0,0 @@
-GLAZE_API(glClear)