1#!/bin/sh
2
3PATH=/opt/SDL-1.2.13/bin:$PATH ./configure --target=i586-mingw32msvc --host=i586-mingw32msvc --build=i586-linux $*
4
5