Add Stoppable prepare and start interfaces

This commit is contained in:
Vinnie Falco
2013-09-28 15:00:35 -07:00
parent d37dd46f65
commit f07515eb88
18 changed files with 395 additions and 258 deletions

View File

@@ -23,7 +23,7 @@ for f in $1/*/*.cpp
do
{
echo "Compilng '$f'"
g++ -xc++ -I$1/../scripts/ "$f" -c -o /dev/null
g++ -xc++ -std=c++11 -I$1/../scripts/ "$f" -c -o /dev/null
g++ -xc++ -I$1/../config/ "$f" -c -o /dev/null
g++ -xc++ -std=c++11 -I$1/../config/ "$f" -c -o /dev/null
}
done