Merge pull request #10078 from Pokechu22/msbuild-DivUtils
msbuild: Move DivUtils to DolphinLib.props
This commit is contained in:
commit
907091ac35
|
@ -393,6 +393,7 @@
|
||||||
<ClInclude Include="Core\PowerPC\Interpreter\ExceptionUtils.h" />
|
<ClInclude Include="Core\PowerPC\Interpreter\ExceptionUtils.h" />
|
||||||
<ClInclude Include="Core\PowerPC\Interpreter\Interpreter_FPUtils.h" />
|
<ClInclude Include="Core\PowerPC\Interpreter\Interpreter_FPUtils.h" />
|
||||||
<ClInclude Include="Core\PowerPC\Interpreter\Interpreter.h" />
|
<ClInclude Include="Core\PowerPC\Interpreter\Interpreter.h" />
|
||||||
|
<ClInclude Include="Core\PowerPC\JitCommon\DivUtils.h" />
|
||||||
<ClInclude Include="Core\PowerPC\JitCommon\JitAsmCommon.h" />
|
<ClInclude Include="Core\PowerPC\JitCommon\JitAsmCommon.h" />
|
||||||
<ClInclude Include="Core\PowerPC\JitCommon\JitBase.h" />
|
<ClInclude Include="Core\PowerPC\JitCommon\JitBase.h" />
|
||||||
<ClInclude Include="Core\PowerPC\JitCommon\JitCache.h" />
|
<ClInclude Include="Core\PowerPC\JitCommon\JitCache.h" />
|
||||||
|
@ -977,6 +978,7 @@
|
||||||
<ClCompile Include="Core\PowerPC\Interpreter\Interpreter_SystemRegisters.cpp" />
|
<ClCompile Include="Core\PowerPC\Interpreter\Interpreter_SystemRegisters.cpp" />
|
||||||
<ClCompile Include="Core\PowerPC\Interpreter\Interpreter_Tables.cpp" />
|
<ClCompile Include="Core\PowerPC\Interpreter\Interpreter_Tables.cpp" />
|
||||||
<ClCompile Include="Core\PowerPC\Interpreter\Interpreter.cpp" />
|
<ClCompile Include="Core\PowerPC\Interpreter\Interpreter.cpp" />
|
||||||
|
<ClCompile Include="Core\PowerPC\JitCommon\DivUtils.cpp" />
|
||||||
<ClCompile Include="Core\PowerPC\JitCommon\JitAsmCommon.cpp" />
|
<ClCompile Include="Core\PowerPC\JitCommon\JitAsmCommon.cpp" />
|
||||||
<ClCompile Include="Core\PowerPC\JitCommon\JitBase.cpp" />
|
<ClCompile Include="Core\PowerPC\JitCommon\JitBase.cpp" />
|
||||||
<ClCompile Include="Core\PowerPC\JitCommon\JitCache.cpp" />
|
<ClCompile Include="Core\PowerPC\JitCommon\JitCache.cpp" />
|
||||||
|
|
|
@ -27,12 +27,6 @@
|
||||||
<Project>{41279555-f94f-4ebc-99de-af863c10c5c4}</Project>
|
<Project>{41279555-f94f-4ebc-99de-af863c10c5c4}</Project>
|
||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
|
||||||
<ClInclude Include="Core\PowerPC\JitCommon\DivUtils.h" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<ClCompile Include="Core\PowerPC\JitCommon\DivUtils.cpp" />
|
|
||||||
</ItemGroup>
|
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||||
<ImportGroup Label="ExtensionTargets" />
|
<ImportGroup Label="ExtensionTargets" />
|
||||||
</Project>
|
</Project>
|
Loading…
Reference in New Issue