summaryrefslogtreecommitdiff
path: root/Source/cmNinjaNormalTargetGenerator.h
diff options
context:
space:
mode:
authorPeter Kuemmel <syntheticpp@gmx.net>2012-06-13 00:52:46 +0200
committerPeter Kuemmel <syntheticpp@gmx.net>2012-06-13 00:52:46 +0200
commit43200c145d9690701f0cc6dbd5c60ee3ece5edf8 (patch)
tree126a97e913a088f18bfb5d91e789f19b04d8eb27 /Source/cmNinjaNormalTargetGenerator.h
parent12cc6434bfad53a4bc45b0ab36d27489346dfadc (diff)
downloadcmake-43200c145d9690701f0cc6dbd5c60ee3ece5edf8.tar.gz
Ninja: work with ninja/master, don't compile rc files with cl
Ninja generates for paths with spaces wrong results for $out.d, using the new DEP_FILE variable instead.
Diffstat (limited to 'Source/cmNinjaNormalTargetGenerator.h')
-rw-r--r--Source/cmNinjaNormalTargetGenerator.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/cmNinjaNormalTargetGenerator.h b/Source/cmNinjaNormalTargetGenerator.h
index 3be1c94e1e..1ef95675b9 100644
--- a/Source/cmNinjaNormalTargetGenerator.h
+++ b/Source/cmNinjaNormalTargetGenerator.h
@@ -35,9 +35,6 @@ private:
void WriteObjectLibStatement();
std::vector<std::string> ComputeLinkCmd();
- void EnsureDirectoryExists(const std::string& dir);
- void EnsureParentDirectoryExists(const std::string& path);
-
private:
// Target name info.
std::string TargetNameOut;