swrast: s/GLint/GLuint/ to silence MSVC signed/unsigned comparison warning
[mesa.git] / src / mesa / x86 / Makefile
index aa49a9134aa0ea219c79fb4f24caf57e9e5fc5df..9716dc27f9779cf7fd1906c7d1c04af90da5f6c0 100644 (file)
@@ -7,10 +7,10 @@ include $(TOP)/configs/current
 INCLUDE_DIRS = \
        -I$(TOP)/include/GL \
        -I$(TOP)/include \
+       -I$(TOP)/src/mapi \
        -I.. \
        -I../main \
        -I../math \
-       -I../glapi \
        -I../tnl
 
 
@@ -21,7 +21,7 @@ clean:
 
 
 gen_matypes: gen_matypes.c
-       $(HOST_CC) $(INCLUDE_DIRS) $(HOST_CFLAGS) gen_matypes.c -o gen_matypes
+       $(HOST_CC) $(ARCH_FLAGS) $(INCLUDE_DIRS) $(HOST_CFLAGS) gen_matypes.c -o gen_matypes
 
 # need some special rules here, unfortunately
 matypes.h: ../main/mtypes.h ../tnl/t_context.h gen_matypes