jerrym | f157933 | 2013-02-07 01:56:28 +0000 | [diff] [blame] | 1 | cd C:\WindRiver\vxworks-6.3\target
|
| 2 |
|
| 3 | rd /s /q h\WPILib
|
| 4 |
|
| 5 | mkdir h\WPILib
|
| 6 | mkdir h\WPILib\Buttons
|
| 7 | mkdir h\WPILib\CAN
|
| 8 | mkdir h\WPILib\ChipObject
|
| 9 | mkdir h\WPILib\CInterfaces
|
| 10 | mkdir h\WPILib\Commands
|
| 11 | mkdir h\WPILib\NetworkCommunication
|
| 12 | mkdir h\WPILib\SmartDashboard
|
| 13 | mkdir h\WPILib\visa
|
| 14 | mkdir h\WPILib\Vision
|
| 15 | mkdir h\WPILib\Vision2009
|
| 16 |
|
| 17 | mkdir h\WPILib\LiveWindow
|
| 18 | mkdir h\WPILib\networktables
|
| 19 | mkdir h\WPILib\tables
|
| 20 | mkdir h\WPILib\networktables2
|
| 21 | mkdir h\WPILib\networktables2\client
|
| 22 | mkdir h\WPILib\networktables2\connection
|
| 23 | mkdir h\WPILib\networktables2\server
|
| 24 | mkdir h\WPILib\networktables2\stream
|
| 25 | mkdir h\WPILib\networktables2\thread
|
| 26 | mkdir h\WPILib\networktables2\type
|
| 27 | mkdir h\WPILib\networktables2\util
|
| 28 |
|
| 29 |
|
| 30 |
|
| 31 | copy c:\WindRiver\workspace\WPILib\*.h h\WPILib
|
| 32 | copy c:\WindRiver\workspace\WPILib\Buttons\*.h h\WPILib\Buttons
|
| 33 | copy c:\WindRiver\workspace\WPILib\CAN\*.h h\WPILib\CAN
|
| 34 | copy c:\WindRiver\workspace\WPILib\ChipObject\*.h h\WPILib\ChipObject
|
| 35 | copy C:\WindRiver\workspace\WPILib\CInterfaces\*.h h\WPILib\CInterfaces
|
| 36 | copy C:\WindRiver\workspace\WPILib\Commands\*.h h\WPILib\Commands
|
| 37 | copy C:\WindRiver\workspace\WPILib\NetworkCommunication\*.h h\WPILib\NetworkCommunication
|
| 38 | copy C:\WindRiver\workspace\WPILib\SmartDashboard\*.h h\WPILib\SmartDashboard
|
| 39 | copy c:\WindRiver\workspace\WPILib\visa\*.h h\WPILib\visa
|
| 40 | copy c:\WindRiver\workspace\WPILib\Vision\*.h h\WPILib\Vision
|
| 41 | copy c:\WindRiver\workspace\WPILib\Vision2009\*.h h\WPILib\Vision2009
|
| 42 |
|
| 43 | copy C:\WindRiver\workspace\WPILib\LiveWindow\*.h h\WPILib\LiveWindow
|
| 44 | copy C:\WindRiver\workspace\WPILib\networktables\*.h h\WPILib\networktables
|
| 45 | copy C:\WindRiver\workspace\WPILib\tables\*.h h\WPILib\tables
|
| 46 | copy C:\WindRiver\workspace\WPILib\networktables2\*.h h\WPILib\networktables2
|
| 47 | copy C:\WindRiver\workspace\WPILib\networktables2\client\*.h h\WPILib\networktables2\client
|
| 48 | copy C:\WindRiver\workspace\WPILib\networktables2\connection\*.h h\WPILib\networktables2\connection
|
| 49 | copy C:\WindRiver\workspace\WPILib\networktables2\server\*.h h\WPILib\networktables2\server
|
| 50 | copy C:\WindRiver\workspace\WPILib\networktables2\stream\*.h h\WPILib\networktables2\stream
|
| 51 | copy C:\WindRiver\workspace\WPILib\networktables2\thread\*.h h\WPILib\networktables2\thread
|
| 52 | copy C:\WindRiver\workspace\WPILib\networktables2\type\*.h h\WPILib\networktables2\type
|
| 53 | copy C:\WindRiver\workspace\WPILib\networktables2\util\*.h h\WPILib\networktables2\util
|
| 54 |
|
| 55 |
|
| 56 |
|
| 57 | copy C:\WindRiver\workspace\WPILib\PPC603gnu\WPILib\Debug\WPILib.a lib
|
| 58 |
|
| 59 | rem copy c:\WindRiver\workspace\WorkbenchUpdate\frc_20*.zip c:\WindRiver\WPILib\cRIO_Images
|
| 60 |
|
| 61 | cd \WindRiver\workspace\WPILib\Scripts
|