https://sourceware.org/bugzilla/show_bug.cgi?id=4356

--- Comment #24 from David Macek <david.macek.0 at gmail dot com> ---
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"

$ echo %ERRORLEVEL%
0

$ ls a.res
a.res

$ rm a.res

$ windres -o a.res a.rc "--preprocessor=gcc -E -xc" --use-temp-file
windres: CreateProcess (null): No such file or directory

$ ls a.res
ls: a.res: No such file or directory

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Reply via email to