On March 7, 2004 7:37 pm, Alexandre Julliard wrote:
make is using $CC the same way, so I don't think that's an issue. If $CC has embedded spaces they will need to be escaped in the makefile, and winegcc can then deal with the escapes the same way the shell does.
This seems like real low priority however. It's a corner case that's not worth worrying about at this point. There are much better workarouds that don't depend on this (rather strange) trick.