removed not needed include paths (nw)

This commit is contained in:
Miodrag Milanovic 2015-09-13 14:04:00 +02:00
parent e3a6e9b0b8
commit d0e0a5bfa4
2 changed files with 0 additions and 2 deletions

View File

@ -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 {

View File

@ -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