mirror of
https://github.com/holub/mame
synced 2025-05-31 18:11:50 +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))"
|
||||
}
|
||||
end
|
||||
|
||||
|
||||
configuration { "vs*" }
|
||||
flags {
|
||||
"Unicode",
|
||||
}
|
||||
configuration { "mingw*" or "vs*" }
|
||||
targetextension ".exe"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user