diff options
author | Alexander Neundorf <neundorf@kde.org> | 2007-05-18 14:32:22 (GMT) |
---|---|---|
committer | Alexander Neundorf <neundorf@kde.org> | 2007-05-18 14:32:22 (GMT) |
commit | 891f2130cf27fdf965367cb2f37f0b1f068fadee (patch) | |
tree | 3d9562981ca84fe97f93da649a656056a49a5e68 /Source | |
parent | 9bfb3cacbb154733e1cd31fa27e31d812fa26dc9 (diff) | |
download | CMake-891f2130cf27fdf965367cb2f37f0b1f068fadee.zip CMake-891f2130cf27fdf965367cb2f37f0b1f068fadee.tar.gz CMake-891f2130cf27fdf965367cb2f37f0b1f068fadee.tar.bz2 |
COMP: fix link rules with nmake, the linker command has to be converted to shortpath form for nmake
Alex
Diffstat (limited to 'Source')
-rw-r--r-- | Source/cmLocalGenerator.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmLocalGenerator.cxx b/Source/cmLocalGenerator.cxx index c7c727b..fce1dcd 100644 --- a/Source/cmLocalGenerator.cxx +++ b/Source/cmLocalGenerator.cxx @@ -776,6 +776,7 @@ static const char* ruleReplaceVars[] = "CMAKE_CURRENT_SOURCE_DIR", "CMAKE_CURRENT_BINARY_DIR", "CMAKE_RANLIB", + "CMAKE_LINKER", 0 }; |