[Lazarus] [OT] SubVersion, DSCM, Workflow etc.

Graeme Geldenhuys graemeg.lists at gmail.com
Mon Jan 18 15:06:13 CET 2010


On Mon, 18 Jan 2010 12:19:17 +0100
Kjow <antispammoni at gmail.com> wrote:

> 2010/1/18 Paul Ishenin <ip at kmiac.ru>:
> > Windows uses built-in icon automatically. On linux you need to assign
> > project ico file to desktop shortcut manually. I don't know if this can be
> > automated since even kde and gnome requires different actions for that.
> >
> > On OSX we are thinking about the possibility to automatically generate a
> > bundle with .icns inside - then OSX will show application using that icon.
> 
> As just worte, startlazarus.exe and lazbuild.exe have both the icon,
> but lazarus.exe hasn't.
> 
> > There are other possibilities too. Compiler can strip if -Xs is passed but I
> > remember some conflicts with -g options. You can also ask fpc to separate
> > debug info from the executable using -Xg switch. I can be wrong but as I
> > remember -Xg works correctly starting from fpc 2.4.0
> 
> So can I add -Xs or -Xg to the "make" for lazarus compile?
> e.g. c:\develop\lazarus\> make -Xs

No,
the syntax is:

make OPT='-Xs'

But this won't work. See my other mail.

Mattias




More information about the Lazarus mailing list