vs fix (nw)

This commit is contained in:
Miodrag Milanovic 2015-04-01 15:22:39 +02:00
parent b0ea29e26c
commit a3741011dc

View File

@ -21,7 +21,11 @@ function mainProject(_target, _subtarget)
"$(SILENT) objdump --section=.text --line-numbers --syms --demangle $(TARGET) >$(subst .exe,.sym,$(TARGET))"
}
end
configuration { "vs*" }
flags {
"Unicode",
}
configuration { "mingw*" or "vs*" }
targetextension ".exe"