[Bug binutils/11240] Windres breaks down with spaces in rc source

2010-02-10 Thread gcchelp dot 5 dot adept at 0sg dot net

--- Additional Comments From gcchelp dot 5 dot adept at 0sg dot net  
2010-02-10 15:46 ---
Hi Nick, sounds logical algthough I didnt expect this behaviour from windres.
Thank you

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=11240

--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug binutils/11240] Windres breaks down with spaces in rc source

2010-02-09 Thread nickc at redhat dot com

--- Additional Comments From nickc at redhat dot com  2010-02-09 10:10 
---
Hi,

 Linker error, could not find resource metal.pngtempleoftheancesteors

This is more of a feature than a bug.  What is happening is that windres 
now supports the concatenating of two double-quote enclosed strings into one
string, just as a C compiler does.  So:

 foo
 bar
 
is treated as if you had typed:

 foobar
 
The simple way around this is to use single quotes for the second 
string, as in:

metal   png DISCARDABLE  ../source/metal.png
'temple of the ancestors'   fxp DISCARDABLE 
../presets/syntheticenvironments/temple of the ancestors.fxp

I hope that this is OK with you.

Cheers
   Nick



-- 
   What|Removed |Added

 Status|NEW |WAITING


http://sourceware.org/bugzilla/show_bug.cgi?id=11240

--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils