This is an automated email from the git hooks/post-receive script. x2go pushed a commit to annotated tag 1.17.0.0 in repository vcxsrv. commit 87e58a93f7248171e736656080069cb65ff56aae Author: marha <marha@users.sourceforge.net> Date: Thu Mar 5 22:13:00 2015 +0100 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 cb75cce..b8b58d7 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) -- Alioth's /srv/git/code.x2go.org/vcxsrv.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/vcxsrv.git