steed/configure-mingw32.sh
2010-06-01 18:56:51 +00:00

9 lines
237 B
Bash
Executable file

#!/bin/bash
rm -f config.make
rm -f Rules.make
ln -sf Rules.mingw Rules.make
rm -f sdl-instead
ln -sf src/sdl-instead/sdl-instead sdl-instead
echo "Ok. We are ready to build. Use this command:"
echo " \$ make -f Makefile.mingw setup"