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