mirror of
https://github.com/holub/mame
synced 2025-04-20 15:32:45 +03:00
for separate drivers use simple naming logic (nw)
This commit is contained in:
parent
89669187a7
commit
a65f0f36a3
@ -2,6 +2,7 @@
|
||||
-- copyright-holders:MAMEdev Team
|
||||
|
||||
function mainProject(_target, _subtarget)
|
||||
if (_OPTIONS["DRIVERS"] == nil) then
|
||||
if (_target == _subtarget) then
|
||||
project (_target)
|
||||
else
|
||||
@ -11,6 +12,9 @@ function mainProject(_target, _subtarget)
|
||||
project (_target .. _subtarget)
|
||||
end
|
||||
end
|
||||
else
|
||||
project (_subtarget)
|
||||
end
|
||||
uuid (os.uuid(_target .."_" .. _subtarget))
|
||||
kind "ConsoleApp"
|
||||
|
||||
@ -34,7 +38,7 @@ function mainProject(_target, _subtarget)
|
||||
flags {
|
||||
"Unicode",
|
||||
}
|
||||
|
||||
if (_OPTIONS["DRIVERS"] == nil) then
|
||||
configuration { "x64", "Release" }
|
||||
targetsuffix "64"
|
||||
if _OPTIONS["PROFILE"] then
|
||||
@ -70,7 +74,7 @@ function mainProject(_target, _subtarget)
|
||||
if _OPTIONS["PROFILE"] then
|
||||
targetsuffix "dp"
|
||||
end
|
||||
|
||||
end
|
||||
configuration { "mingw*" or "vs*" }
|
||||
targetextension ".exe"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user