aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorWiSo <wiso@xbmc.org>2011-10-01 19:28:54 +0200
committerWiSo <wiso@xbmc.org>2011-10-01 23:49:10 +0200
commitb44345459caee96420e6e6669312cc1ca75be7f6 (patch)
treefcb4115ee9b086ead418cd0d64d25e2708d5a025 /project
parentbb219e06f25f9587ac4c8c6485b24a86f7f834c4 (diff)
[WIN32] added scripts to download dnssd from our mirror
Diffstat (limited to 'project')
-rw-r--r--project/BuildDependencies/scripts/dnss_d.bat14
-rw-r--r--project/BuildDependencies/scripts/dnssd_d.txt2
2 files changed, 16 insertions, 0 deletions
diff --git a/project/BuildDependencies/scripts/dnss_d.bat b/project/BuildDependencies/scripts/dnss_d.bat
new file mode 100644
index 0000000000..84926cdc5b
--- /dev/null
+++ b/project/BuildDependencies/scripts/dnss_d.bat
@@ -0,0 +1,14 @@
+@ECHO OFF
+
+SET LOC_PATH=%CD%
+SET FILES=%LOC_PATH%\dnssd_d.txt
+
+CALL dlextract.bat dnssd %FILES%
+
+cd %TMP_PATH%
+
+copy dnssd-320.5.1-win32\include\dns_sd.h "%CUR_PATH%\include\" /Y
+copy dnssd-320.5.1-win32\lib\dnssd.lib "%CUR_PATH%\lib\" /Y
+copy dnssd-320.5.1-win32\bin\dnssd.dll "%XBMC_PATH%\system\" /Y
+
+cd %LOC_PATH%
diff --git a/project/BuildDependencies/scripts/dnssd_d.txt b/project/BuildDependencies/scripts/dnssd_d.txt
new file mode 100644
index 0000000000..25a7c293b8
--- /dev/null
+++ b/project/BuildDependencies/scripts/dnssd_d.txt
@@ -0,0 +1,2 @@
+; filename source of the file
+dnssd-320.5.1-win32.7z http://mirrors.xbmc.org/build-deps/win32/