[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[patch #3946] Add make support for windows PE resources
From: |
Nicola Pero |
Subject: |
[patch #3946] Add make support for windows PE resources |
Date: |
Fri, 15 Jul 2005 15:11:17 +0000 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.6) Gecko/20050328 Fedora/1.7.6-1.2.5 |
Update of patch #3946 (project gnustep):
Assigned to: None => nico
_______________________________________________________
Follow-up Comment #1:
I was browsing the list of bugs on Savannah when I noticed the list of patches
(I didn't know it was there!), and this patch in particular.
Thanks -- it's a good one. We've just added something really similar to
gnustep-make HEAD -- the only real difference with this patch is that the
variable is called xxx_WINDRES_FILES instead of xxx_RC_FILES.
Also, on CVS we only add those rules for mingw32. Maybe we should always have
them like in this patch ? Problem is, windres is not available on (eg)
GNU/Linux. So the idea is that you'd have a xxx_WINDRES_FILES and they would
be compiled in but only on Windows (presumably in some cases you have
resources that you want to compile in only on windows ?)
Another comment is that in this patch you have $(RCFLAGS) ... maybe we need
something like that ? Any example of flags that someone might want to pass to
windres ?
Anyway -- thanks!
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/patch/?func=detailitem&item_id=3946>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- [patch #3946] Add make support for windows PE resources,
Nicola Pero <=
- Re: [patch #3946] Add make support for windows PE resources, Sheldon Gill, 2005/07/15
- Re: [patch #3946] Add make support for windows PE resources, Nicola Pero, 2005/07/16
- Re: [patch #3946] Add make support for windows PE resources, Sheldon Gill, 2005/07/16
- Re: [patch #3946] Add make support for windows PE resources, Nicola Pero, 2005/07/16
- Re: [patch #3946] Add make support for windows PE resources, Sheldon Gill, 2005/07/16
- Re: [patch #3946] Add make support for windows PE resources, Nicola Pero, 2005/07/20
- Re: [patch #3946] Add make support for windows PE resources, Alex Perez, 2005/07/20
- Re: [patch #3946] Add make support for windows PE resources, Nicola Pero, 2005/07/21
- Re: [patch #3946] Add make support for windows PE resources, Alex Perez, 2005/07/21
- Re: [patch #3946] Add make support for windows PE resources, Nicola Pero, 2005/07/21