GNOME Bugzilla – Bug 725511
Compiled resource files should have the same /-separators everywhere
Last modified: 2014-08-05 21:50:50 UTC
This is required for compatibility with MSYS, otherwise gtk will, for example fail to build with: No rule to make target '../../gtk+-3.11.5/gtk/resources\ui/gtkfontchooserdialog.ui', needed by 'gtkresources.c'
Created attachment 270709 [details] [review] Compiled resource files should have the same /-separators everywhere
Created attachment 274820 [details] [review] Make sure compiled resources only have / as dirsep v2: same thing, just pushed with git bz
Tried to alter the patch, only use "/" as a separator in the second hunk. Doesn't work. Tried to alter the patch, only use "/" as a separator in the first hunk. That works OK.
Created attachment 282455 [details] [review] Make sure compiled resources only have / as dirsep v2: Cut in half the number of changes needed for this to work
Review of attachment 282455 [details] [review]: looks fine to me
Attachment 282455 [details] pushed as 3c6efd4 - Make sure compiled resources only have / as dirsep