mirror of
https://github.com/libretro/gambatte-libretro.git
synced 2025-02-16 22:57:48 +00:00
Add simple build scripts.
git-svn-id: https://gambatte.svn.sourceforge.net/svnroot/gambatte@17 9dfb2916-2d38-0410-aef4-c5fe6c9ffc24
This commit is contained in:
parent
64f1473cdf
commit
727cfc7bdb
7
build_qt.sh
Executable file
7
build_qt.sh
Executable file
@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
echo "cd libgambatte && scons"
|
||||
(cd libgambatte && scons) || exit
|
||||
|
||||
echo "cd gambatte_qt && qmake && make"
|
||||
(cd gambatte_qt && qmake && make)
|
7
build_sdl.sh
Executable file
7
build_sdl.sh
Executable file
@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
echo "cd libgambatte && scons"
|
||||
(cd libgambatte && scons) || exit
|
||||
|
||||
echo "cd gambatte_sdl && scons"
|
||||
(cd gambatte_sdl && scons)
|
Loading…
x
Reference in New Issue
Block a user