mirror of
https://github.com/holub/mame
synced 2025-10-06 09:00:04 +03:00
changed to removefiles and fixed locations, vs builds do fine now (nw)
This commit is contained in:
parent
e38220cd9c
commit
7495d63776
@ -220,6 +220,8 @@ project "lua"
|
|||||||
"LUA_32BITS",
|
"LUA_32BITS",
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
||||||
|
configuration { }
|
||||||
|
|
||||||
includedirs {
|
includedirs {
|
||||||
MAME_DIR .. "3rdparty",
|
MAME_DIR .. "3rdparty",
|
||||||
@ -229,9 +231,10 @@ project "lua"
|
|||||||
MAME_DIR .. "3rdparty/lua/**.c",
|
MAME_DIR .. "3rdparty/lua/**.c",
|
||||||
MAME_DIR .. "3rdparty/lua/**.h",
|
MAME_DIR .. "3rdparty/lua/**.h",
|
||||||
}
|
}
|
||||||
excludes {
|
|
||||||
MAME_DIR .. "3rdparty/lua/lua.c",
|
removefiles {
|
||||||
MAME_DIR .. "3rdparty/lua/luac.c",
|
MAME_DIR .. "3rdparty/lua/src/lua.c",
|
||||||
|
MAME_DIR .. "3rdparty/lua/src/luac.c",
|
||||||
}
|
}
|
||||||
|
|
||||||
project "lsqlite3"
|
project "lsqlite3"
|
||||||
@ -307,7 +310,7 @@ project "sqllite3"
|
|||||||
MAME_DIR .. "3rdparty/sqlite3/**.h",
|
MAME_DIR .. "3rdparty/sqlite3/**.h",
|
||||||
}
|
}
|
||||||
|
|
||||||
excludes {
|
removefiles {
|
||||||
MAME_DIR .. "3rdparty/sqlite3/shell.c",
|
MAME_DIR .. "3rdparty/sqlite3/shell.c",
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -416,4 +419,7 @@ project "bgfx"
|
|||||||
MAME_DIR .. "3rdparty/bgfx/src/*.mm",
|
MAME_DIR .. "3rdparty/bgfx/src/*.mm",
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
removefiles {
|
||||||
|
MAME_DIR .. "3rdparty/bgfx/src/amalgamated.cpp",
|
||||||
|
}
|
||||||
end
|
end
|
||||||
|
@ -700,7 +700,7 @@ function createProjects(_target, _subtarget)
|
|||||||
MAME_DIR .. "src/mess/**.*",
|
MAME_DIR .. "src/mess/**.*",
|
||||||
MAME_DIR .. "src/emu/machine/nsc810.*",
|
MAME_DIR .. "src/emu/machine/nsc810.*",
|
||||||
}
|
}
|
||||||
excludes {
|
removefiles {
|
||||||
MAME_DIR .. "src/mame/mame.c",
|
MAME_DIR .. "src/mame/mame.c",
|
||||||
MAME_DIR .. "src/mame/etc/*.*",
|
MAME_DIR .. "src/mame/etc/*.*",
|
||||||
MAME_DIR .. "src/mess/mess.c",
|
MAME_DIR .. "src/mess/mess.c",
|
||||||
|
Loading…
Reference in New Issue
Block a user