diff options
author | Peter Kuemmel <syntheticpp@gmx.net> | 2012-08-14 13:48:45 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2012-09-19 15:40:47 (GMT) |
commit | 5598d9b2a06d4ec788b5e058435bb3bba99fd517 (patch) | |
tree | 6c832f3b905776fbce364bd243a24fcd655a0114 /Source/cmake.h | |
parent | 047749bfe8ff32158f1447ebd2e3a2eee64ad339 (diff) | |
download | CMake-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.h | 3 |
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); |