diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2003-12-09 13:32:15 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2003-12-09 13:32:15 (GMT) |
commit | 1eca26f4c4b1132c6ee06947833789f6b9006083 (patch) | |
tree | 9a8ef1bc03f5d9d4c2a1167569241b068f3b673b /Source/cmLocalUnixMakefileGenerator.h | |
parent | e3e4a7892b847fdb4d0d3361f87c917513ac2fae (diff) | |
download | CMake-1eca26f4c4b1132c6ee06947833789f6b9006083.zip CMake-1eca26f4c4b1132c6ee06947833789f6b9006083.tar.gz CMake-1eca26f4c4b1132c6ee06947833789f6b9006083.tar.bz2 |
ENH: use variables for output paths
Diffstat (limited to 'Source/cmLocalUnixMakefileGenerator.h')
-rw-r--r-- | Source/cmLocalUnixMakefileGenerator.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmLocalUnixMakefileGenerator.h b/Source/cmLocalUnixMakefileGenerator.h index e6ca2cf..4d1c875 100644 --- a/Source/cmLocalUnixMakefileGenerator.h +++ b/Source/cmLocalUnixMakefileGenerator.h @@ -216,6 +216,9 @@ protected: ///! for existing files convert to output path and short path if spaces std::string ConvertToOutputForExisting(const char*); + ///! convert the path to a makefile path + std::string ConvertToMakefilePath(const char*); + /** Get the full name of the target's file, without path. */ std::string GetFullTargetName(const char* n, const cmTarget& t); |