summaryrefslogtreecommitdiffstats
path: root/Source/cmake.h
diff options
context:
space:
mode:
authorPeter Kuemmel <syntheticpp@gmx.net>2012-08-14 13:48:45 (GMT)
committerBrad King <brad.king@kitware.com>2012-09-19 15:40:47 (GMT)
commit5598d9b2a06d4ec788b5e058435bb3bba99fd517 (patch)
tree6c832f3b905776fbce364bd243a24fcd655a0114 /Source/cmake.h
parent047749bfe8ff32158f1447ebd2e3a2eee64ad339 (diff)
downloadCMake-5598d9b2a06d4ec788b5e058435bb3bba99fd517.zip
CMake-5598d9b2a06d4ec788b5e058435bb3bba99fd517.tar.gz
CMake-5598d9b2a06d4ec788b5e058435bb3bba99fd517.tar.bz2
Ninja: don't expand any rsp files
Diffstat (limited to 'Source/cmake.h')
-rw-r--r--Source/cmake.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmake.h b/Source/cmake.h
index 94c6f12..12e5edf 100644
--- a/Source/cmake.h
+++ b/Source/cmake.h
@@ -447,7 +447,8 @@ protected:
std::string const& link);
static int ExecuteEchoColor(std::vector<std::string>& args);
static int ExecuteLinkScript(std::vector<std::string>& args);
- static int VisualStudioLink(std::vector<std::string>& args, int type);
+ static int VisualStudioLink(std::vector<std::string>& args, int type,
+ bool no_rsp_expand);
static int VisualStudioLinkIncremental(std::vector<std::string>& args,
int type,
bool verbose);