mirror of
https://github.com/holub/mame
synced 2025-06-07 13:23:50 +03:00
fix for osx debugger (nw)
This commit is contained in:
parent
dfa73bab4f
commit
d90b5dd812
@ -56,6 +56,7 @@ project ("osd_" .. _OPTIONS["osd"])
|
|||||||
if _OPTIONS["targetos"]=="macosx" then
|
if _OPTIONS["targetos"]=="macosx" then
|
||||||
files {
|
files {
|
||||||
--MAME_DIR .. "src/osd/sdl/SDLMain_tmpl.m",
|
--MAME_DIR .. "src/osd/sdl/SDLMain_tmpl.m",
|
||||||
|
MAME_DIR .. "src/osd/modules/debugger/debugosx.m",
|
||||||
MAME_DIR .. "src/osd/modules/debugger/osx/breakpointsview.m",
|
MAME_DIR .. "src/osd/modules/debugger/osx/breakpointsview.m",
|
||||||
MAME_DIR .. "src/osd/modules/debugger/osx/consoleview.m",
|
MAME_DIR .. "src/osd/modules/debugger/osx/consoleview.m",
|
||||||
MAME_DIR .. "src/osd/modules/debugger/osx/debugcommandhistory.m",
|
MAME_DIR .. "src/osd/modules/debugger/osx/debugcommandhistory.m",
|
||||||
|
Loading…
Reference in New Issue
Block a user