On Mon, 18 Jan 2010 12:06:28 +0100 Kjow <[email protected]> wrote:
> 2010/1/18 Mattias Gaertner <[email protected]>: > > See > > http://wiki.lazarus.freepascal.org/Installing_Lazarus#Compiling_and_running > > Oh, OK. > So to upgrade svn revisions I need to do "make" instead "make clean all". I guess you mean you have to use "make clean all" > >> I noticed also that lazarus.exe hasn't the icon, how to associate it to > >> the exe? > > > > It is already compiled in. > > Maybe Paul can answer this? > > startlazarus.exe and lazbuild.exe have both the icon, but lazarus.exe hasn't. Paul? > >> Finally, how to automatically strip lazarus.exe? It is 119Mb... :) > > > > Add to your script: > > strip --strip-all lazarus.exe > > Whops, I mean directly in "make" string... but it isn't a problem to > add a row in the script ;) AFAIK this is not possible, because you can not disable the -g options that are always passed by the makefile. Mattias -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
