Skip to content

Commit

Permalink
Merge pull request #3266 from wsoltys/mingwupdate
Browse files Browse the repository at this point in the history
[mingw] updated w32api and mingwrt to 4.0.1 and some cleanup
  • Loading branch information
MartijnKaijser committed Oct 1, 2013
2 parents bbf6dcd + 098c1fc commit d6bba80
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 50 deletions.
7 changes: 0 additions & 7 deletions project/BuildDependencies/DownloadMingwBuildEnv.bat
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,6 @@ SET FSTAB=%FSTAB:\=/%
SET FSTAB=%FSTAB:"=%
ECHO %FSTAB% /xbmc>>"%MSYS_INSTALL_PATH%\etc\fstab"

rem patch mingw headers to compile ffmpeg
xcopy mingw_support\postinstall\* "%MSYS_INSTALL_PATH%\postinstall\" /E /Q /I /Y
cd "%MSYS_INSTALL_PATH%\postinstall"
CALL pi_patches.bat

cd %CUR_PATH%

rem insert call to vcvars32.bat in msys.bat
SET NET90VARS="%VS90COMNTOOLS%..\..\VC\bin\vcvars32.bat"
SET NET100VARS="%VS100COMNTOOLS%..\..\VC\bin\vcvars32.bat"
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

6 changes: 3 additions & 3 deletions project/BuildDependencies/scripts/get_mingw_env.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
; filename mirror source of the file
mingwrt-3.20-mingw32-dev.tar.gz http://mirrors.xbmc.org/build-deps/win32/mingw-msys/ http://downloads.sourceforge.net/project/mingw/MinGW/BaseSystem/RuntimeLibrary/MinGW-RT/mingwrt-3.20/
mingwrt-3.20-mingw32-dll.tar.gz http://mirrors.xbmc.org/build-deps/win32/mingw-msys/ http://downloads.sourceforge.net/project/mingw/MinGW/BaseSystem/RuntimeLibrary/MinGW-RT/mingwrt-3.20/
w32api-3.17-2-mingw32-dev.tar.lzma http://mirrors.xbmc.org/build-deps/win32/mingw-msys/ http://downloads.sourceforge.net/project/mingw/MinGW/BaseSystem/RuntimeLibrary/Win32-API/w32api-3.17/
mingwrt-4.0.1-1-mingw32-dev.tar.lzma http://mirrors.xbmc.org/build-deps/win32/mingw-msys/ http://sourceforge.net/projects/mingw/files/MinGW/Base/
mingwrt-4.0.1-1-mingw32-dll.tar.lzma http://mirrors.xbmc.org/build-deps/win32/mingw-msys/ http://sourceforge.net/projects/mingw/files/MinGW/Base/
w32api-4.0.1-1-mingw32-dev.tar.lzma http://mirrors.xbmc.org/build-deps/win32/mingw-msys/ http://sourceforge.net/projects/mingw/files/MinGW/Base/
gcc-core-4.6.2-1-mingw32-bin.tar.lzma http://mirrors.xbmc.org/build-deps/win32/mingw-msys/ http://downloads.sourceforge.net/project/mingw/MinGW/BaseSystem/GCC/Version4/gcc-4.6.2-1/
gcc-c++-4.6.2-1-mingw32-bin.tar.lzma http://mirrors.xbmc.org/build-deps/win32/mingw-msys/ http://downloads.sourceforge.net/project/mingw/MinGW/BaseSystem/GCC/Version4/gcc-4.6.2-1/
libstdc++-4.6.2-1-mingw32-dll-6.tar.lzma http://mirrors.xbmc.org/build-deps/win32/mingw-msys/ http://downloads.sourceforge.net/project/mingw/MinGW/BaseSystem/GCC/Version4/gcc-4.6.2-1/
Expand Down
3 changes: 3 additions & 0 deletions project/Win32BuildSetup/buildmingwlibs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ NOPROMPT=0
MAKECLEAN=""
MAKEFLAGS=""

export _WIN32_WINNT=0x0600
export NTDDI_VERSION=0x06000000

function throwerror ()
{
$TOUCH $ERRORFILE
Expand Down

0 comments on commit d6bba80

Please sign in to comment.