Mercurial > vba-clojure
comparison correct.sh @ 22:8870086b716c
remote.cpp must include config.h
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Sun, 04 Mar 2012 17:35:30 -0600 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
21:e0545ef33bb9 | 22:8870086b716c |
---|---|
1 cd ./src/gba | |
2 | |
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 |