# HG changeset patch # User Robert McIntyre # Date 1331065640 21600 # Node ID 6f145876d887ac9d7878a093531cfc8ded999f6d # Parent f94fa48624d05c41f78acf37755d3c878752eeca remove useless shell scripts diff -r f94fa48624d0 -r 6f145876d887 commands.sh --- a/commands.sh Tue Mar 06 12:38:47 2012 -0600 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,21 +0,0 @@ - -# This buffer is for notes you don't want to save, and for Lisp evaluation. -# If you want to create a file, visit that file with C-x C-f, -# then enter the text in that file's own buffer. - - -#./VisualBoyAdvance ../../../pokemon-escape/roms/Pokemon\ Yellow\ \(U\)\ \[C\]\[\!\].gbc - - -#./VisualBoyAdvance --recordmovie=./rlm.vbm ../../../pokemon-escape/roms/Pokemon\ Yellow\ \(U\)\ \[C\]\[\!\].gbc - -rm -f /home/r/proj/vba-restore/build/movie.vba - -cd /home/r/proj/vba-restore/build -make install - -/home/r/proj/vba-restore/build/artifacts/bin/VisualBoyAdvance --recordmovie=/home/r/proj/vba-restore/build/movie.vba /home/r/proj/pokemon-escape/roms/yellow.gbc - -#.//VisualBoyAdvance --playmovie=/home/r/proj/vba-restore/build/movie.vba /home/r/proj/pokemon-escape/roms/Pokemon\ Yellow\ \(U\)\ \[C\]\[\!\].gbc - -hexdump -C /home/r/proj/vba-restore/build/movie.vba diff -r f94fa48624d0 -r 6f145876d887 correct.sh --- a/correct.sh Tue Mar 06 12:38:47 2012 -0600 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,9 +0,0 @@ -cd ./src/gba - -g++ -DHAVE_ARPA_INET_H=1 \ - -DHAVE_NETINET_IN_H=1 \ - -fno-exceptions \ - -I. -I../../../src/gba -I../.. -I../../../src \ - -g -O2 \ - -MT remote.o -MD -MP -MF .deps/remote.Tpo -c \ - -o remote.o ../../../src/gba/remote.cpp diff -r f94fa48624d0 -r 6f145876d887 play-movie.sh --- a/play-movie.sh Tue Mar 06 12:38:47 2012 -0600 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,3 +0,0 @@ -/home/r/proj/vba-restore/build/artifacts/bin/VisualBoyAdvance \ - --playmovie=/home/r/proj/vba-restore/build/movie.vba \ - /home/r/proj/pokemon-escape/roms/yellow.gbc diff -r f94fa48624d0 -r 6f145876d887 wrong.sh --- a/wrong.sh Tue Mar 06 12:38:47 2012 -0600 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,8 +0,0 @@ -cd ./src/gba - -g++ -DHAVE_CONFIG_H \ - -I. -I../../../src/gba -I../.. -I../../../src \ - -DSDL -DSYSCONFDIR=\"/usr/local/etc\" \ - -fno-exceptions -g -O2 \ - -MT remote.o -MD -MP -MF .deps/remote.Tpo -c \ - -o remote.o ../../../src/gba/remote.cpp