view correct.sh @ 35:b82b18185103

fixed Segfault but the recorded movie now lacks keypresses
author Robert McIntyre <rlm@mit.edu>
date Mon, 05 Mar 2012 14:26:45 -0600
parents 8870086b716c
children
line wrap: on
line source
1 cd ./src/gba
3 g++ -DHAVE_ARPA_INET_H=1 \
4 -DHAVE_NETINET_IN_H=1 \
5 -fno-exceptions \
6 -I. -I../../../src/gba -I../.. -I../../../src \
7 -g -O2 \
8 -MT remote.o -MD -MP -MF .deps/remote.Tpo -c \
9 -o remote.o ../../../src/gba/remote.cpp