trying to fix #118

This commit is contained in:
Vadim Lopatin 2016-01-29 11:57:13 +03:00
parent cf467f7382
commit 2556795f82
1 changed files with 1 additions and 0 deletions

View File

@ -525,6 +525,7 @@ class Project : WorkspaceItem {
if (!isExecutable)
return null;
string exename = toUTF8(name);
exename = _projectFile.getString("targetName", exename);
// TODO: use targetName
version (Windows) {
exename = exename ~ ".exe";