synthesizer patel
unread,Jun 23, 2009, 10:28:01 PM6/23/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
  to dvj-dev
After moving tools underneath source and getting rid of the
independent LGL.module's in each, build time is now 10 seconds on my
computer for a complete build. Previously was 30.
I've also slimmed the Makefile down even further by having globals
which the independent OS's append to, if they need to mute them they
can by switching the += to just := but it shouldn't be a problem.
Also, this signifies a switch to a single makefile for the entire
project, new folders can easily be added and if we're only adding new
files to the existing folders src/, src/LGL, src/tools/*/, they'll
automatically be picked up by the makefile.
Looks like you've had a few checkins which I can merge into my branch
and I guess we can do another code review once I've fixed the objects
placement, still currently in the src dirs.
-n