|
Re: WindRiver & Git - Makefile
Quote:
Originally Posted by Tanner
I'm confused how WindRiver is going to compile fine without the makefiles. Maybe I'm importing the project wrongly into WindRiver, but I'm not seeing how it can be done otherwise.
|
How are you importing it?
Quote:
Originally Posted by Tanner
How do people using SVN manage the makefile?
|
I don't, I just use the subclipse plugin and it takes care of it all. the only files that I dont see in the project that it svn's are .cproject .project .wrmakefile and .wrproject
EDIT: found EGit, a git plugin for eclipse/windriver: http://www.eclipse.org/egit/download/ I would import from the git source when it is installed
__________________
Bubble Wrap: programmers rewards
Watchdog.Kill();
printf("Watchdog is Dead, Celebrate!");
How to make a self aware robot: while (∞) cout<<(sqrt(-∞)/-0);
Previously FRC 451 (The Cat Attack)
Now part of the class of 2016 at WPI & helping on WPILib
Last edited by byteit101 : 06-06-2010 at 13:57.
Reason: found git plugin
|