From 87e58a93f7248171e736656080069cb65ff56aae Mon Sep 17 00:00:00 2001 From: marha Date: Thu, 5 Mar 2015 22:13:00 +0100 Subject: Solved mesa compilation problems --- mesalib/windows/VC8/mesa/makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/mesalib/windows/VC8/mesa/makefile b/mesalib/windows/VC8/mesa/makefile index cb75cce2f..b8b58d760 100644 --- a/mesalib/windows/VC8/mesa/makefile +++ b/mesalib/windows/VC8/mesa/makefile @@ -1,3 +1,4 @@ + MHMAKESLNFILE=mesavc10.sln BUILDCMD=MSBuild.exe $(MHMAKESLNFILE) /t:Build @@ -54,6 +55,8 @@ DEPS:=$(wildcard ..\..\..\src\mesa\swrast\*.c) \ ..\..\..\src\mesa\main\format_info.c \ ..\..\..\src\mesa\main\format_unpack.c \ ..\..\..\src\mesa\main\format_pack.c \ + ..\..\..\src\util\format_srgb.c \ + ..\..\..\src\mapi\glapi\gen\glapiTemp.h \ ..\..\..\src\mesa\main\remap_helper.h \ ..\..\..\src\mesa\drivers\dri\common\xmlpool\options.h @@ -95,6 +98,9 @@ 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 $(subst $/,/,$<) > $@ +..\..\..\src\mapi\glapi\gen\glapiTemp.h: ../../../src/mapi/glapi/gen/gl_apitemp.py + cd ..\..\..\src\mapi\glapi\gen & python gl_apitemp.py -f gl_and_es_API.xml > glapiTemp.h + $(TARGETDIR)\Debug\swrast_dri.dll: $(DEPS) $(DBGBUILDCMD) -- cgit v1.2.3