changeset 42:6f145876d887

remove useless shell scripts
author Robert McIntyre <rlm@mit.edu>
date Tue, 06 Mar 2012 14:27:20 -0600
parents f94fa48624d0
children 629602cb5e8c
files commands.sh correct.sh play-movie.sh wrong.sh
diffstat 4 files changed, 0 insertions(+), 41 deletions(-) [+]
line wrap: on
line diff
     1.1 --- a/commands.sh	Tue Mar 06 12:38:47 2012 -0600
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,21 +0,0 @@
     1.4 -
     1.5 -# This buffer is for notes you don't want to save, and for Lisp evaluation.
     1.6 -# If you want to create a file, visit that file with C-x C-f,
     1.7 -# then enter the text in that file's own buffer.
     1.8 -
     1.9 -
    1.10 -#./VisualBoyAdvance ../../../pokemon-escape/roms/Pokemon\ Yellow\ \(U\)\ \[C\]\[\!\].gbc                                     
    1.11 -
    1.12 -
    1.13 -#./VisualBoyAdvance --recordmovie=./rlm.vbm ../../../pokemon-escape/roms/Pokemon\ Yellow\ \(U\)\ \[C\]\[\!\].gbc                                     
    1.14 -
    1.15 -rm -f /home/r/proj/vba-restore/build/movie.vba
    1.16 -
    1.17 -cd /home/r/proj/vba-restore/build
    1.18 -make install
    1.19 -
    1.20 -/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                           
    1.21 -
    1.22 -#.//VisualBoyAdvance --playmovie=/home/r/proj/vba-restore/build/movie.vba /home/r/proj/pokemon-escape/roms/Pokemon\ Yellow\ \(U\)\ \[C\]\[\!\].gbc                             
    1.23 -
    1.24 -hexdump -C /home/r/proj/vba-restore/build/movie.vba
     2.1 --- a/correct.sh	Tue Mar 06 12:38:47 2012 -0600
     2.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.3 @@ -1,9 +0,0 @@
     2.4 -cd ./src/gba
     2.5 -
     2.6 -g++ -DHAVE_ARPA_INET_H=1  \
     2.7 -    -DHAVE_NETINET_IN_H=1 \
     2.8 -    -fno-exceptions \
     2.9 -    -I. -I../../../src/gba -I../..  -I../../../src \
    2.10 -    -g -O2 \
    2.11 -    -MT remote.o -MD -MP -MF .deps/remote.Tpo -c \
    2.12 -    -o remote.o ../../../src/gba/remote.cpp
     3.1 --- a/play-movie.sh	Tue Mar 06 12:38:47 2012 -0600
     3.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.3 @@ -1,3 +0,0 @@
     3.4 -/home/r/proj/vba-restore/build/artifacts/bin/VisualBoyAdvance \
     3.5 -    --playmovie=/home/r/proj/vba-restore/build/movie.vba \
     3.6 -    /home/r/proj/pokemon-escape/roms/yellow.gbc         
     4.1 --- a/wrong.sh	Tue Mar 06 12:38:47 2012 -0600
     4.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.3 @@ -1,8 +0,0 @@
     4.4 -cd ./src/gba
     4.5 -
     4.6 -g++ -DHAVE_CONFIG_H \
     4.7 -    -I. -I../../../src/gba -I../..  -I../../../src \
     4.8 -    -DSDL -DSYSCONFDIR=\"/usr/local/etc\"  \
     4.9 -    -fno-exceptions  -g -O2 \
    4.10 -    -MT remote.o -MD -MP -MF .deps/remote.Tpo -c \
    4.11 -    -o remote.o ../../../src/gba/remote.cpp