On Tue, 10 Apr 2012 10:11:37 -0400
waldo kitty <wkitt...@windstream.net> wrote:

> On 4/9/2012 06:25, Bernd wrote:
> > 2012/4/9 waldo kitty<wkitt...@windstream.net>:
> >
> >> interesting... i do not recall "useride" in what i was looking at in the
> >> makefile but... where do you see this listed as a make target?
> >
> > A few months ago I noticed a commit regarding this (I have the svn log
> > in my  rss reader) which made me curious because something like this
> > was (almost) exactly what I was looking for all the time, then I
> > looked into the makefile and saw it ;-)
> 
> i wonder why it is not listed in the "all" section, then?

"all" is the default target.
A "make" should build a default IDE.

 
> i found it in ".PHONY" and then yes, there is a section header for it that 
> does 
> call lazbuild which builds the default ide... "default" as in which ever one 
> has 
> been saved as the initial one... on my system, this is "debug ide"... on 
> yours 
> it might be "optimized ide"... so my script builds all the necessary items 
> and 
> then invokes lazbuild for each of the known default ide... so as to give one 
> a 
> choice, any time, as to what they run for their ide... this should allow for 
> testing between revisions... i just need to figure out how to get the 
> revision 
> number being compiled so that the exes can be named with it...
> 
> eg:
> 04/05/2012  16:05          130,631,688 lazarus_r36661-clean_up_build_all.exe
> 04/05/2012  15:50           76,245,358 lazarus_r36661-debug.exe
> 04/05/2012  15:56           93,860,444 lazarus_r36661-normal.exe
> 04/05/2012  16:00           13,431,404 lazarus_r36661-optimized.exe
> 04/09/2012  20:23           76,463,494 lazarus.exe

I'm curious. What are you testing with these 5 versions of the IDE?

Mattias

--
_______________________________________________
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to