Ninja: add .def file support

This commit is contained in:
Peter Kuemmel
2012-03-06 23:41:40 +01:00
committed by David Cole
parent f1bb08f55b
commit dbe3dce546
5 changed files with 46 additions and 1 deletions
+1
View File
@@ -285,6 +285,7 @@ cmNinjaNormalTargetGenerator
default:
assert(0 && "Unexpected target type");
}
const char *linkCmd =
this->GetMakefile()->GetRequiredDefinition(linkCmdVar.c_str());
cmSystemTools::ExpandListArgument(linkCmd, linkCmds);