ENH: need CMAKE_LINKER_FLAGS

This commit is contained in:
Sebastien Barre 2002-04-22 14:29:21 -04:00
parent d774cd7c2b
commit 1ce7085e63
1 changed files with 1 additions and 1 deletions

View File

@ -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 ";