diff options
author | Florian Jung <flo@windfisch.org> | 2014-09-06 23:16:01 +0200 |
---|---|---|
committer | Florian Jung <flo@windfisch.org> | 2014-09-06 23:16:01 +0200 |
commit | 9e7d4f7b5e370329d0a574b4ec5f783e0e481e99 (patch) | |
tree | f58855761f353d7c608bc39e488ba59ecd77a9a7 | |
parent | 1fbf21ce79b4ea3c37e1b6dfc7a038a700d75d8c (diff) |
./convert_to_bsd_makefile.sh script m)
-rw-r--r-- | README | 1 | ||||
-rwxr-xr-x | convert_to_bsd_makefile.sh | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -40,6 +40,7 @@ Then press "ENTER" in the mariokart bot command window and enjoy :) edit os.h and set your OS (if you use FreeBSD, you must patch mupen64plus!) edit mariokart.cpp and fix the startup of mupen, in mariokart.cpp, fix the window title the XorgGrabber uses +if you use bsdmake, run ./convert_to_bsd_makefile.sh first. diff --git a/convert_to_bsd_makefile.sh b/convert_to_bsd_makefile.sh new file mode 100755 index 0000000..b87e684 --- /dev/null +++ b/convert_to_bsd_makefile.sh @@ -0,0 +1,3 @@ +#!/bin/sh +sed -i -e 's/\$\^/$>/g' Makefile + |