You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#!/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"
|