Mercurial > vba-clojure
annotate wrong.sh @ 30:48369c6aeaa0 compile-milestone
brought prof package in
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Sun, 04 Mar 2012 22:32:01 -0600 |
parents | 8870086b716c |
children |
rev | line source |
---|---|
rlm@22 | 1 cd ./src/gba |
rlm@22 | 2 |
rlm@22 | 3 g++ -DHAVE_CONFIG_H \ |
rlm@22 | 4 -I. -I../../../src/gba -I../.. -I../../../src \ |
rlm@22 | 5 -DSDL -DSYSCONFDIR=\"/usr/local/etc\" \ |
rlm@22 | 6 -fno-exceptions -g -O2 \ |
rlm@22 | 7 -MT remote.o -MD -MP -MF .deps/remote.Tpo -c \ |
rlm@22 | 8 -o remote.o ../../../src/gba/remote.cpp |