win32: removed download-deps.cmd
authorLars Op den Kamp <lars@opdenkamp.eu>
Thu, 3 Nov 2011 00:03:40 +0000 (01:03 +0100)
committerLars Op den Kamp <lars@opdenkamp.eu>
Thu, 3 Nov 2011 00:03:40 +0000 (01:03 +0100)
project/bin/7za.exe [deleted file]
project/bin/libeay32.dll [deleted file]
project/bin/libiconv2.dll [deleted file]
project/bin/libintl3.dll [deleted file]
project/bin/libssl32.dll [deleted file]
project/bin/wget.exe [deleted file]
project/download-deps.cmd [deleted file]

diff --git a/project/bin/7za.exe b/project/bin/7za.exe
deleted file mode 100644 (file)
index 8836e99..0000000
Binary files a/project/bin/7za.exe and /dev/null differ
diff --git a/project/bin/libeay32.dll b/project/bin/libeay32.dll
deleted file mode 100644 (file)
index 8d31f86..0000000
Binary files a/project/bin/libeay32.dll and /dev/null differ
diff --git a/project/bin/libiconv2.dll b/project/bin/libiconv2.dll
deleted file mode 100644 (file)
index 544dd92..0000000
Binary files a/project/bin/libiconv2.dll and /dev/null differ
diff --git a/project/bin/libintl3.dll b/project/bin/libintl3.dll
deleted file mode 100644 (file)
index ec11e6b..0000000
Binary files a/project/bin/libintl3.dll and /dev/null differ
diff --git a/project/bin/libssl32.dll b/project/bin/libssl32.dll
deleted file mode 100644 (file)
index a30ff0e..0000000
Binary files a/project/bin/libssl32.dll and /dev/null differ
diff --git a/project/bin/wget.exe b/project/bin/wget.exe
deleted file mode 100644 (file)
index 54b372e..0000000
Binary files a/project/bin/wget.exe and /dev/null differ
diff --git a/project/download-deps.cmd b/project/download-deps.cmd
deleted file mode 100644 (file)
index a5ad0c6..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-@echo off
-
-echo Downloading boost
-bin\wget.exe "http://mirrors.xbmc.org/build-deps/win32/boost-1_46_1-xbmc-win32.7z"
-
-echo Extracting boost
-bin\7za.exe x -y "boost-1_46_1-xbmc-win32.7z"
-
-echo Copying boost
-xcopy boost-1_46_1-xbmc-win32\include\* "..\include\" /E /Q /I /Y
-
-echo Cleaning up
-del boost-1_46_1-xbmc-win32.7z