|
Re: WindRiver & Git - Makefile
I don't have the computer with me right now that I use for FIRST development, so I don't know the specific instructions, but I'll try from memory.
We use SVN to host just our code. No makefiles, no project files, just .cpp & .h. Each developer then creates a project using one of the sample projects as a base, cleans out all the default code files, renames the project, etc. Then we import (I believe that's the correct menu option, but I'm not certain) the directory that contains all our SVN code. Our code is then buildable. When someone adds or removes a file, it's necessary to refresh the file browser tree.
|