From f44ecaa4f27e7538ddcad66d40e543bffa2d2d86 Mon Sep 17 00:00:00 2001 From: manuel Date: Sun, 4 Jun 2017 16:57:49 +0200 Subject: sync with upstream --- project/cmake/addons/depends/windows/README | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 project/cmake/addons/depends/windows/README (limited to 'project/cmake/addons/depends/windows/README') diff --git a/project/cmake/addons/depends/windows/README b/project/cmake/addons/depends/windows/README deleted file mode 100644 index 67dc594..0000000 --- a/project/cmake/addons/depends/windows/README +++ /dev/null @@ -1,19 +0,0 @@ -KODI WIN32 ADDON DEPENDENCIES -============================= -This directory contains the cmake-based buildsystem for dependencies (currently -only prebuilt) used by one or multiple addons. The buildsystem looks into the -"prebuilt" sub-directory, downloads all the specified dependencies, extracts -them and places them into the "depends" sub-directory. - -To trigger the cmake-based buildsystem the following command must be executed -with being the path to this directory (absolute or relative, allowing for -in-source and out-of-source builds). - - cmake [-G ] - -cmake supports multiple generators, see -http://www.cmake.org/cmake/help/v2.8.8/cmake.html#section_Generators for a list. -For win32 builds one of the "Visual Studio XX" or the "NMake Makefiles" -generators is preferred. For the "NMake Makefiles" generator to work the above -command must be called from an environment prepared for VC++ builds (see -http://msdn.microsoft.com/en-us/library/f2ccy3wt.aspx). -- cgit v1.2.3