changed to removefiles and fixed locations, vs builds do fine now (nw)

This commit is contained in:
Miodrag Milanovic 2015-03-26 17:32:34 +01:00
parent e38220cd9c
commit 7495d63776
2 changed files with 11 additions and 5 deletions

View File

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

View File

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