diff options
author | ShizZy <shizzy@6bit.net> | 2013-09-05 18:33:46 -0400 |
---|---|---|
committer | ShizZy <shizzy@6bit.net> | 2013-09-05 18:33:46 -0400 |
commit | d708e2d68a53524ea40e86ebd6157adbdb5b8712 (patch) | |
tree | 72cc34d42cdd50667ed6cf79e2a5ae5a28df04a7 /src/core/core.vcxproj | |
parent | a7ab25441c53ba7cc9357f222fd68c50e5b0f1d5 (diff) |
added core and mem_map files to the project
Diffstat (limited to 'src/core/core.vcxproj')
-rw-r--r-- | src/core/core.vcxproj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/core.vcxproj b/src/core/core.vcxproj index b413beba9..cd167af47 100644 --- a/src/core/core.vcxproj +++ b/src/core/core.vcxproj @@ -183,9 +183,12 @@ <ItemGroup> <ClCompile Include="src\arm\disassembler\arm_disasm.cpp" /> <ClCompile Include="src\core.cpp" /> + <ClCompile Include="src\mem_map.cpp" /> </ItemGroup> <ItemGroup> <ClInclude Include="src\arm\disassembler\arm_disasm.h" /> + <ClInclude Include="src\core.h" /> + <ClInclude Include="src\mem_map.h" /> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> |