steed/configure-mingw32.sh

9 lines
237 B
Bash
Raw Permalink Normal View History

2010-06-01 21:56:51 +03:00
#!/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"