Page 5 of 5

Re: Musings about stuff that I could do to the source code..

Posted: Tue Dec 10, 2013 7:03 am
by cim
Redspear wrote:
Once I've edited the file will I need to 'recompile' my build or some such?
Yes. If you run 'make -f Makefile' again (or XCode's build process, if you're using a Mac) then it'll rebuild ShipEntity (and, though there shouldn't be any this time, any other files which might need rebuilding because of your changes) and then remake the Oolite executable.

Re: Musings about stuff that I could do to the source code..

Posted: Wed Dec 18, 2013 5:28 pm
by Redspear
cim wrote:
Redspear wrote:
Once I've edited the file will I need to 'recompile' my build or some such?
Yes. If you run 'make -f Makefile' again (or XCode's build process, if you're using a Mac) then it'll rebuild ShipEntity (and, though there shouldn't be any this time, any other files which might need rebuilding because of your changes) and then remake the Oolite executable.
Worked a treat. Thanks :D