Jed Brown <[email protected]> writes: > Is the gmake build considered working now, once we add --download-gmake > and proper detection for -MMD -MP?
I guess we could convert this hokey output into a proper rule? http://msdn.microsoft.com/en-us/library/vstudio/hdkef6tk.aspx Should win32fe support Intel's /QMMD (same as unix -MMD). It appears there is no equivalent to -MP, which is a hiccup when a header is removed (need to either remove the corresponding *.d file or 'make clean').
