Add emu/netlist to include dirs to avoid relative paths in netlist

include files. (nw)
This commit is contained in:
couriersud 2015-08-02 23:09:44 +02:00
parent d0466dd4da
commit 7815f924ec
4 changed files with 5 additions and 0 deletions

View File

@ -379,6 +379,7 @@ function emuProject(_target, _subtarget)
includedirs {
MAME_DIR .. "src/osd",
MAME_DIR .. "src/emu",
MAME_DIR .. "src/emu/netlist",
MAME_DIR .. "src/mame", -- used for sound amiga
MAME_DIR .. "src/lib",
MAME_DIR .. "src/lib/util",
@ -425,6 +426,7 @@ if (_OPTIONS["DRIVERS"] == nil) then
includedirs {
MAME_DIR .. "src/osd",
MAME_DIR .. "src/emu",
MAME_DIR .. "src/emu/netlist",
MAME_DIR .. "src/lib",
MAME_DIR .. "src/lib/util",
MAME_DIR .. "3rdparty",

View File

@ -775,6 +775,7 @@ function createMAMEProjects(_target, _subtarget, _name)
MAME_DIR .. "src/mame",
MAME_DIR .. "src/lib",
MAME_DIR .. "src/lib/util",
MAME_DIR .. "src/emu/netlist",
MAME_DIR .. "3rdparty",
GEN_DIR .. "mame/layout",
}

View File

@ -883,6 +883,7 @@ function createMESSProjects(_target, _subtarget, _name)
MAME_DIR .. "src/mame",
MAME_DIR .. "src/lib",
MAME_DIR .. "src/lib/util",
MAME_DIR .. "src/emu/netlist",
MAME_DIR .. "3rdparty",
GEN_DIR .. "mess/layout",
GEN_DIR .. "mame/layout",

View File

@ -92,6 +92,7 @@ function createProjects_mame_nl(_target, _subtarget)
includedirs {
MAME_DIR .. "src/osd",
MAME_DIR .. "src/emu",
MAME_DIR .. "src/emu/netlist",
MAME_DIR .. "src/mame",
MAME_DIR .. "src/lib",
MAME_DIR .. "src/lib/util",