From 4830f27a40323fe859dc166337a2b861877b7121 Mon Sep 17 00:00:00 2001 From: manuel Date: Mon, 1 Jan 2018 13:40:09 +0100 Subject: sync with upstream --- cmake/installdata/windowsstore/addons.txt | 3 +++ cmake/installdata/windowsstore/dlls.txt | 2 ++ cmake/installdata/windowsstore/irss.txt | 2 ++ cmake/installdata/windowsstore/python.txt | 1 + 4 files changed, 8 insertions(+) create mode 100644 cmake/installdata/windowsstore/addons.txt create mode 100644 cmake/installdata/windowsstore/dlls.txt create mode 100644 cmake/installdata/windowsstore/irss.txt create mode 100644 cmake/installdata/windowsstore/python.txt (limited to 'cmake/installdata/windowsstore') diff --git a/cmake/installdata/windowsstore/addons.txt b/cmake/installdata/windowsstore/addons.txt new file mode 100644 index 0000000..4b8678b --- /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 0000000..a927b3d --- /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 0000000..6fd8d48 --- /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 0000000..db57ebc --- /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 -- cgit v1.2.3