Cleaned up some stuff, partially to please Brian.
- Added Vision2009 back to WPILib.
(The reason this was causing trouble earlier was because of a previous
gyp installation on my system that was screwing things up.)
- Fixed the argument order in build.sh's all around.
Actions are no longer hardcoded into particular build.sh files.
diff --git a/bot3/atom_code/build.sh b/bot3/atom_code/build.sh
index 7bdbbc8..a108cdf 100755
--- a/bot3/atom_code/build.sh
+++ b/bot3/atom_code/build.sh
@@ -1,3 +1,3 @@
#!/bin/bash
-../../aos/build/build.sh atom atom_code.gyp no All bot3_atom
+../../aos/build/build.sh atom atom_code.gyp no bot3_atom $1