add hw_lcd.* to VS project files
This commit is contained in:
		| @@ -153,6 +153,7 @@ | ||||
|     <ClCompile Include="src\file_sys\directory_file_system.cpp" /> | ||||
|     <ClCompile Include="src\file_sys\meta_file_system.cpp" /> | ||||
|     <ClCompile Include="src\hw\hw.cpp" /> | ||||
|     <ClCompile Include="src\hw\hw_lcd.cpp" /> | ||||
|     <ClCompile Include="src\loader.cpp" /> | ||||
|     <ClCompile Include="src\mem_map.cpp" /> | ||||
|     <ClCompile Include="src\mem_map_funcs.cpp" /> | ||||
| @@ -182,6 +183,7 @@ | ||||
|     <ClInclude Include="src\file_sys\file_sys.h" /> | ||||
|     <ClInclude Include="src\file_sys\meta_file_system.h" /> | ||||
|     <ClInclude Include="src\hw\hw.h" /> | ||||
|     <ClInclude Include="src\hw\hw_lcd.h" /> | ||||
|     <ClInclude Include="src\loader.h" /> | ||||
|     <ClInclude Include="src\mem_map.h" /> | ||||
|     <ClInclude Include="src\system.h" /> | ||||
|   | ||||
| @@ -49,6 +49,9 @@ | ||||
|     <ClCompile Include="src\hw\hw.cpp"> | ||||
|       <Filter>hw</Filter> | ||||
|     </ClCompile> | ||||
|     <ClCompile Include="src\hw\hw_lcd.cpp"> | ||||
|       <Filter>hw</Filter> | ||||
|     </ClCompile> | ||||
|   </ItemGroup> | ||||
|   <ItemGroup> | ||||
|     <Filter Include="arm"> | ||||
| @@ -145,6 +148,9 @@ | ||||
|     <ClInclude Include="src\hw\hw.h"> | ||||
|       <Filter>hw</Filter> | ||||
|     </ClInclude> | ||||
|     <ClInclude Include="src\hw\hw_lcd.h"> | ||||
|       <Filter>hw</Filter> | ||||
|     </ClInclude> | ||||
|   </ItemGroup> | ||||
|   <ItemGroup> | ||||
|     <None Include="CMakeLists.txt" /> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user