[Project64] Trying to fix build
This commit is contained in:
parent
3efc6024d0
commit
cae79c3f8d
|
@ -94,7 +94,7 @@
|
|||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalIncludeDirectories=""$(Root)Source\3rd Party\wx\lib\vc_lib\mswd";"$(Root)Source\3rd Party\wx\include";"$(Root)Source\3rd Party\wx\src\tiff\libtiff";"$(Root)Source\3rd Party\wx\src\jpeg";"$(Root)Source\3rd Party\wx\src\png";"$(Root)Source\3rd Party\wx\src\zlib""
|
||||
AdditionalIncludeDirectories=""$(Root)Source\3rd Party\wx\lib\vc_lib\msw";"$(Root)Source\3rd Party\wx\include";"$(Root)Source\3rd Party\wx\src\tiff\libtiff";"$(Root)Source\3rd Party\wx\src\jpeg";"$(Root)Source\3rd Party\wx\src\png";"$(Root)Source\3rd Party\wx\src\zlib""
|
||||
PreprocessorDefinitions="_LIB;__WXMSW__;WXBUILDING;wxUSE_BASE=0"
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
DisableSpecificWarnings="4005"
|
||||
|
@ -2394,9 +2394,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\mswd\wx\msw\rcdefs.h"
|
||||
CommandLine="cl /EP /nologo "$(InputPath)" > "lib\vc_lib\mswd\wx\msw\rcdefs.h"
"
|
||||
Outputs="lib\vc_lib\mswd\wx\msw\rcdefs.h"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
|
@ -2404,8 +2404,8 @@
|
|||
>
|
||||
<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"
"
|
||||
Description="Creating lib\vc_lib\msw\wx\msw\rcdefs.h"
|
||||
CommandLine="cl /EP /nologo "$(InputPath)" > "lib\vc_lib\msw\wx\msw\rcdefs.h"
"
|
||||
Outputs="lib\vc_lib\mswu\wx\msw\rcdefs.h"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
|
@ -3763,11 +3763,11 @@
|
|||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\wx\splitter.h"
|
||||
RelativePath="include\wx\persist\splitter.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\wx\persist\splitter.h"
|
||||
RelativePath="include\wx\splitter.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
|
@ -3851,11 +3851,11 @@
|
|||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\wx\toolbar.h"
|
||||
RelativePath="include\wx\ribbon\toolbar.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\wx\ribbon\toolbar.h"
|
||||
RelativePath="include\wx\toolbar.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
|
@ -3867,11 +3867,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
|
||||
|
@ -3879,11 +3879,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
|
||||
|
|
Loading…
Reference in New Issue