Skip to content

Commit

Permalink
[WIN32] download libmicrohttpd 0.9.12 from our mirror
Browse files Browse the repository at this point in the history
  • Loading branch information
WiSo committed Jun 24, 2011
1 parent 32ef79e commit 606bd38
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
14 changes: 14 additions & 0 deletions project/BuildDependencies/scripts/libmicrohttpd_d.bat
@@ -0,0 +1,14 @@
@ECHO ON

SET LOC_PATH=%CD%
SET FILES=%LOC_PATH%\libmicrohttpd_d.txt

CALL dlextract.bat libmicrohttpd %FILES%

cd %TMP_PATH%

xcopy libmicrohttpd-0.9.12-win32\include\* "%CUR_PATH%\include" /E /Q /I /Y
xcopy libmicrohttpd-0.9.12-win32\bin\*.dll "%XBMC_PATH%\system\webserver" /E /Q /I /Y
copy libmicrohttpd-0.9.12-win32\lib\libmicrohttpd.dll.lib "%CUR_PATH%\lib\" /Y

cd %LOC_PATH%
2 changes: 2 additions & 0 deletions project/BuildDependencies/scripts/libmicrohttpd_d.txt
@@ -0,0 +1,2 @@
; filename source of the file
libmicrohttpd-0.9.12-win32.7z http://mirrors.xbmc.org/build-deps/win32/

0 comments on commit 606bd38

Please sign in to comment.