[Lazarus] Lazarus 1.0 is branched
waldo kitty
wkitty42 at windstream.net
Mon Apr 9 05:30:26 CEST 2012
On 4/8/2012 06:51, Bernd wrote:
> 2012/4/5 waldo kitty<wkitty42 at windstream.net>:
>
>> an ignorant (meaning uneducated!) look at the Makefile in the lazarus root
>> turns up the following on line 3910...
>>
>> all: lazbuild lcl ideintf components tools ide starter
>>
>> which i /think/ indicates that one could leave out the ide target like so...
>>
>> make lazbuild lcl ideintf components tools starter
>
> How about simply using this:
>
> make lazbuild lcl ideintf components tools starter useride
>
> because useride is the target that is calling lazbuild, maybe even
i did not know that make could/would call lazbuild... or maybe i did but do not
recall it whilst wading thru the learning curve? ;)
>
> make lazbuild tools starter useride
>
> would be enough already? (didn't try it myself)
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?
More information about the Lazarus
mailing list