added an ARM disassembler from the android project

This commit is contained in:
ShizZy
2013-09-04 23:00:12 -04:00
parent 3bdd0effe1
commit b5c78f8a20
4 changed files with 1175 additions and 0 deletions

View File

@@ -181,8 +181,12 @@
</ProjectReference>
</ItemGroup>
<ItemGroup>
<ClCompile Include="src\arm\disassembler\arm_disasm.cpp" />
<ClCompile Include="src\core.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="src\arm\disassembler\arm_disasm.h" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>