diff options
| author | ShizZy <shizzy@6bit.net> | 2013-09-04 23:00:12 -0400 |
|---|---|---|
| committer | ShizZy <shizzy@6bit.net> | 2013-09-04 23:00:12 -0400 |
| commit | b5c78f8a20b57331c7bb5dc14d18d018c52e6ad9 (patch) | |
| tree | 23801dbbcca30fe301d160f04a55577c3bbe8164 /src/core/core.vcxproj | |
| parent | 3bdd0effe1d67613c40898aa1efb6da643477b0a (diff) | |
added an ARM disassembler from the android project
Diffstat (limited to 'src/core/core.vcxproj')
| -rw-r--r-- | src/core/core.vcxproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/core/core.vcxproj b/src/core/core.vcxproj index 22fc96fe2..b413beba9 100644 --- a/src/core/core.vcxproj +++ b/src/core/core.vcxproj @@ -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> |
