mirror of
https://github.com/holub/mame
synced 2025-10-07 17:27:06 +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",
|
MAME_DIR .. "3rdparty",
|
||||||
GEN_DIR .. "emu",
|
GEN_DIR .. "emu",
|
||||||
GEN_DIR .. "emu/layout",
|
GEN_DIR .. "emu/layout",
|
||||||
MAME_DIR .. "src/emu/cpu/m68000",
|
|
||||||
}
|
}
|
||||||
if _OPTIONS["with-bundled-expat"] then
|
if _OPTIONS["with-bundled-expat"] then
|
||||||
includedirs {
|
includedirs {
|
||||||
|
@ -891,7 +891,6 @@ function createMESSProjects(_target, _subtarget, _name)
|
|||||||
MAME_DIR .. "3rdparty",
|
MAME_DIR .. "3rdparty",
|
||||||
GEN_DIR .. "mess/layout",
|
GEN_DIR .. "mess/layout",
|
||||||
GEN_DIR .. "mame/layout",
|
GEN_DIR .. "mame/layout",
|
||||||
MAME_DIR .. "src/devices/cpu/m68000",
|
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user