mirror of
https://github.com/holub/mame
synced 2025-07-02 08:39:21 +03:00
fix start project for custom builds in Visual Studio (nw)
This commit is contained in:
parent
cac513508f
commit
2ac3018ee7
@ -1258,6 +1258,7 @@ findfunction("createProjects_" .. _OPTIONS["target"] .. "_" .. _OPTIONS["subtarg
|
|||||||
|
|
||||||
group "emulator"
|
group "emulator"
|
||||||
dofile(path.join("src", "main.lua"))
|
dofile(path.join("src", "main.lua"))
|
||||||
|
if (_OPTIONS["SOURCES"] == nil) then
|
||||||
if (_OPTIONS["target"] == _OPTIONS["subtarget"]) then
|
if (_OPTIONS["target"] == _OPTIONS["subtarget"]) then
|
||||||
startproject (_OPTIONS["target"])
|
startproject (_OPTIONS["target"])
|
||||||
else
|
else
|
||||||
@ -1267,6 +1268,9 @@ else
|
|||||||
startproject (_OPTIONS["target"] .. _OPTIONS["subtarget"])
|
startproject (_OPTIONS["target"] .. _OPTIONS["subtarget"])
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
else
|
||||||
|
startproject (_OPTIONS["subtarget"])
|
||||||
|
end
|
||||||
mainProject(_OPTIONS["target"],_OPTIONS["subtarget"])
|
mainProject(_OPTIONS["target"],_OPTIONS["subtarget"])
|
||||||
|
|
||||||
if (_OPTIONS["STRIP_SYMBOLS"]=="1") then
|
if (_OPTIONS["STRIP_SYMBOLS"]=="1") then
|
||||||
|
Loading…
Reference in New Issue
Block a user