diff options
author | Dale Stammen <dalestam@microsoft.com> | 2017-06-02 16:44:23 +0300 |
---|---|---|
committer | Anton Fedchin <anightik@gmail.com> | 2017-11-02 09:56:32 +0300 |
commit | 5837475de1f8a4cc0b444362dc4c01a5d05d84e3 (patch) | |
tree | 6a7fd72b2cfbfed763674a49f677142d4d714ca1 /cmake/installdata | |
parent | a24f0496651638bdd0b3b57fd1f3391051bb52eb (diff) |
[win10] add uwp to cmake
Diffstat (limited to 'cmake/installdata')
-rw-r--r-- | cmake/installdata/windowsstore/addons.txt | 3 | ||||
-rw-r--r-- | cmake/installdata/windowsstore/dlls.txt | 2 | ||||
-rw-r--r-- | cmake/installdata/windowsstore/irss.txt | 2 | ||||
-rw-r--r-- | cmake/installdata/windowsstore/python.txt | 1 |
4 files changed, 8 insertions, 0 deletions
diff --git a/cmake/installdata/windowsstore/addons.txt b/cmake/installdata/windowsstore/addons.txt new file mode 100644 index 0000000000..4b8678b682 --- /dev/null +++ b/cmake/installdata/windowsstore/addons.txt @@ -0,0 +1,3 @@ +addons/repository.pvr-win32.xbmc.org/* +project/BuildDependencies/win10-${ARCH}/addons/* +system/addon-manifest-uwp.xml
\ No newline at end of file diff --git a/cmake/installdata/windowsstore/dlls.txt b/cmake/installdata/windowsstore/dlls.txt new file mode 100644 index 0000000000..a927b3d4ab --- /dev/null +++ b/cmake/installdata/windowsstore/dlls.txt @@ -0,0 +1,2 @@ +project/BuildDependencies/win10-${ARCH}/bin/*.dll dlls +project/BuildDependencies/mingwlibs/win10-${ARCH}/bin/*.dll dlls diff --git a/cmake/installdata/windowsstore/irss.txt b/cmake/installdata/windowsstore/irss.txt new file mode 100644 index 0000000000..6fd8d484e7 --- /dev/null +++ b/cmake/installdata/windowsstore/irss.txt @@ -0,0 +1,2 @@ +system/IRSSmap.xml +system/X10-Lola-IRSSmap.xml diff --git a/cmake/installdata/windowsstore/python.txt b/cmake/installdata/windowsstore/python.txt new file mode 100644 index 0000000000..db57ebca1e --- /dev/null +++ b/cmake/installdata/windowsstore/python.txt @@ -0,0 +1 @@ +project/BuildDependencies/win10-${ARCH}/bin/Python KEEP_DIR_STRUCTURE system
\ No newline at end of file |