View Single Post
  #1   Spotlight this post!  
Unread 05-06-2010, 11:46
Tanner's Avatar
Tanner Tanner is offline
Registered User
FRC #1261 (Roblions)
Team Role: Programmer
 
Join Date: Jan 2007
Rookie Year: 2007
Location: Suwanee, GA
Posts: 311
Tanner is a splendid one to beholdTanner is a splendid one to beholdTanner is a splendid one to beholdTanner is a splendid one to beholdTanner is a splendid one to beholdTanner is a splendid one to behold
WindRiver & Git - Makefile

Hi all,

Been playing with using C++ to program the robot instead of LabVIEW and I've been using Git as my VCS.

Things are working fine except for the Makefile. I haven't programmed in C++ for years so I'm not sure if this is how things are done or what. I noticed the makefile has a lot of exact paths (C:/Users/Tanner/blah/blah) which doesn't work too well in a VCS unless everyone has my computer (doubtful) and they don't want to compile.

So what I'm asking is there a way to modify the Makefile so it can play a bit more nicely with Git?

-Tanner
Reply With Quote