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