blob: f3df2c964ad798ad3b93a9d9a618b508d5708d5a [file] [log] [blame]
Brian Silverman890a32a2018-03-11 15:41:56 -07001:: set working directory to where the compiled lib is
2cd %~dp0\Debug
3
4:: move the headers into the WPILIB folder for FRC applications
5xcopy /Y /E ..\..\Phoenix-frc-lib\cpp\include\ctre %HOMEPATH%\wpilib\user\cpp\include\ctre
6
7:: move the driver headers into the WPILIB folder for FRC applications
8xcopy /Y /E ..\..\Phoenix-frc-lib\libraries\driver\include\ctre %HOMEPATH%\wpilib\user\cpp\include\ctre
9
10:: move the low level static lib so Robot apps use it
11echo F|xcopy /Y /E .\libCTRE_Phoenix.a %HOMEPATH%\wpilib\user\cpp\lib\libCTRE_Phoenix.a