mirror of
https://github.com/holub/mame
synced 2025-07-01 08:18:59 +03:00
vs fix (nw)
This commit is contained in:
parent
b0ea29e26c
commit
a3741011dc
@ -21,7 +21,11 @@ function mainProject(_target, _subtarget)
|
|||||||
"$(SILENT) objdump --section=.text --line-numbers --syms --demangle $(TARGET) >$(subst .exe,.sym,$(TARGET))"
|
"$(SILENT) objdump --section=.text --line-numbers --syms --demangle $(TARGET) >$(subst .exe,.sym,$(TARGET))"
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
||||||
|
configuration { "vs*" }
|
||||||
|
flags {
|
||||||
|
"Unicode",
|
||||||
|
}
|
||||||
configuration { "mingw*" or "vs*" }
|
configuration { "mingw*" or "vs*" }
|
||||||
targetextension ".exe"
|
targetextension ".exe"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user