diff options
author | Pär Björklund <per@ohmy.nu> | 2016-07-10 22:13:08 +0200 |
---|---|---|
committer | Pär Björklund <per@ohmy.nu> | 2016-07-17 15:19:31 +0200 |
commit | e49c7ec6b4f8dfbe0917df801035872992784438 (patch) | |
tree | c5feec903e9b9a7174dd3db00767564832b11356 /.gitignore | |
parent | 2ab7fb1ca2eb72611842c48276b15e4ed0bd225b (diff) |
Cleanup work that started with running as Win10 app
UWP(project centennial) does not allow AddDllDirectory which
we don't really need anyway but it's use made the folder structure
pretty. Since we run perfectly fine without it both native and
as UWP I decided to drop it completely.
To make the build, installer and debugging experience easier this
led to plenty of changes to packages and build scripts to output
all dlls into /system/ instead of different folders.
While moving stuff around some dependencies got updated, it's possible
that we can use java menus in bluray movies now, not tested.
EasyHook just got repackaged to fit the new folder structure.
The rebuilding of dependencies led to us being able to drop old
vcredist files which also simplifies installer and packaging, especially
for UWP.
Some minor cleanup along the way as well
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 32 |
1 files changed, 22 insertions, 10 deletions
diff --git a/.gitignore b/.gitignore index 4be52bd644..0d2b408835 100644 --- a/.gitignore +++ b/.gitignore @@ -246,7 +246,7 @@ lib/cpluff/stamp-h1 /project/Win32BuildSetup/makeclean /project/Win32BuildSetup/noprompt /project/Win32BuildSetup/BUILD_WIN32/ -/project/Win32BuildSetup/dependencies +/project/Win32BuildSetup/dependencies/ # /project/BuildDependencies /project/BuildDependencies/downloads @@ -289,18 +289,33 @@ lib/cpluff/stamp-h1 /system/libeay32.dll /system/librtmp.dll /system/libexif.dll -/system/libexpat.dll -/system/libidn-11.dll -/system/libssh2.dll -/system/libssl32.dll /system/ssh.dll /system/sqlite3.dll /system/libnfs.dll /system/dnssd.dll -/system/libcec.dll -/system/pthreadVC2.dll +/system/cec.dll /system/libxslt.dll /system/ssleay32.dll +/system/avcodec-57.dll +/system/avfilter-6.dll +/system/avformat-57.dll +/system/avutil-55.dll +/system/postproc-54.dll +/system/swscale-4.dll +/system/swresample-2.dll +/system/libxml2.dll +/system/libdvdcss-2.dll +/system/libdvdnav.dll +/system/libass.dll +/system/libbluray* +/system/libcdio.dll +/system/libplist.dll +/system/shairplay.dll +/system/libmysql.dll +/system/python27.dll +/system/zlib.dll + + # /system/players/VideoPlayer /system/players/VideoPlayer/* @@ -554,9 +569,6 @@ lib/cpluff/stamp-h1 # Doxygen generated files /docs/html -system/libmysql.dll -system/python27.dll -system/zlib.dll lib/addons/library.kodi.inputstream/project/VS2010Express/Debug lib/addons/library.kodi.inputstream/project/VS2010Express/Release /project/VS2010Express/XBMC for Windows.VC.db |