diff options
author | Rohan McGovern <rohan.mcgovern@nokia.com> | 2009-04-09 03:50:38 (GMT) |
---|---|---|
committer | Rohan McGovern <rohan.mcgovern@nokia.com> | 2009-04-13 23:51:53 (GMT) |
commit | 6e5774d84e7e3b68736f95fae09a084bd5b9ac7a (patch) | |
tree | 7b068f308da318dc83ade9eb6f97c2f336b04bef /mkspecs/wincewm50pocket-msvc2008 | |
parent | 5c36257e21d00106e36f5b68eea78507efc3f39c (diff) | |
download | Qt-6e5774d84e7e3b68736f95fae09a084bd5b9ac7a.zip Qt-6e5774d84e7e3b68736f95fae09a084bd5b9ac7a.tar.gz Qt-6e5774d84e7e3b68736f95fae09a084bd5b9ac7a.tar.bz2 |
Fixes compile of WebKit with MinGW when using any `-j' option to build
in parallel.
On Windows, when a project has a lot of INCLUDEPATHs, some extra logic
takes place to work around an issue of large command lines.
Instead of passing all the paths directly to moc.exe, the paths are
written to mocinclude.tmp which is then read from by moc.exe.
Prior to this change, every moc rule tries to write to mocinclude.tmp.
When running make with -j, this will happen in parallel, causing this
error message:
"The process cannot access the file because it is being used by another
process"
Change the logic so mocinclude.tmp is generated by its own rule.
Reviewed-by: Lincoln Ramsay
Diffstat (limited to 'mkspecs/wincewm50pocket-msvc2008')
0 files changed, 0 insertions, 0 deletions