https://sourceware.org/bugzilla/show_bug.cgi?id=4356
--- Comment #26 from David Macek ---
Sorry for the confusion, I stand corrected. I assumed the presented
inconsistency, although in an incorrect usage, would translate into an
inconsistency with correct usage. I tried directing windres to som
https://sourceware.org/bugzilla/show_bug.cgi?id=4356
--- Comment #24 from David Macek ---
Here you go. Can you confirm this behavior?
$ cat a.rc
1 VERSIONINFO
FILEVERSION 1,0,0,0
BEGIN
END
$ ls a.res
ls: a.res: No such file or directory
$ windres -o a.res a.rc "--preprocessor=gcc -E -xc"
https://sourceware.org/bugzilla/show_bug.cgi?id=4356
--- Comment #22 from David Macek ---
I guess I'm confused as well.
The specific comment I linked said:
> We should probably use --preprocessor-arg instead to pass arguments.
Until we realized that, there were discussions on how to patch wind
https://sourceware.org/bugzilla/show_bug.cgi?id=4356
David Macek changed:
What|Removed |Added
CC||david.macek.0 at gmail dot com