annotate correct.sh @ 33:44974c3e093b
found source of problem for video recording
author |
Robert McIntyre <rlm@mit.edu> |
date |
Mon, 05 Mar 2012 01:25:11 -0600 |
parents |
8870086b716c |
children |
|
rev |
line source |
rlm@22
|
1 cd ./src/gba
|
rlm@22
|
2
|
rlm@22
|
3 g++ -DHAVE_ARPA_INET_H=1 \
|
rlm@22
|
4 -DHAVE_NETINET_IN_H=1 \
|
rlm@22
|
5 -fno-exceptions \
|
rlm@22
|
6 -I. -I../../../src/gba -I../.. -I../../../src \
|
rlm@22
|
7 -g -O2 \
|
rlm@22
|
8 -MT remote.o -MD -MP -MF .deps/remote.Tpo -c \
|
rlm@22
|
9 -o remote.o ../../../src/gba/remote.cpp
|