mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +03:00
create separate VisualStudio group for 3rdparty (nw)
This commit is contained in:
parent
e5f612d174
commit
5221cab621
@ -896,10 +896,12 @@ if (not os.isfile(path.join("src", "osd", _OPTIONS["osd"] .. ".lua"))) then
|
||||
error("Unsupported value '" .. _OPTIONS["osd"] .. "' for OSD")
|
||||
end
|
||||
dofile(path.join("src", "osd", _OPTIONS["osd"] .. ".lua"))
|
||||
|
||||
dofile(path.join("src", "3rdparty.lua"))
|
||||
dofile(path.join("src", "lib.lua"))
|
||||
|
||||
group "3rdparty"
|
||||
dofile(path.join("src", "3rdparty.lua"))
|
||||
|
||||
|
||||
group "core"
|
||||
|
||||
dofile(path.join("src", "emu.lua"))
|
||||
|
Loading…
Reference in New Issue
Block a user