Win32: fixed structure member alignment in project settings, updated ignore lists

This commit is contained in:
goldsimon 2011-08-30 13:14:03 +02:00
parent 9a6e57fdbe
commit 74848e8b3e
3 changed files with 0 additions and 6 deletions

View File

@ -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"

View File

@ -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"

View File

@ -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"