Ticket #6900: SDL-6900.patch

File SDL-6900.patch, 1.0 KB (added by davidbuzz@…, 15 years ago)

win32 SDL fixes.

  • win32-packager.pl

     
    709709push @{$expect},
    710710[ archive => $sources.'qt-win-opensource-4.5.1-mingw.exe', 
    711711    fetch => 'ftp://ftp.qtsoftware.com/qt/source/'.
    712              'qt-win-opensource-4.5.1-mingw.exe'],
     712             'qt-win-opensource-4.5.1-mingw.exe',
     713    comment => 'getting QT binaries , this will take a LONG time to download (165MB)' ],
    713714[ file => $qt4dir.'bin/QtCore4.dll',
    714715  exec => $dossources.'qt-win-opensource-4.5.1-mingw.exe',
    715716  comment => 'Install Qt - use default options.  '.
     
    951952  extract => $sources.'SDL-devel-1.2.13-mingw32.tar.gz' ],
    952953[ file    => $msys.'bin/SDL.dll',
    953954  shell   => ["cd $unixsources/SDL-1.2.13",
    954               "make install-sdl prefix=/usr"],
     955              "./configure --prefix=/usr",
     956              "make install"],
    955957  comment => 'building and installing: SDL' ],
    956958
    957959#  as at 26-12-2008 3.8.2 is latest stable.