diff options
author | Rainer Hochecker <fernetmenta@online.de> | 2016-04-30 21:39:23 +0200 |
---|---|---|
committer | xbmc <fernetmenta@online.de> | 2016-05-01 10:48:22 +0200 |
commit | 0491dced6a9846983d2887ecce1970c57e791b21 (patch) | |
tree | 7d73641882c46b8b3e788f157f98c1891e47695a /project/VS2010Express/XBMC.vcxproj | |
parent | ff9dc0be8121c30f7be09a44029baca83bcb9f6d (diff) |
iOS: adapt iOS keyboard to changes in ProcessRenderLoop
Diffstat (limited to 'project/VS2010Express/XBMC.vcxproj')
-rw-r--r-- | project/VS2010Express/XBMC.vcxproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/project/VS2010Express/XBMC.vcxproj b/project/VS2010Express/XBMC.vcxproj index 560b852f7f..780b6029fb 100644 --- a/project/VS2010Express/XBMC.vcxproj +++ b/project/VS2010Express/XBMC.vcxproj @@ -334,6 +334,7 @@ copy "..\Win32BuildSetup\dependencies\python27.dll" "$(TargetDir)"</Command> <ClCompile Include="..\..\xbmc\dialogs\GUIDialogGamepad.cpp" /> <ClCompile Include="..\..\xbmc\dialogs\GUIDialogKaiToast.cpp" /> <ClCompile Include="..\..\xbmc\dialogs\GUIDialogKeyboardGeneric.cpp" /> + <ClCompile Include="..\..\xbmc\dialogs\GUIDialogKeyboardTouch.cpp" /> <ClCompile Include="..\..\xbmc\dialogs\GUIDialogMediaFilter.cpp" /> <ClCompile Include="..\..\xbmc\dialogs\GUIDialogMediaSource.cpp" /> <ClCompile Include="..\..\xbmc\dialogs\GUIDialogNumeric.cpp" /> @@ -1089,6 +1090,7 @@ copy "..\Win32BuildSetup\dependencies\python27.dll" "$(TargetDir)"</Command> <ClInclude Include="..\..\xbmc\cores\VideoPlayer\VideoRenderers\WinRenderer.h" /> <ClInclude Include="..\..\xbmc\dialogs\GUIDialogKeyboardGeneric.h" /> <ClInclude Include="..\..\xbmc\DbUrl.h" /> + <ClInclude Include="..\..\xbmc\dialogs\GUIDialogKeyboardTouch.h" /> <ClInclude Include="..\..\xbmc\dialogs\GUIDialogMediaFilter.h" /> <ClInclude Include="..\..\xbmc\dialogs\GUIDialogSimpleMenu.h" /> <ClInclude Include="..\..\xbmc\epg\GUIEPGGridContainerModel.h" /> |