[JitArmIL] Fix Windows build?
This commit is contained in:
parent
4263f062b0
commit
932586f743
|
@ -352,18 +352,18 @@
|
|||
<ClCompile Include="Src\PowerPC\Interpreter\Interpreter_Paired.cpp" />
|
||||
<ClCompile Include="Src\PowerPC\Interpreter\Interpreter_SystemRegisters.cpp" />
|
||||
<ClCompile Include="Src\PowerPC\Interpreter\Interpreter_Tables.cpp" />
|
||||
<ClCompile Include="Src\PowerPC\Jit64IL\IR.cpp" />
|
||||
<ClCompile Include="Src\PowerPC\JitILCommon\IR.cpp" />
|
||||
<ClCompile Include="Src\PowerPC\JitILCommon\JitILBase_Branch.cpp" />
|
||||
<ClCompile Include="Src\PowerPC\JitILCommon\JitILBase_FloatingPoint.cpp" />
|
||||
<ClCompile Include="Src\PowerPC\JitILCommon\JitILBase_Integer.cpp" />
|
||||
<ClCompile Include="Src\PowerPC\JitILCommon\JitILBase_LoadStore.cpp" />
|
||||
<ClCompile Include="Src\PowerPC\JitILCommon\JitILBase_LoadStoreFloating.cpp" />
|
||||
<ClCompile Include="Src\PowerPC\JitILCommon\JitILBase_LoadStorePaired.cpp" />
|
||||
<ClCompile Include="Src\PowerPC\JitILCommon\JitILBase_Paired.cpp" />
|
||||
<ClCompile Include="Src\PowerPC\JitILCommon\JitILBase_SystemRegisters.cpp" />
|
||||
<ClCompile Include="Src\PowerPC\Jit64IL\IR_X86.cpp" />
|
||||
<ClCompile Include="Src\PowerPC\Jit64IL\JitIL.cpp" />
|
||||
<ClCompile Include="Src\PowerPC\Jit64IL\JitILAsm.cpp" />
|
||||
<ClCompile Include="Src\PowerPC\Jit64IL\JitIL_Branch.cpp" />
|
||||
<ClCompile Include="Src\PowerPC\Jit64IL\JitIL_FloatingPoint.cpp" />
|
||||
<ClCompile Include="Src\PowerPC\Jit64IL\JitIL_Integer.cpp" />
|
||||
<ClCompile Include="Src\PowerPC\Jit64IL\JitIL_LoadStore.cpp" />
|
||||
<ClCompile Include="Src\PowerPC\Jit64IL\JitIL_LoadStoreFloating.cpp" />
|
||||
<ClCompile Include="Src\PowerPC\Jit64IL\JitIL_LoadStorePaired.cpp" />
|
||||
<ClCompile Include="Src\PowerPC\Jit64IL\JitIL_Paired.cpp" />
|
||||
<ClCompile Include="Src\PowerPC\Jit64IL\JitIL_SystemRegisters.cpp" />
|
||||
<ClCompile Include="Src\PowerPC\Jit64IL\JitIL_Tables.cpp" />
|
||||
<ClCompile Include="Src\PowerPC\Jit64\Jit.cpp" />
|
||||
<ClCompile Include="Src\PowerPC\Jit64\Jit64_Tables.cpp" />
|
||||
|
@ -560,7 +560,6 @@
|
|||
<ClInclude Include="Src\PowerPC\Interpreter\Interpreter.h" />
|
||||
<ClInclude Include="Src\PowerPC\Interpreter\Interpreter_FPUtils.h" />
|
||||
<ClInclude Include="Src\PowerPC\Interpreter\Interpreter_Tables.h" />
|
||||
<ClInclude Include="Src\PowerPC\Jit64IL\IR.h" />
|
||||
<ClInclude Include="Src\PowerPC\Jit64IL\JitIL.h" />
|
||||
<ClInclude Include="Src\PowerPC\Jit64IL\JitILAsm.h" />
|
||||
<ClInclude Include="Src\PowerPC\Jit64IL\JitIL_Tables.h" />
|
||||
|
@ -568,6 +567,8 @@
|
|||
<ClInclude Include="Src\PowerPC\Jit64\Jit64_Tables.h" />
|
||||
<ClInclude Include="Src\PowerPC\Jit64\JitAsm.h" />
|
||||
<ClInclude Include="Src\PowerPC\Jit64\JitRegCache.h" />
|
||||
<ClInclude Include="Src\PowerPC\JitILCommon\IR.h" />
|
||||
<ClInclude Include="Src\PowerPC\JitILCommon\JitILBase.h" />
|
||||
<ClInclude Include="Src\PowerPC\JitCommon\JitAsmCommon.h" />
|
||||
<ClInclude Include="Src\PowerPC\JitCommon\JitBackpatch.h" />
|
||||
<ClInclude Include="Src\PowerPC\JitCommon\JitBase.h" />
|
||||
|
@ -611,4 +612,4 @@
|
|||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
</ImportGroup>
|
||||
</Project>
|
||||
</Project>
|
||||
|
|
Loading…
Reference in New Issue