patchGNUstep - Patches: patch #3946, Add make support for windows PE...

Group
 
 

You are not allowed to post comments on this tracker with your current authentication level.

patch #3946: Add make support for windows PE resources

Submitter:  Sheldon Gill <sheldon>
Submitted:  Mon 25 Apr 2005 04:13:33 AM UTC
   
 
Category:  Foundation Priority:  5 - Normal
Status:  Done Privacy:  Public
Assigned to:  nico Open/Closed:  Closed

Fri 15 Jul 2005 03:11:16 PM UTC, 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!

Nicola Pero <nico>
Group Member
Mon 25 Apr 2005 04:13:33 AM UTC, original submission:  

Add support for compiling windows PE resources into executables & DLLs.

To use this, add appropriate lines to the GNUmakefile in the form of:

project_RC_FILES = project_resource_script.rc


Sheldon Gill <sheldon>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attached Files
file #8727:  make_rc_support.patch added by sheldon (2KiB - application/octet-stream - Add support for compiling windows resources into executables/DLLs)

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

 

Follow 5 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2006-01-03 sheldon StatusNone Done
    Open/ClosedOpen Closed
2005-07-15 nico Assigned toNone nico
2005-04-25 sheldon Attached File- Added make_rc_support.patch, #4512
    Carbon-Copy- Added nico

Back to the top

Powered by Savane 3.13-02a9.
Corresponding source code