diff options
author | WiSo <wiso@xbmc.org> | 2011-03-27 01:28:12 +0100 |
---|---|---|
committer | WiSo <wiso@xbmc.org> | 2011-03-27 01:28:12 +0100 |
commit | 9a858db74370e5a421716d159e316851584920c5 (patch) | |
tree | ce62693f4bb5eb869e3c868a5a7fd205bbfa085a /project/BuildDependencies | |
parent | 04bd8783dc692198813e20e57efafd62dfe45181 (diff) |
[WIN32] get mads and xasm for asap codec
Diffstat (limited to 'project/BuildDependencies')
-rw-r--r-- | project/BuildDependencies/scripts/get_mingw_env.bat | 2 | ||||
-rw-r--r-- | project/BuildDependencies/scripts/get_mingw_env.txt | 6 |
2 files changed, 6 insertions, 2 deletions
diff --git a/project/BuildDependencies/scripts/get_mingw_env.bat b/project/BuildDependencies/scripts/get_mingw_env.bat index 2d4629cc4b..94554c2d98 100644 --- a/project/BuildDependencies/scripts/get_mingw_env.bat +++ b/project/BuildDependencies/scripts/get_mingw_env.bat @@ -21,6 +21,8 @@ xcopy share\* "%MINGW_INSTALL_PATH%\share" /E /Q /I /Y xcopy libexec\* "%MINGW_INSTALL_PATH%\libexec" /E /Q /I /Y xcopy mingw32\* "%MINGW_INSTALL_PATH%\mingw32" /E /Q /I /Y copy yasm-1.1.0-win32.exe "%MINGW_INSTALL_PATH%\bin\yasm.exe" /Y +copy xasm.exe "%MINGW_INSTALL_PATH%\bin\xasm.exe" /Y +copy mads.exe "%MINGW_INSTALL_PATH%\bin\mads.exe" /Y rem xcopy curl-7.21.0-devel-mingw32\include\curl "%CUR_PATH%\include\curl" /E /Q /I /Y rem copy curl-7.21.0-devel-mingw32\bin\*.dll "%XBMC_PATH%\system\" /Y diff --git a/project/BuildDependencies/scripts/get_mingw_env.txt b/project/BuildDependencies/scripts/get_mingw_env.txt index 27c01ff5af..3f17fd0203 100644 --- a/project/BuildDependencies/scripts/get_mingw_env.txt +++ b/project/BuildDependencies/scripts/get_mingw_env.txt @@ -1,4 +1,4 @@ -; filename source of the file +; filename mirror of the file source of the file mingwrt-3.18-mingw32-dev.tar.gz http://downloads.sourceforge.net/project/mingw/MinGW/BaseSystem/RuntimeLibrary/MinGW-RT/mingwrt-3.18/ mingwrt-3.18-mingw32-dll.tar.gz http://downloads.sourceforge.net/project/mingw/MinGW/BaseSystem/RuntimeLibrary/MinGW-RT/mingwrt-3.18/ w32api-3.15-1-mingw32-dev.tar.lzma http://downloads.sourceforge.net/project/mingw/MinGW/BaseSystem/RuntimeLibrary/Win32-API/w32api-3.15/ @@ -14,4 +14,6 @@ libgmp-5.0.1-1-mingw32-dll-10.tar.lzma http://downloads.sourceforge.net/projec libmpc-0.8.1-1-mingw32-dll-2.tar.lzma http://downloads.sourceforge.net/project/mingw/MinGW/mpc/mpc-0.8.1-1/ libmpfr-2.4.1-1-mingw32-dll-1.tar.lzma http://downloads.sourceforge.net/project/mingw/MinGW/mpfr/mpfr-2.4.1-1/ automake1.11-1.11.1-1-mingw32-bin.tar.lzma http://downloads.sourceforge.net/project/mingw/MinGW/automake/automake1.11/automake1.11-1.11.1-1/ -libtool-2.4-1-mingw32-bin.tar.lzma http://downloads.sourceforge.net/project/mingw/MinGW/libtool/libtool-2.4-1/
\ No newline at end of file +libtool-2.4-1-mingw32-bin.tar.lzma http://downloads.sourceforge.net/project/mingw/MinGW/libtool/libtool-2.4-1/ +mads_1.9.2.7z http://mirrors.xbmc.org/build-deps/win32/mingw-msys/ http://mads.atari8.info/ +xasm-3.0.2-windows.zip http://mirrors.xbmc.org/build-deps/win32/mingw-msys/ http://atariarea.krap.pl/x-asm/
\ No newline at end of file |