GNOME Bugzilla – Bug 727658
W32: Compiler fails to find RC file when building OOTSD
Last modified: 2014-04-10 13:49:37 UTC
Otherwise you get something like this at compile time: windres -i gedit/gedit.rc --input-format=rc -o gedit/gedit-res.o -O coff i686-w64-mingw32-gcc: error: gedit/gedit.rc: No such file or directory i686-w64-mingw32-gcc: warning: '-x c' after last input file has no effect i686-w64-mingw32-gcc: fatal error: no input files
Created attachment 273616 [details] [review] W32: Include rc file by its absolute name
Review of attachment 273616 [details] [review]: Looks good.
Attachment 273616 [details] pushed as 786ef53 - W32: Include rc file by its absolute name