diff options
author | Brian Paul <[email protected]> | 2008-06-05 14:10:42 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2008-06-05 14:10:42 -0600 |
commit | cca1ae79aa8a06205c93a39be780b32adb194022 (patch) | |
tree | f746ecca8a402df1887bf4ca0efe975171522705 /src | |
parent | 16e8ee33bd3db1b14a97b3ddd2a7a8833851f8fb (diff) |
mesa: Makefile comment
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/Makefile b/src/mesa/Makefile index 2403223db21..d663cbabfe8 100644 --- a/src/mesa/Makefile +++ b/src/mesa/Makefile @@ -38,6 +38,7 @@ libmesa.a: $(SOLO_OBJECTS) mimeset -f "$@" ; \ fi +# Make archive of gl* API dispatcher functions (when not building DRI/GLX) libglapi.a: $(GLAPI_OBJECTS) @ $(TOP)/bin/mklib -o glapi -static $(GLAPI_OBJECTS) |