summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalNinjaGenerator.h
diff options
context:
space:
mode:
authorPeter Kümmel <syntheticpp@gmx.net>2012-09-26 08:07:25 (GMT)
committerPeter Kümmel <syntheticpp@gmx.net>2012-09-28 10:33:57 (GMT)
commitf1670ab18a21b635e58e1a53178c25c722911504 (patch)
tree510df1c6a5e7a01f2908127f200601bfb29da457 /Source/cmGlobalNinjaGenerator.h
parent64d64b4edfe9a64fdc88c97e67681c9a16fb5eca (diff)
downloadCMake-f1670ab18a21b635e58e1a53178c25c722911504.zip
CMake-f1670ab18a21b635e58e1a53178c25c722911504.tar.gz
CMake-f1670ab18a21b635e58e1a53178c25c722911504.tar.bz2
Ninja: don't confuse ninja's rsp files with nmake's
Move response files into CMakeFiles/ which makes them different to nmake's.
Diffstat (limited to 'Source/cmGlobalNinjaGenerator.h')
-rw-r--r--Source/cmGlobalNinjaGenerator.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmGlobalNinjaGenerator.h b/Source/cmGlobalNinjaGenerator.h
index b2fe243..24c3916 100644
--- a/Source/cmGlobalNinjaGenerator.h
+++ b/Source/cmGlobalNinjaGenerator.h
@@ -84,6 +84,7 @@ public:
const cmNinjaDeps& implicitDeps,
const cmNinjaDeps& orderOnlyDeps,
const cmNinjaVars& variables,
+ const std::string& rspfile = std::string(),
int cmdLineLimit = -1);
/**