diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2002-06-11 18:25:44 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2002-06-11 18:25:44 (GMT) |
commit | 344a7cff8d68dbd86f7bd4d5e6bc58b24356054e (patch) | |
tree | 5198c8e0b9a30bdbc241988b154da335cf466083 /Source/cmNMakeMakefileGenerator.h | |
parent | 9ed9bffa6f267ad1696ec217930de74640ff4e74 (diff) | |
download | CMake-344a7cff8d68dbd86f7bd4d5e6bc58b24356054e.zip CMake-344a7cff8d68dbd86f7bd4d5e6bc58b24356054e.tar.gz CMake-344a7cff8d68dbd86f7bd4d5e6bc58b24356054e.tar.bz2 |
use lower case and not short path for uniq paths on window
Diffstat (limited to 'Source/cmNMakeMakefileGenerator.h')
-rw-r--r-- | Source/cmNMakeMakefileGenerator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmNMakeMakefileGenerator.h b/Source/cmNMakeMakefileGenerator.h index e3d8b03..1a51a96 100644 --- a/Source/cmNMakeMakefileGenerator.h +++ b/Source/cmNMakeMakefileGenerator.h @@ -90,7 +90,7 @@ protected: virtual std::string ConvertToOutputPath(const char* s); virtual std::string CreateMakeVariable(const char* s, const char* s2); - + virtual std::string LowerCasePath(const char* path); private: std::string m_LibraryPathOption;// option to specifiy a link path -LIBPATH std::string m_LibraryLinkOption; // option to specify a library (like -l, empty for nmake) |