Squashed 'third_party/Phoenix-frc-lib/' content from commit 666d176

Change-Id: Ibaca2fc8ffb1177e786576cc1e4cc9f7a8c98f13
git-subtree-dir: third_party/Phoenix-frc-lib
git-subtree-split: 666d176a08151793044ab74e0005f13d3732ed96
diff --git a/Eclipse_DeployForDebug.bat b/Eclipse_DeployForDebug.bat
new file mode 100644
index 0000000..f3df2c9
--- /dev/null
+++ b/Eclipse_DeployForDebug.bat
@@ -0,0 +1,11 @@
+:: set working directory to where the compiled lib is
+cd %~dp0\Debug
+
+:: move the headers into the WPILIB folder for FRC applications
+xcopy /Y /E ..\..\Phoenix-frc-lib\cpp\include\ctre %HOMEPATH%\wpilib\user\cpp\include\ctre
+
+:: move the driver headers into the WPILIB folder for FRC applications
+xcopy /Y /E ..\..\Phoenix-frc-lib\libraries\driver\include\ctre %HOMEPATH%\wpilib\user\cpp\include\ctre
+
+:: move the low level static lib so Robot apps use it
+echo F|xcopy /Y /E .\libCTRE_Phoenix.a %HOMEPATH%\wpilib\user\cpp\lib\libCTRE_Phoenix.a
\ No newline at end of file