From 1ce7085e63310494c0e60073bf1e98510d0a2995 Mon Sep 17 00:00:00 2001 From: Sebastien Barre Date: Mon, 22 Apr 2002 14:29:21 -0400 Subject: ENH: need CMAKE_LINKER_FLAGS --- Source/cmNMakeMakefileGenerator.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/cmNMakeMakefileGenerator.cxx b/Source/cmNMakeMakefileGenerator.cxx index 53828f8..1097a55 100644 --- a/Source/cmNMakeMakefileGenerator.cxx +++ b/Source/cmNMakeMakefileGenerator.cxx @@ -529,7 +529,7 @@ void cmNMakeMakefileGenerator::OutputExecutableRule(std::ostream& fout, command += " " + output_executable_file_flag + this->ConvertToOutputPath(path.c_str()); - command += " $(CMAKE_C_LINK_EXECUTABLE_FLAG) "; + command += " $(CMAKE_C_LINK_EXECUTABLE_FLAG) $(CMAKE_LINKER_FLAGS) "; if(t.GetType() == cmTarget::WIN32_EXECUTABLE) { command += " /subsystem:windows "; -- cgit v0.12