diff options
| author | ShizZy <shizzy@6bit.net> | 2013-09-23 22:04:56 -0400 |
|---|---|---|
| committer | ShizZy <shizzy@6bit.net> | 2013-09-23 22:04:56 -0400 |
| commit | 29cdc1df39c81d7a001053ffca4aa1bc194a3c7b (patch) | |
| tree | 17268fe563ea3c1cfc3812c7ac78de6f60fb3f0c /src/core/core.vcxproj | |
| parent | e83de18f4b06430080d5bd2fb069bd089dd4f9ae (diff) | |
moved file_sys to common
Diffstat (limited to 'src/core/core.vcxproj')
| -rw-r--r-- | src/core/core.vcxproj | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/core/core.vcxproj b/src/core/core.vcxproj index 4ae1cb234..11e31c8f5 100644 --- a/src/core/core.vcxproj +++ b/src/core/core.vcxproj @@ -137,7 +137,6 @@ <ClCompile Include="src\arm\arminit.cpp" /> <ClCompile Include="src\arm\disassembler\arm_disasm.cpp" /> <ClCompile Include="src\core.cpp" /> - <ClCompile Include="src\file_sys\file_sys_directory.cpp" /> <ClCompile Include="src\loader.cpp" /> <ClCompile Include="src\mem_map.cpp" /> <ClCompile Include="src\mem_map_funcs.cpp" /> @@ -157,8 +156,6 @@ <ClInclude Include="src\arm\mmu\wb.h" /> <ClInclude Include="src\arm\skyeye_defs.h" /> <ClInclude Include="src\core.h" /> - <ClInclude Include="src\file_sys\file_sys.h" /> - <ClInclude Include="src\file_sys\file_sys_directory.h" /> <ClInclude Include="src\loader.h" /> <ClInclude Include="src\mem_map.h" /> </ItemGroup> |
