commit | 4e591f76d252964cb3b428a99b692c9dfc46c06c | [log] [tgz] |
---|---|---|
author | Daniel Petti <djpetti@me.com> | Fri Sep 13 04:51:20 2013 +0000 |
committer | Daniel Petti <djpetti@me.com> | Fri Sep 13 04:51:20 2013 +0000 |
tree | fa243c0c9e2078ddf9542d2e29393f4d2f7898e8 | |
parent | 3d5e697fef01495e933c9f731b084564308f50f9 [diff] |
Reorganized build system for bot3 code. - Put all the robot-specific code for bot3 in a directory called bot3. - Remove unecessary executables from start_list.txt and atom_code.gyp for the third robot. - Get rid of Vision2009 from WPILib. (Nothing seems to be using it, and gyp was throwing a hissy fit about duplicate names between that and Vision.) - Update .gitignore for third robot code. - Modify build.sh files to allow us to build the third robot code.