diff options
author | John Biddiscombe <jbiddiscombe@skippingmouse.co.uk> | 2001-09-12 01:45:35 (GMT) |
---|---|---|
committer | John Biddiscombe <jbiddiscombe@skippingmouse.co.uk> | 2001-09-12 01:45:35 (GMT) |
commit | 7adaefb40346c133fadcf2c1c37780e5e051bb61 (patch) | |
tree | e1e6210a561935d99424285285e999c60b411595 /Source/cmBorlandMakefileGenerator.h | |
parent | 288287b3364363196c1150265ad3ec8b80b6aee4 (diff) | |
download | CMake-7adaefb40346c133fadcf2c1c37780e5e051bb61.zip CMake-7adaefb40346c133fadcf2c1c37780e5e051bb61.tar.gz CMake-7adaefb40346c133fadcf2c1c37780e5e051bb61.tar.bz2 |
ERR: Change to EscapeSpaces forces rework of Borland generator <sigh>
Add clause to prevent adding quotes when they're already present, then stuff them
onto all lib paths to prevent forward slashes causing trouble.
Diffstat (limited to 'Source/cmBorlandMakefileGenerator.h')
-rw-r--r-- | Source/cmBorlandMakefileGenerator.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmBorlandMakefileGenerator.h b/Source/cmBorlandMakefileGenerator.h index a0fa56d..f369101 100644 --- a/Source/cmBorlandMakefileGenerator.h +++ b/Source/cmBorlandMakefileGenerator.h @@ -80,6 +80,8 @@ private: const char* target, const char* depends, const char* command); + + std::string EscapeSpaces(const char* str); private: bool m_CacheOnly; bool m_Recurse; |