diff options
Diffstat (limited to 'src/core')
| -rw-r--r-- | src/core/core.vcxproj | 2 | ||||
| -rw-r--r-- | src/core/core.vcxproj.filters | 6 |
2 files changed, 8 insertions, 0 deletions
diff --git a/src/core/core.vcxproj b/src/core/core.vcxproj index 60ce2427d..2edb51214 100644 --- a/src/core/core.vcxproj +++ b/src/core/core.vcxproj | |||
| @@ -153,6 +153,7 @@ | |||
| 153 | <ClCompile Include="src\file_sys\directory_file_system.cpp" /> | 153 | <ClCompile Include="src\file_sys\directory_file_system.cpp" /> |
| 154 | <ClCompile Include="src\file_sys\meta_file_system.cpp" /> | 154 | <ClCompile Include="src\file_sys\meta_file_system.cpp" /> |
| 155 | <ClCompile Include="src\hw\hw.cpp" /> | 155 | <ClCompile Include="src\hw\hw.cpp" /> |
| 156 | <ClCompile Include="src\hw\hw_lcd.cpp" /> | ||
| 156 | <ClCompile Include="src\loader.cpp" /> | 157 | <ClCompile Include="src\loader.cpp" /> |
| 157 | <ClCompile Include="src\mem_map.cpp" /> | 158 | <ClCompile Include="src\mem_map.cpp" /> |
| 158 | <ClCompile Include="src\mem_map_funcs.cpp" /> | 159 | <ClCompile Include="src\mem_map_funcs.cpp" /> |
| @@ -182,6 +183,7 @@ | |||
| 182 | <ClInclude Include="src\file_sys\file_sys.h" /> | 183 | <ClInclude Include="src\file_sys\file_sys.h" /> |
| 183 | <ClInclude Include="src\file_sys\meta_file_system.h" /> | 184 | <ClInclude Include="src\file_sys\meta_file_system.h" /> |
| 184 | <ClInclude Include="src\hw\hw.h" /> | 185 | <ClInclude Include="src\hw\hw.h" /> |
| 186 | <ClInclude Include="src\hw\hw_lcd.h" /> | ||
| 185 | <ClInclude Include="src\loader.h" /> | 187 | <ClInclude Include="src\loader.h" /> |
| 186 | <ClInclude Include="src\mem_map.h" /> | 188 | <ClInclude Include="src\mem_map.h" /> |
| 187 | <ClInclude Include="src\system.h" /> | 189 | <ClInclude Include="src\system.h" /> |
diff --git a/src/core/core.vcxproj.filters b/src/core/core.vcxproj.filters index 7b47f5cbf..0cd208dd6 100644 --- a/src/core/core.vcxproj.filters +++ b/src/core/core.vcxproj.filters | |||
| @@ -49,6 +49,9 @@ | |||
| 49 | <ClCompile Include="src\hw\hw.cpp"> | 49 | <ClCompile Include="src\hw\hw.cpp"> |
| 50 | <Filter>hw</Filter> | 50 | <Filter>hw</Filter> |
| 51 | </ClCompile> | 51 | </ClCompile> |
| 52 | <ClCompile Include="src\hw\hw_lcd.cpp"> | ||
| 53 | <Filter>hw</Filter> | ||
| 54 | </ClCompile> | ||
| 52 | </ItemGroup> | 55 | </ItemGroup> |
| 53 | <ItemGroup> | 56 | <ItemGroup> |
| 54 | <Filter Include="arm"> | 57 | <Filter Include="arm"> |
| @@ -145,6 +148,9 @@ | |||
| 145 | <ClInclude Include="src\hw\hw.h"> | 148 | <ClInclude Include="src\hw\hw.h"> |
| 146 | <Filter>hw</Filter> | 149 | <Filter>hw</Filter> |
| 147 | </ClInclude> | 150 | </ClInclude> |
| 151 | <ClInclude Include="src\hw\hw_lcd.h"> | ||
| 152 | <Filter>hw</Filter> | ||
| 153 | </ClInclude> | ||
| 148 | </ItemGroup> | 154 | </ItemGroup> |
| 149 | <ItemGroup> | 155 | <ItemGroup> |
| 150 | <None Include="CMakeLists.txt" /> | 156 | <None Include="CMakeLists.txt" /> |