mirror of https://github.com/PCSX2/pcsx2.git
x86emitter requires the setup.h generated by wx.
Build wx30config before x86emitter.
This commit is contained in:
parent
70990002d8
commit
a5a510656f
|
@ -150,6 +150,12 @@
|
||||||
<ClInclude Include="..\..\include\x86emitter\implement\simd_moremovs.h" />
|
<ClInclude Include="..\..\include\x86emitter\implement\simd_moremovs.h" />
|
||||||
<ClInclude Include="..\..\include\x86emitter\implement\simd_shufflepack.h" />
|
<ClInclude Include="..\..\include\x86emitter\implement\simd_shufflepack.h" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<ProjectReference Include="..\..\..\3rdparty\wxwidgets3.0\build\msw\wx30_config.vcxproj">
|
||||||
|
<Project>{01f4ce10-2cfb-41a8-b41f-e54337868a1d}</Project>
|
||||||
|
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
||||||
|
</ProjectReference>
|
||||||
|
</ItemGroup>
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||||
<ImportGroup Label="ExtensionTargets">
|
<ImportGroup Label="ExtensionTargets">
|
||||||
</ImportGroup>
|
</ImportGroup>
|
||||||
|
|
Loading…
Reference in New Issue