From de54c5b749b3eefb75d420840c889533a58aa342 Mon Sep 17 00:00:00 2001 From: marha Date: Wed, 24 Jul 2013 14:25:51 +0200 Subject: 64-bit compilation now compiles and runs --- .../windows/VC8/mesa/swrast_dri/swrast_dri.vcxproj | 122 +++++++++++++++++++-- 1 file changed, 114 insertions(+), 8 deletions(-) (limited to 'mesalib/windows/VC8/mesa/swrast_dri/swrast_dri.vcxproj') diff --git a/mesalib/windows/VC8/mesa/swrast_dri/swrast_dri.vcxproj b/mesalib/windows/VC8/mesa/swrast_dri/swrast_dri.vcxproj index 881942744..6ee615773 100644 --- a/mesalib/windows/VC8/mesa/swrast_dri/swrast_dri.vcxproj +++ b/mesalib/windows/VC8/mesa/swrast_dri/swrast_dri.vcxproj @@ -1,14 +1,22 @@ - + Debug Win32 + + Debug + x64 + Release Win32 + + Release + x64 + {FEF62E6F-A7E0-47BE-99A0-2494717DBDB7} @@ -20,11 +28,21 @@ false MultiByte + + DynamicLibrary + false + MultiByte + DynamicLibrary false MultiByte + + DynamicLibrary + false + MultiByte + @@ -32,19 +50,33 @@ + + + + + + + + <_ProjectFileVersion>10.0.30319.1 - $(SolutionDir)$(Configuration)\ - $(Configuration)\ false - $(SolutionDir)$(Configuration)\ - $(Configuration)\ + false false + false + $(SolutionDir)$(Platform)\$(Configuration)\ + $(SolutionDir)$(Platform)\$(Configuration)\ + $(SolutionDir)$(Platform)\$(Configuration)\ + $(SolutionDir)$(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ @@ -71,7 +103,6 @@ 0x0409 - /MACHINE:I386 %(AdditionalOptions) gdi32.lib;user32.lib;vcxsrv.lib;%(AdditionalDependencies) $(OutDir)swrast_dri.dll true @@ -83,6 +114,41 @@ + + + _DEBUG;%(PreprocessorDefinitions) + true + true + .\Debug/swrast_dri.tlb + + + Disabled + ../../../../include;../../../../src/mesa;../../../../src/glsl;../../../../src/mapi;../../../../src/mesa/main;../../../../src/mesa/shader;../../../../src/mesa/shader/slang;../../../../../include;../../../../src/mesa/drivers/dri/common;%(AdditionalIncludeDirectories) + _DEBUG;DEBUG;WIN32;_DLL;SWRAST_DRI_EXPORTS;_GDI32_;BUILD_GL32;WIN32_THREADS;MESA_MINWARN;_CRT_SECURE_NO_DEPRECATE;INSERVER;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebugDLL + true + Level3 + true + ProgramDatabase + Default + + + _DEBUG;%(PreprocessorDefinitions) + 0x0409 + + + gdi32.lib;user32.lib;vcxsrv.lib;%(AdditionalDependencies) + $(OutDir)swrast_dri.dll + true + $(TargetDir);..\..\..\..\..\xorg-server\obj64\servdebug;%(AdditionalLibraryDirectories) + true + $(TargetDir)swrast_dri.pdb + false + + + + NDEBUG;%(PreprocessorDefinitions) @@ -114,7 +180,6 @@ 0x0409 - /MACHINE:I386 %(AdditionalOptions) gdi32.lib;user32.lib;vcxsrv.lib;%(AdditionalDependencies) $(OutDir)swrast_dri.dll true @@ -126,6 +191,47 @@ + + + NDEBUG;%(PreprocessorDefinitions) + true + true + .\Release/swrast_dri.tlb + + + AnySuitable + true + true + ../../../../include;../../../../src/mesa;../../../../src/glsl;../../../../src/mapi;../../../../src/mesa/main;../../../../src/mesa/shader;../../../../src/mesa/shader/slang;../../../../../include;../../../../src/mesa/drivers/dri/common;%(AdditionalIncludeDirectories) + NDEBUG;WIN32;_DLL;SWRAST_DRI_EXPORTS;_GDI32_;BUILD_GL32;WIN32_THREADS;MESA_MINWARN;_CRT_SECURE_NO_DEPRECATE;INSERVER;%(PreprocessorDefinitions) + true + + + MultiThreadedDLL + false + true + StreamingSIMDExtensions2 + .\Release/swrast_dri.pch + Level3 + true + Default + + + NDEBUG;%(PreprocessorDefinitions) + 0x0409 + + + gdi32.lib;user32.lib;vcxsrv.lib;%(AdditionalDependencies) + $(OutDir)swrast_dri.dll + true + $(TargetDir);..\..\..\..\..\xorg-server\obj64\servrelease;%(AdditionalLibraryDirectories) + $(TargetDir)swrast_dri.pdb + UseLinkTimeCodeGeneration + false + + + + @@ -176,4 +282,4 @@ - + \ No newline at end of file -- cgit v1.2.3