robotdotnet / WPILib

DotNet implementation of WPILib for FIRST Robotics Competition (FRC)
27 stars 8 forks source link

Add Pre and Post Build Scripts #57

Closed ThadHouse closed 8 years ago

ThadHouse commented 8 years ago

I don't like manually handling the native libraries. Would be nice to have a pre-build script to automatically download a specified native library.

Would also be nice to have a post-build script to automatically use sandcastle to generate the proper XML.

ThadHouse commented 8 years ago

The sandcastle portion of this is done.

ThadHouse commented 8 years ago

Pre build executable is written. Still needs to be added to the project, but I want to wait on that until we have more then just the athena hal library.

ThadHouse commented 8 years ago

PreBuild script is done