aboutsummaryrefslogtreecommitdiff
path: root/project/BuildDependencies/scripts
diff options
context:
space:
mode:
authorMemphiz <memphis@machzwo.de>2013-07-10 20:03:06 +0200
committerMemphiz <memphis@machzwo.de>2013-07-10 20:03:06 +0200
commitcf970699301a34b07335d3eeaccaae025803fdf4 (patch)
tree389f0ee9313c8d358fcbe10aa623d8704a81c363 /project/BuildDependencies/scripts
parentb7873a5e2858413c09f5dbb4a90d9c74926273aa (diff)
[win32] - fix crashing with libnfs 1.6 by bumping to 1.6.1 (which is 1.6.0
+ a compile fix - 32bit time_t define was missing in the release target of vs project for libnfs)
Diffstat (limited to 'project/BuildDependencies/scripts')
-rw-r--r--project/BuildDependencies/scripts/libnfs_d.bat4
-rw-r--r--project/BuildDependencies/scripts/libnfs_d.txt2
2 files changed, 3 insertions, 3 deletions
diff --git a/project/BuildDependencies/scripts/libnfs_d.bat b/project/BuildDependencies/scripts/libnfs_d.bat
index d74efa6e59..3b3c44352f 100644
--- a/project/BuildDependencies/scripts/libnfs_d.bat
+++ b/project/BuildDependencies/scripts/libnfs_d.bat
@@ -7,7 +7,7 @@ CALL dlextract.bat libnfs %FILES%
cd %TMP_PATH%
-xcopy libnfs-1.6.0-win32\project\BuildDependencies\include\* "%CUR_PATH%\include\" /E /Q /I /Y
-copy libnfs-1.6.0-win32\system\libnfs.dll "%XBMC_PATH%\system\" /Y
+xcopy libnfs-1.6.1-win32\project\BuildDependencies\include\* "%CUR_PATH%\include\" /E /Q /I /Y
+copy libnfs-1.6.1-win32\system\libnfs.dll "%XBMC_PATH%\system\" /Y
cd %LOC_PATH%
diff --git a/project/BuildDependencies/scripts/libnfs_d.txt b/project/BuildDependencies/scripts/libnfs_d.txt
index 49a8e7d14b..eb6914c4ff 100644
--- a/project/BuildDependencies/scripts/libnfs_d.txt
+++ b/project/BuildDependencies/scripts/libnfs_d.txt
@@ -1,2 +1,2 @@
; filename source of the file
-libnfs-1.6.0-win32.7z http://mirrors.xbmc.org/build-deps/win32/
+libnfs-1.6.1-win32.7z http://mirrors.xbmc.org/build-deps/win32/