This repository has been archived on 2019-04-06. You can view files and clone it, but cannot push or open issues or pull requests.
adventin/configure-mingw32.sh

9 lines
237 B
Bash
Raw 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"