From a7313d3a6c1a2074ab83fa3d605cd2c5e4a99f87 Mon Sep 17 00:00:00 2001 From: marha Date: Tue, 4 Jun 2013 17:08:21 +0200 Subject: Solved compilation problems --- mesalib/windows/VC8/mesa/makefile | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'mesalib/windows/VC8/mesa/makefile') diff --git a/mesalib/windows/VC8/mesa/makefile b/mesalib/windows/VC8/mesa/makefile index 45ecd6cd7..9b19ad899 100644 --- a/mesalib/windows/VC8/mesa/makefile +++ b/mesalib/windows/VC8/mesa/makefile @@ -46,7 +46,8 @@ DEPS:=$(wildcard ..\..\..\src\mesa\swrast\*.c) \ ..\..\..\src\mesa\main\glapitable.h \ ..\..\..\src\mesa\main\enums.c \ ..\..\..\src\mesa\main\api_exec.c \ - ..\..\..\src\mesa\main\get_hash.h + ..\..\..\src\mesa\main\get_hash.h \ + ..\..\..\src\mesa\main\remap_helper.h all: Release\swrast_dri.dll Debug\swrast_dri.dll @@ -62,11 +63,13 @@ all: Release\swrast_dri.dll Debug\swrast_dri.dll ..\..\..\src\mesa\main\api_exec.c: $(wildcard ..\..\..\src\mapi\glapi\gen\*.xml) ..\..\..\src\mapi\glapi\gen\gl_genexec.py cd ..\..\..\src\mapi\glapi\gen & python gl_genexec.py -f gl_and_es_API.xml > ..\..\..\mesa\main\api_exec.c -API_DEFINES=-DFEATURE_GL=1 GET_HASH_GEN = ..\..\..\src\mesa\main\get_hash_generator.py -GET_HASH_GEN_FLAGS := $(patsubst -DFEATURE_%=1,-a %, $(patsubst -DFEATURE_%=0,,$(API_DEFINES))) ..\..\..\src\mesa\main\get_hash.h: ..\..\..\src\mapi\glapi\gen\gl_and_es_API.xml ..\..\..\src\mesa\main\get_hash_params.py $(GET_HASH_GEN) - python $(GET_HASH_GEN) $(GET_HASH_GEN_FLAGS) -f $< > $@ + python $(GET_HASH_GEN) -f $< > $@ + +REMAP_HELPER = ..\..\..\src\mapi\glapi\gen\remap_helper.py +..\..\..\src\mesa\main\remap_helper.h: ..\..\..\src\mapi\glapi\gen\gl_and_es_API.xml $(REMAP_HELPER) + python $(REMAP_HELPER) -f $< > $@ Debug\swrast_dri.dll: $(DEPS) $(BUILDCMD) "Debug|Win32" -- cgit v1.2.3