From 74848e8b3ee169c493bdd6b5d3e9c7db94519041 Mon Sep 17 00:00:00 2001 From: goldsimon Date: Tue, 30 Aug 2011 13:14:03 +0200 Subject: [PATCH] Win32: fixed structure member alignment in project settings, updated ignore lists --- ports/win32/msvc8/lwIP.vcproj | 2 -- ports/win32/msvc8/lwIP_Test.vcproj | 2 -- ports/win32/msvc8/lwIP_pcapif.vcproj | 2 -- 3 files changed, 6 deletions(-) diff --git a/ports/win32/msvc8/lwIP.vcproj b/ports/win32/msvc8/lwIP.vcproj index 9eef870..57a6aff 100644 --- a/ports/win32/msvc8/lwIP.vcproj +++ b/ports/win32/msvc8/lwIP.vcproj @@ -46,7 +46,6 @@ PreprocessorDefinitions="WIN32;NDEBUG;_LIB" StringPooling="true" RuntimeLibrary="0" - StructMemberAlignment="1" EnableFunctionLevelLinking="true" ProgramDataBaseFileName="$(IntDir)/$(ProjectName).pdb" WarningLevel="3" @@ -117,7 +116,6 @@ PreprocessorDefinitions="_LIB;WIN32;_DEBUG;LWIP_DEBUG" BasicRuntimeChecks="3" RuntimeLibrary="1" - StructMemberAlignment="1" UsePrecompiledHeader="0" ProgramDataBaseFileName="$(IntDir)/$(ProjectName).pdb" WarningLevel="4" diff --git a/ports/win32/msvc8/lwIP_Test.vcproj b/ports/win32/msvc8/lwIP_Test.vcproj index 0a66c58..bf4229e 100644 --- a/ports/win32/msvc8/lwIP_Test.vcproj +++ b/ports/win32/msvc8/lwIP_Test.vcproj @@ -49,7 +49,6 @@ PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE" StringPooling="true" RuntimeLibrary="0" - StructMemberAlignment="1" EnableFunctionLevelLinking="true" UsePrecompiledHeader="0" PrecompiledHeaderFile="$(IntDir)/$(TargetName).pch" @@ -139,7 +138,6 @@ PreprocessorDefinitions="_CONSOLE;WIN32;_DEBUG;LWIP_DEBUG;_CRT_SECURE_NO_DEPRECATE" BasicRuntimeChecks="3" RuntimeLibrary="1" - StructMemberAlignment="1" UsePrecompiledHeader="0" PrecompiledHeaderFile="$(IntDir)/$(TargetName).pch" ProgramDataBaseFileName="$(IntDir)/$(ProjectName).pdb" diff --git a/ports/win32/msvc8/lwIP_pcapif.vcproj b/ports/win32/msvc8/lwIP_pcapif.vcproj index 3c21819..6f53581 100644 --- a/ports/win32/msvc8/lwIP_pcapif.vcproj +++ b/ports/win32/msvc8/lwIP_pcapif.vcproj @@ -46,7 +46,6 @@ PreprocessorDefinitions="_LIB;WIN32;_DEBUG;LWIP_DEBUG" BasicRuntimeChecks="3" RuntimeLibrary="1" - StructMemberAlignment="0" UsePrecompiledHeader="0" ProgramDataBaseFileName="$(IntDir)/$(ProjectName).pdb" WarningLevel="4" @@ -118,7 +117,6 @@ PreprocessorDefinitions="WIN32;NDEBUG;_LIB" StringPooling="true" RuntimeLibrary="0" - StructMemberAlignment="0" EnableFunctionLevelLinking="true" UsePrecompiledHeader="0" PrecompiledHeaderFile="$(IntDir)/$(TargetName).pch"