diff options
author | Pär Björklund <per.bjorklund@gmail.com> | 2016-04-09 14:45:41 +0200 |
---|---|---|
committer | Pär Björklund <per.bjorklund@gmail.com> | 2016-04-09 16:12:32 +0200 |
commit | 68f26a41443e8af8cb11c5059a673f3b30cc7343 (patch) | |
tree | 7c18de37f0a28f1f370dfe64d920d9deec1b0e48 /.gitignore | |
parent | a9cdf97565060d62114d45cf339b548ddf6cf1d6 (diff) |
This should resolve the python issues caused by vs2015 upgrade.
Fixed copying of dll during build to avoid risking using python27.dll from system32
Rebuilt all statically linked libs with _ITERATOR_DEBUG_LEVEL=0 because of performance issues, especially during video development
Curl should once again be linked against openssl
switched all projects to use /MD or /MDd because it enables sharing of env between the loaded modules making our environment hacks less needed.
Added curl and openssl to ignore list to avoid them being hooked by our crt emulation. This needs a proper fix and is likely resolved by Voyager's PR
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 3c651afac1..3ce2d5f839 100644 --- a/.gitignore +++ b/.gitignore @@ -554,3 +554,5 @@ 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 +/project/VS2010Express/XBMC for Windows.VC.VC.opendb |