From 6d8fefe38077f4d532c256e79cfcaf2a46c5269d Mon Sep 17 00:00:00 2001 From: marha Date: Tue, 12 Nov 2013 16:58:49 +0100 Subject: Now use visual studio 2013 express edition for compilation --- .../VC8/mesa/glsl_apps_compile/glsl_apps_compile.vcxproj | 10 +++++----- mesalib/windows/VC8/mesa/makefile | 6 +++++- mesalib/windows/VC8/mesa/mesa/mesa.vcxproj | 10 +++++----- mesalib/windows/VC8/mesa/swrast_dri/swrast_dri.vcxproj | 10 +++++----- 4 files changed, 20 insertions(+), 16 deletions(-) (limited to 'mesalib/windows/VC8/mesa') diff --git a/mesalib/windows/VC8/mesa/glsl_apps_compile/glsl_apps_compile.vcxproj b/mesalib/windows/VC8/mesa/glsl_apps_compile/glsl_apps_compile.vcxproj index f52c2402b..382544612 100644 --- a/mesalib/windows/VC8/mesa/glsl_apps_compile/glsl_apps_compile.vcxproj +++ b/mesalib/windows/VC8/mesa/glsl_apps_compile/glsl_apps_compile.vcxproj @@ -1,5 +1,5 @@  - + Debug @@ -28,23 +28,23 @@ Application MultiByte true - v110 + v120 Application MultiByte true - v110 + v120 Application MultiByte - v110 + v120 Application MultiByte - v110 + v120 diff --git a/mesalib/windows/VC8/mesa/makefile b/mesalib/windows/VC8/mesa/makefile index 3134b51ae..c5896231d 100644 --- a/mesalib/windows/VC8/mesa/makefile +++ b/mesalib/windows/VC8/mesa/makefile @@ -51,10 +51,14 @@ DEPS:=$(wildcard ..\..\..\src\mesa\swrast\*.c) \ ..\..\..\src\mesa\main\enums.c \ ..\..\..\src\mesa\main\api_exec.c \ ..\..\..\src\mesa\main\get_hash.h \ - ..\..\..\src\mesa\main\remap_helper.h + ..\..\..\src\mesa\main\remap_helper.h \ + ..\..\..\src\mesa\drivers\dri\common\xmlpool\options.h all: $(TARGETDIR)\Release\swrast_dri.dll $(TARGETDIR)\Debug\swrast_dri.dll +..\..\..\src\mesa\drivers\dri\common\xmlpool\options.h: ..\..\..\src\mesa\drivers\dri\common\xmlpool\t_options.h ..\..\..\src\mesa\drivers\dri\common\xmlpool\gen_xmlpool.py + cd ..\..\..\src\mesa\drivers\dri\common\xmlpool & python gen_xmlpool.py t_options.h . > options.h + ..\..\..\src\mesa\main\dispatch.h: $(wildcard ..\..\..\src\mapi\glapi\gen\*.xml) ..\..\..\src\mapi\glapi\gen\gl_table.py cd ..\..\..\src\mapi\glapi\gen & python gl_table.py -f gl_and_es_API.xml -m remap_table > ..\..\..\mesa\main\dispatch.h diff --git a/mesalib/windows/VC8/mesa/mesa/mesa.vcxproj b/mesalib/windows/VC8/mesa/mesa/mesa.vcxproj index f7ca24087..4378bc40e 100644 --- a/mesalib/windows/VC8/mesa/mesa/mesa.vcxproj +++ b/mesalib/windows/VC8/mesa/mesa/mesa.vcxproj @@ -1,5 +1,5 @@  - + Debug @@ -27,25 +27,25 @@ StaticLibrary false MultiByte - v110 + v120 StaticLibrary false MultiByte - v110 + v120 StaticLibrary false MultiByte - v110 + v120 StaticLibrary false MultiByte - v110 + v120 diff --git a/mesalib/windows/VC8/mesa/swrast_dri/swrast_dri.vcxproj b/mesalib/windows/VC8/mesa/swrast_dri/swrast_dri.vcxproj index f7d8a28b9..47d154794 100644 --- a/mesalib/windows/VC8/mesa/swrast_dri/swrast_dri.vcxproj +++ b/mesalib/windows/VC8/mesa/swrast_dri/swrast_dri.vcxproj @@ -1,5 +1,5 @@  - + Debug @@ -27,25 +27,25 @@ DynamicLibrary false MultiByte - v110 + v120 DynamicLibrary false MultiByte - v110 + v120 DynamicLibrary false MultiByte - v110 + v120 DynamicLibrary false MultiByte - v110 + v120 -- cgit v1.2.3