]> git.jsancho.org Git - lugaru.git/blobdiff - makefile
Added missing SGI GLU source code we need.
[lugaru.git] / makefile
index 5c0270b0e7db982a86b23fd5cbe8b98f738802f1..b8c6c40a4f1bb06b6cae1f4a7113d243a463c298 100644 (file)
--- a/makefile
+++ b/makefile
@@ -40,6 +40,7 @@ DEFINES := \
        -DTRUE=1 \
        -DFALSE=0 \
        -Dstricmp=strcasecmp \
+       -DBinIO_STDINT_HEADER="<stdint.h>" \
 
 INCLUDES := \
                        -I$(SRCDIR) \
@@ -217,6 +218,7 @@ GLUSRCS := \
        geom.c \
        memalloc.c \
        mesh.c \
+       mipmap.c \
        normal.c \
        priorityq.c \
        render.c \