3rd Party: Update project settings
This commit is contained in:
parent
4cbd5c538d
commit
5c8b6fd2e2
|
@ -38,6 +38,7 @@
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
UsePrecompiledHeader="0"
|
UsePrecompiledHeader="0"
|
||||||
|
DisableSpecificWarnings="4127"
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCManagedResourceCompilerTool"
|
Name="VCManagedResourceCompilerTool"
|
||||||
|
@ -90,6 +91,7 @@
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
UsePrecompiledHeader="0"
|
UsePrecompiledHeader="0"
|
||||||
|
DisableSpecificWarnings="4127"
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCManagedResourceCompilerTool"
|
Name="VCManagedResourceCompilerTool"
|
||||||
|
|
|
@ -203,7 +203,7 @@ local void send_bits(s, value, length)
|
||||||
* unused bits in value.
|
* unused bits in value.
|
||||||
*/
|
*/
|
||||||
if (s->bi_valid > (int)Buf_size - length) {
|
if (s->bi_valid > (int)Buf_size - length) {
|
||||||
s->bi_buf |= (value << s->bi_valid);
|
s->bi_buf |= (value << s->bi_valid) & 0xFFFF;
|
||||||
put_short(s, s->bi_buf);
|
put_short(s, s->bi_buf);
|
||||||
s->bi_buf = (ush)value >> (Buf_size - s->bi_valid);
|
s->bi_buf = (ush)value >> (Buf_size - s->bi_valid);
|
||||||
s->bi_valid += length - Buf_size;
|
s->bi_valid += length - Buf_size;
|
||||||
|
|
|
@ -39,7 +39,6 @@
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
AdditionalIncludeDirectories="lib\vc_lib\mswud,include,src\tiff\libtiff,src\jpeg,src\png,src\zlib,src\regex,src\expat\lib"
|
AdditionalIncludeDirectories="lib\vc_lib\mswud,include,src\tiff\libtiff,src\jpeg,src\png,src\zlib,src\regex,src\expat\lib"
|
||||||
PreprocessorDefinitions="_LIB;__WXMSW__;WXBUILDING;wxUSE_GUI=0;wxUSE_BASE=1"
|
PreprocessorDefinitions="_LIB;__WXMSW__;WXBUILDING;wxUSE_GUI=0;wxUSE_BASE=1"
|
||||||
RuntimeLibrary="3"
|
|
||||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||||
DisableSpecificWarnings="4005"
|
DisableSpecificWarnings="4005"
|
||||||
/>
|
/>
|
||||||
|
@ -96,7 +95,6 @@
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
AdditionalIncludeDirectories="lib\vc_lib\mswu,include,src\tiff\libtiff,src\jpeg,src\png,src\zlib,src\regex,src\expat\lib"
|
AdditionalIncludeDirectories="lib\vc_lib\mswu,include,src\tiff\libtiff,src\jpeg,src\png,src\zlib,src\regex,src\expat\lib"
|
||||||
PreprocessorDefinitions=";_LIB;__WXMSW__;WXBUILDING;wxUSE_GUI=0;wxUSE_BASE=1"
|
PreprocessorDefinitions=";_LIB;__WXMSW__;WXBUILDING;wxUSE_GUI=0;wxUSE_BASE=1"
|
||||||
RuntimeLibrary="2"
|
|
||||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||||
DisableSpecificWarnings="4005"
|
DisableSpecificWarnings="4005"
|
||||||
/>
|
/>
|
||||||
|
@ -678,9 +676,9 @@
|
||||||
>
|
>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"
|
Name="VCCustomBuildTool"
|
||||||
Description="Creating ..\..\lib\vc_lib\mswud\wx\setup.h"
|
Description="Creating lib\vc_lib\mswud\wx\setup.h"
|
||||||
CommandLine="copy "$(InputPath)" ..\..\lib\vc_lib\mswud\wx\setup.h
"
|
CommandLine="copy "$(InputPath)" lib\vc_lib\mswud\wx\setup.h
"
|
||||||
Outputs="..\..\lib\vc_lib\mswud\wx\setup.h"
|
Outputs="lib\vc_lib\mswud\wx\setup.h"
|
||||||
/>
|
/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
|
@ -688,9 +686,9 @@
|
||||||
>
|
>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"
|
Name="VCCustomBuildTool"
|
||||||
Description="Creating ..\..\lib\vc_lib\mswu\wx\setup.h"
|
Description="Creating lib\vc_lib\mswu\wx\setup.h"
|
||||||
CommandLine="copy "$(InputPath)" ..\..\lib\vc_lib\mswu\wx\setup.h
"
|
CommandLine="copy "$(InputPath)" lib\vc_lib\mswu\wx\setup.h
"
|
||||||
Outputs="..\..\lib\vc_lib\mswu\wx\setup.h"
|
Outputs="lib\vc_lib\mswu\wx\setup.h"
|
||||||
/>
|
/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
</File>
|
</File>
|
||||||
|
@ -738,9 +736,9 @@
|
||||||
>
|
>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"
|
Name="VCCustomBuildTool"
|
||||||
Description="Creating ..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h"
|
Description="Creating lib\vc_lib\mswud\wx\msw\rcdefs.h"
|
||||||
CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h"
"
|
CommandLine="cl /EP /nologo "$(InputPath)" > "lib\vc_lib\mswud\wx\msw\rcdefs.h"
"
|
||||||
Outputs="..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h"
|
Outputs="lib\vc_lib\mswud\wx\msw\rcdefs.h"
|
||||||
/>
|
/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
|
@ -748,9 +746,9 @@
|
||||||
>
|
>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"
|
Name="VCCustomBuildTool"
|
||||||
Description="Creating ..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h"
|
Description="Creating lib\vc_lib\mswu\wx\msw\rcdefs.h"
|
||||||
CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h"
"
|
CommandLine="cl /EP /nologo "$(InputPath)" > "lib\vc_lib\mswu\wx\msw\rcdefs.h"
"
|
||||||
Outputs="..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h"
|
Outputs="lib\vc_lib\mswu\wx\msw\rcdefs.h"
|
||||||
/>
|
/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
</File>
|
</File>
|
||||||
|
|
|
@ -39,7 +39,6 @@
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
AdditionalIncludeDirectories="lib\vc_lib\mswu;include,src\tiff\libtiff,src\jpeg,src\png"
|
AdditionalIncludeDirectories="lib\vc_lib\mswu;include,src\tiff\libtiff,src\jpeg,src\png"
|
||||||
PreprocessorDefinitions="_LIB;__WXMSW__;WXBUILDING;wxUSE_BASE=0"
|
PreprocessorDefinitions="_LIB;__WXMSW__;WXBUILDING;wxUSE_BASE=0"
|
||||||
RuntimeLibrary="3"
|
|
||||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||||
DisableSpecificWarnings="4005"
|
DisableSpecificWarnings="4005"
|
||||||
/>
|
/>
|
||||||
|
@ -96,7 +95,6 @@
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
AdditionalIncludeDirectories="lib\vc_lib\mswu;include,src\tiff\libtiff,src\jpeg,src\png"
|
AdditionalIncludeDirectories="lib\vc_lib\mswu;include,src\tiff\libtiff,src\jpeg,src\png"
|
||||||
PreprocessorDefinitions="_LIB;__WXMSW__;WXBUILDING;wxUSE_BASE=0"
|
PreprocessorDefinitions="_LIB;__WXMSW__;WXBUILDING;wxUSE_BASE=0"
|
||||||
RuntimeLibrary="2"
|
|
||||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||||
DisableSpecificWarnings="4005"
|
DisableSpecificWarnings="4005"
|
||||||
/>
|
/>
|
||||||
|
@ -4059,11 +4057,11 @@
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="include\wx\ribbon\panel.h"
|
RelativePath="include\wx\panel.h"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="include\wx\panel.h"
|
RelativePath="include\wx\ribbon\panel.h"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
|
@ -4411,11 +4409,11 @@
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="include\wx\toplevel.h"
|
RelativePath="include\wx\persist\toplevel.h"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="include\wx\persist\toplevel.h"
|
RelativePath="include\wx\toplevel.h"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
|
@ -4423,11 +4421,11 @@
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="include\wx\treebook.h"
|
RelativePath="include\wx\persist\treebook.h"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="include\wx\persist\treebook.h"
|
RelativePath="include\wx\treebook.h"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
|
|
|
@ -39,8 +39,8 @@
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
AdditionalIncludeDirectories="lib\vc_lib\mswud"
|
AdditionalIncludeDirectories="lib\vc_lib\mswud"
|
||||||
PreprocessorDefinitions="_LIB"
|
PreprocessorDefinitions="_LIB"
|
||||||
RuntimeLibrary="3"
|
|
||||||
UsePrecompiledHeader="0"
|
UsePrecompiledHeader="0"
|
||||||
|
WarningLevel="3"
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCManagedResourceCompilerTool"
|
Name="VCManagedResourceCompilerTool"
|
||||||
|
@ -95,8 +95,8 @@
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
AdditionalIncludeDirectories="..\..\lib\vc_lib\mswu"
|
AdditionalIncludeDirectories="..\..\lib\vc_lib\mswu"
|
||||||
PreprocessorDefinitions="_LIB"
|
PreprocessorDefinitions="_LIB"
|
||||||
RuntimeLibrary="2"
|
|
||||||
UsePrecompiledHeader="0"
|
UsePrecompiledHeader="0"
|
||||||
|
WarningLevel="3"
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCManagedResourceCompilerTool"
|
Name="VCManagedResourceCompilerTool"
|
||||||
|
|
|
@ -39,8 +39,8 @@
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
AdditionalIncludeDirectories="src\zlib"
|
AdditionalIncludeDirectories="src\zlib"
|
||||||
PreprocessorDefinitions="_LIB"
|
PreprocessorDefinitions="_LIB"
|
||||||
RuntimeLibrary="3"
|
|
||||||
UsePrecompiledHeader="0"
|
UsePrecompiledHeader="0"
|
||||||
|
WarningLevel="3"
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCManagedResourceCompilerTool"
|
Name="VCManagedResourceCompilerTool"
|
||||||
|
@ -95,8 +95,8 @@
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
AdditionalIncludeDirectories="src\zlib"
|
AdditionalIncludeDirectories="src\zlib"
|
||||||
PreprocessorDefinitions="_LIB"
|
PreprocessorDefinitions="_LIB"
|
||||||
RuntimeLibrary="2"
|
|
||||||
UsePrecompiledHeader="0"
|
UsePrecompiledHeader="0"
|
||||||
|
WarningLevel="3"
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCManagedResourceCompilerTool"
|
Name="VCManagedResourceCompilerTool"
|
||||||
|
|
|
@ -37,8 +37,8 @@
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
RuntimeLibrary="3"
|
|
||||||
UsePrecompiledHeader="0"
|
UsePrecompiledHeader="0"
|
||||||
|
WarningLevel="3"
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCManagedResourceCompilerTool"
|
Name="VCManagedResourceCompilerTool"
|
||||||
|
@ -92,8 +92,8 @@
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
PreprocessorDefinitions="_LIB"
|
PreprocessorDefinitions="_LIB"
|
||||||
RuntimeLibrary="2"
|
|
||||||
UsePrecompiledHeader="0"
|
UsePrecompiledHeader="0"
|
||||||
|
WarningLevel="3"
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCManagedResourceCompilerTool"
|
Name="VCManagedResourceCompilerTool"
|
||||||
|
|
|
@ -91,6 +91,7 @@
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
UsePrecompiledHeader="0"
|
UsePrecompiledHeader="0"
|
||||||
|
WarningLevel="3"
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCManagedResourceCompilerTool"
|
Name="VCManagedResourceCompilerTool"
|
||||||
|
|
Loading…
Reference in New Issue