summaryrefslogtreecommitdiffstats
path: root/Source/cmNinjaNormalTargetGenerator.h
diff options
context:
space:
mode:
authorPeter Kuemmel <syntheticpp@gmx.net>2012-06-14 23:43:08 (GMT)
committerPeter Kuemmel <syntheticpp@gmx.net>2012-06-14 23:43:08 (GMT)
commitf13a6a087e3f882b496ab34c12cc7777795a5c2f (patch)
tree066b0826fb9de8745052447f8ee1ef65d8262d3a /Source/cmNinjaNormalTargetGenerator.h
parent555bda4e436435c37690aa5f31f4d254793d5b4e (diff)
downloadCMake-f13a6a087e3f882b496ab34c12cc7777795a5c2f.zip
CMake-f13a6a087e3f882b496ab34c12cc7777795a5c2f.tar.gz
CMake-f13a6a087e3f882b496ab34c12cc7777795a5c2f.tar.bz2
Ninja: undo all the NOSHELL patches
Diffstat (limited to 'Source/cmNinjaNormalTargetGenerator.h')
-rw-r--r--Source/cmNinjaNormalTargetGenerator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmNinjaNormalTargetGenerator.h b/Source/cmNinjaNormalTargetGenerator.h
index 299b3e1..1ef9567 100644
--- a/Source/cmNinjaNormalTargetGenerator.h
+++ b/Source/cmNinjaNormalTargetGenerator.h
@@ -30,7 +30,7 @@ private:
std::string LanguageLinkerRule() const;
const char* GetVisibleTypeName() const;
void WriteLanguagesRules();
- void WriteLinkRule(const std::string& postfix = "");
+ void WriteLinkRule(bool useResponseFile);
void WriteLinkStatement();
void WriteObjectLibStatement();
std::vector<std::string> ComputeLinkCmd();