Skip to content

Commit

Permalink
[WIN32] applied the hanewin patch to libnfs
Browse files Browse the repository at this point in the history
  • Loading branch information
wsoltys committed Dec 8, 2011
1 parent 387153b commit c16d550
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions project/BuildDependencies/scripts/libnfs_d.bat
Expand Up @@ -7,7 +7,7 @@ CALL dlextract.bat libnfs %FILES%

cd %TMP_PATH%

xcopy libnfs-20110911-win32\include\* "%CUR_PATH%\include\" /E /Q /I /Y
copy libnfs-20110911-win32\bin\libnfs.dll "%XBMC_PATH%\system\" /Y
xcopy libnfs-20111208-win32\include\* "%CUR_PATH%\include\" /E /Q /I /Y
copy libnfs-20111208-win32\bin\libnfs.dll "%XBMC_PATH%\system\" /Y

cd %LOC_PATH%
2 changes: 1 addition & 1 deletion project/BuildDependencies/scripts/libnfs_d.txt
@@ -1,2 +1,2 @@
; filename source of the file
libnfs-20110911-win32.7z http://mirrors.xbmc.org/build-deps/win32/
libnfs-20111208-win32.7z http://mirrors.xbmc.org/build-deps/win32/

0 comments on commit c16d550

Please sign in to comment.