diff options
-rw-r--r-- | project/BuildDependencies/scripts/libmicrohttpd_d.bat | 14 | ||||
-rw-r--r-- | project/BuildDependencies/scripts/libmicrohttpd_d.txt | 2 |
2 files changed, 16 insertions, 0 deletions
diff --git a/project/BuildDependencies/scripts/libmicrohttpd_d.bat b/project/BuildDependencies/scripts/libmicrohttpd_d.bat new file mode 100644 index 0000000000..0413a6a742 --- /dev/null +++ b/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% diff --git a/project/BuildDependencies/scripts/libmicrohttpd_d.txt b/project/BuildDependencies/scripts/libmicrohttpd_d.txt new file mode 100644 index 0000000000..4481216bba --- /dev/null +++ b/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/ |