commit | 837f50adf47f92eb6ca88a88b26781ad73b1aad3 | [log] [tgz] |
---|---|---|
author | Brian Silverman <brians> | Fri Apr 26 22:37:35 2013 -0700 |
committer | Brian Silverman <brians> | Fri May 10 16:48:12 2013 -0700 |
tree | 0f465085350a393bf7e88eac9917076c16cf26ca | |
parent | 98704b14c4ef2683b6d3c775311ac8ed0afd8810 [diff] |
updated the new NetworkRobot-based code's build setup
diff --git a/frc971/crio/crio.gyp b/frc971/crio/crio.gyp index 731743b..9000f68 100644 --- a/frc971/crio/crio.gyp +++ b/frc971/crio/crio.gyp
@@ -6,7 +6,6 @@ 'type': 'static_library', 'dependencies': [ '<(EXTERNALS):WPILib', - '<(EXTERNALS):libgcc-4.5.2', ], }, { @@ -43,7 +42,7 @@ 'target_name': 'FRC_UserProgram', 'type': 'shared_library', 'dependencies': [ - 'WPILib_changes', + '<(EXTERNALS):libgcc-4.5.2', 'dumb_main', ], },