summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2007-05-18 14:32:22 (GMT)
committerAlexander Neundorf <neundorf@kde.org>2007-05-18 14:32:22 (GMT)
commit891f2130cf27fdf965367cb2f37f0b1f068fadee (patch)
tree3d9562981ca84fe97f93da649a656056a49a5e68 /Source
parent9bfb3cacbb154733e1cd31fa27e31d812fa26dc9 (diff)
downloadCMake-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.cxx1
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
};