Angus Leeming <[EMAIL PROTECTED]> writes:

> In fact, if I think about it, the only manual step in the whole process is the
> installation of the LyX icons into the lyx.exe executable. If someone takes it
> upon themselves to integrate that step into the build process then everything
> else can be merged into a Makefile fairly easily.

Angus,

it should simply be a matter of

windres -i lyxicons.rc -o lyxicons.o

where:

$ cat lyxicons.rc
1 ICON "lyx_32x32.ico"
2 ICON "lyx_doc_32x32.ico"

and then including lyxicons.o in the final link step.
But windres is a cygwin program... I see that a free resource compiler
is available from here: http://www.jorgon.freeserve.co.uk/ but I have
not tried it.

-- 
Enrico


Reply via email to