If I modify the Universal Motor Control Lab project to run on custom HW, I end up with some setting and files in the project directory. But most of the source code in the project are linked to files in the SDK installation directory, and to support new hardware, I need to modify those files. So I end up with two places where modifications are done: the project directory and the SDK installation directory. For version control of the changes needed to support the custom HW, I need to work with both directories.
Question here: Is there a better way to do this, or are there "best practices" / procedure that I should consider?
Thanks!
-Mark