Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
RE: PATCH: (but not for the archive): zsh icon for cygwin
- X-seq: zsh-workers 12622
- From: "Andrej Borsenkow" <Andrej.Borsenkow@xxxxxxxxxxxxxx>
- To: "Peter Stephenson" <pws@xxxxxxx>, "Zsh hackers list" <zsh-workers@xxxxxxxxxxxxxx>
- Subject: RE: PATCH: (but not for the archive): zsh icon for cygwin
- Date: Mon, 14 Aug 2000 21:09:51 +0400
- Importance: Normal
- In-reply-to: <0FZ400L3UXA5I2@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
> This provides rudimentary cygwin resources support, in particular an icon
> which will be associated with zsh.exe. If you untar it in the top level
> directory, run `make prep' in Src, and add zsh/resources to the list of
> modules to be built in (N.B. --- it makes no sense as a DLL),
^^^^^^^^^^^^^^^^^^^^^^^^^^
That's the problem. Currently, on systems that need external shared library,
even "built-in" modules will be compiled into this library and not into the
main executable.
So, I think, it makes more sense if it will be added as additional dependency
to main zsh.exe. This can happily live in Makefile; just dependency will be
added under Cygwin.
-andrej
Messages sorted by:
Reverse Date,
Date,
Thread,
Author