aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorJim Carroll <thecarrolls@jiminger.com>2012-09-09 17:17:39 -0400
committerJim Carroll <thecarrolls@jiminger.com>2012-09-09 17:17:39 -0400
commit9d34c1e879859b8330578b5e938c3d9195801513 (patch)
tree40b6bf564a86b7a23e46218344dbda3cc1464e5f /project
parent7850f2e6881107ee4efb705b1c675599495df70c (diff)
[win32] @Montellese's addition of swig and doxygen win32 build dependencies.
Diffstat (limited to 'project')
-rw-r--r--project/BuildDependencies/scripts/0_package.list1
-rw-r--r--project/BuildDependencies/scripts/doxygen_d.bat12
-rw-r--r--project/BuildDependencies/scripts/doxygen_d.txt2
-rw-r--r--project/BuildDependencies/scripts/swig_d.bat12
-rw-r--r--project/BuildDependencies/scripts/swig_d.txt2
5 files changed, 29 insertions, 0 deletions
diff --git a/project/BuildDependencies/scripts/0_package.list b/project/BuildDependencies/scripts/0_package.list
index 314c856756..fa68512761 100644
--- a/project/BuildDependencies/scripts/0_package.list
+++ b/project/BuildDependencies/scripts/0_package.list
@@ -5,6 +5,7 @@
; -> sqlite-3.7.12.1-win32\project\BuildDependencies\lib\sqlite3.lib
; -> sqlite-3.7.12.1-win32\system\sqlite3.dll
; -> ...
+doxygen-1.8.2-win32
sqlite-3.7.12.1-win32
libnfs-1.3.0-win32
libshairplay-d689c6-win32
diff --git a/project/BuildDependencies/scripts/doxygen_d.bat b/project/BuildDependencies/scripts/doxygen_d.bat
new file mode 100644
index 0000000000..8d8d493de9
--- /dev/null
+++ b/project/BuildDependencies/scripts/doxygen_d.bat
@@ -0,0 +1,12 @@
+@ECHO OFF
+
+SET LOC_PATH=%CD%
+SET FILES=%LOC_PATH%\doxygen_d.txt
+
+CALL dlextract.bat doxygen %FILES%
+
+cd %TMP_PATH%
+
+xcopy doxygen-1.8.2-win32\* "%XBMC_PATH%\" /E /Q /I /Y
+
+cd %LOC_PATH%
diff --git a/project/BuildDependencies/scripts/doxygen_d.txt b/project/BuildDependencies/scripts/doxygen_d.txt
new file mode 100644
index 0000000000..b1c5b67b09
--- /dev/null
+++ b/project/BuildDependencies/scripts/doxygen_d.txt
@@ -0,0 +1,2 @@
+; filename source of the file
+doxygen-1.8.2-win32.7z http://mirrors.xbmc.org/build-deps/win32/
diff --git a/project/BuildDependencies/scripts/swig_d.bat b/project/BuildDependencies/scripts/swig_d.bat
new file mode 100644
index 0000000000..0c17319152
--- /dev/null
+++ b/project/BuildDependencies/scripts/swig_d.bat
@@ -0,0 +1,12 @@
+@ECHO OFF
+
+SET LOC_PATH=%CD%
+SET FILES=%LOC_PATH%\swig_d.txt
+
+CALL dlextract.bat swig %FILES%
+
+cd %TMP_PATH%
+
+xcopy swig-2.0.7-win32\* "%CUR_PATH%\bin\swig" /E /Q /I /Y
+
+cd %LOC_PATH%
diff --git a/project/BuildDependencies/scripts/swig_d.txt b/project/BuildDependencies/scripts/swig_d.txt
new file mode 100644
index 0000000000..58c2bdfa58
--- /dev/null
+++ b/project/BuildDependencies/scripts/swig_d.txt
@@ -0,0 +1,2 @@
+; filename source of the file
+swig-2.0.7-win32.zip http://mirrors.xbmc.org/build-deps/win32/