mirror of
https://github.com/holub/mame
synced 2025-04-16 13:34:55 +03:00
removed not needed include paths (nw)
This commit is contained in:
parent
e3a6e9b0b8
commit
d0e0a5bfa4
@ -27,7 +27,6 @@ function devicesProject(_target, _subtarget)
|
||||
MAME_DIR .. "3rdparty",
|
||||
GEN_DIR .. "emu",
|
||||
GEN_DIR .. "emu/layout",
|
||||
MAME_DIR .. "src/emu/cpu/m68000",
|
||||
}
|
||||
if _OPTIONS["with-bundled-expat"] then
|
||||
includedirs {
|
||||
|
@ -891,7 +891,6 @@ function createMESSProjects(_target, _subtarget, _name)
|
||||
MAME_DIR .. "3rdparty",
|
||||
GEN_DIR .. "mess/layout",
|
||||
GEN_DIR .. "mame/layout",
|
||||
MAME_DIR .. "src/devices/cpu/m68000",
|
||||
}
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user