diff options
author | Anton Fedchin <anightik@gmail.com> | 2018-04-04 09:44:34 +0300 |
---|---|---|
committer | Anton Fedchin <anightik@gmail.com> | 2018-04-04 12:24:12 +0300 |
commit | 870f6007c174c587c220e4ca99f7888db943e413 (patch) | |
tree | 1da0865982ee8e1db96a71f01895fdc5ba19f94b /cmake/treedata | |
parent | 04ff33f632e0a01433f6992a24acf8ebbde009de (diff) |
[win32] utils: move to platform folder
Diffstat (limited to 'cmake/treedata')
-rw-r--r-- | cmake/treedata/windows/subdirs.txt | 2 | ||||
-rw-r--r-- | cmake/treedata/windowsstore/subdirs.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/cmake/treedata/windows/subdirs.txt b/cmake/treedata/windows/subdirs.txt index 8294c3ccf2..a2c8c29f14 100644 --- a/cmake/treedata/windows/subdirs.txt +++ b/cmake/treedata/windows/subdirs.txt @@ -5,10 +5,10 @@ xbmc/platform/win32/network platform/win32/network xbmc/platform/win32/peripherals platform/win32/peripherals xbmc/platform/win32/powermanagement platform/win32/powermanagement xbmc/platform/win32/storage platform/win32/storage +xbmc/platform/win32/utils platform/win32/utils xbmc/input/touch input/touch xbmc/input/touch/generic input/touch/generic xbmc/network/mdns network/mdns -xbmc/utils/win32 utils/win32 xbmc/rendering/dx rendering/dx xbmc/threads/platform/win threads/win xbmc/windowing/windows windowing/windows diff --git a/cmake/treedata/windowsstore/subdirs.txt b/cmake/treedata/windowsstore/subdirs.txt index 1084447281..604be08cd3 100644 --- a/cmake/treedata/windowsstore/subdirs.txt +++ b/cmake/treedata/windowsstore/subdirs.txt @@ -5,10 +5,10 @@ xbmc/platform/win10/peripherals platform/win10/peripherals xbmc/platform/win10/powermanagement platfrom/win10/powermanagement xbmc/platform/win10/storage platfrom/win10/storage xbmc/platform/win32/filesystem platform/win32/filesystem +xbmc/platform/win32/utils platform/win32/utils xbmc/input/touch input/touch xbmc/input/touch/generic input/touch/generic xbmc/network/mdns network/mdns -xbmc/utils/win32 utils/win32 xbmc/rendering/dx rendering/dx xbmc/threads/platform/win threads/win xbmc/windowing/win10 windowing/win10 |