mirror of
https://github.com/holub/mame
synced 2025-06-30 16:00:01 +03:00
Fix TOOLS=1 with OSD=windows
This commit is contained in:
parent
8e78543be3
commit
08fd3f4ec6
@ -1,4 +1,8 @@
|
|||||||
function maintargetosdoptions(_target)
|
function maintargetosdoptions(_target)
|
||||||
|
linkoptions {
|
||||||
|
"-municode",
|
||||||
|
}
|
||||||
|
|
||||||
local rcfile = MAME_DIR .. "src/" .. _target .. "/osd/windows/" .. _target ..".rc"
|
local rcfile = MAME_DIR .. "src/" .. _target .. "/osd/windows/" .. _target ..".rc"
|
||||||
|
|
||||||
if os.isfile(rcfile) then
|
if os.isfile(rcfile) then
|
||||||
@ -13,11 +17,6 @@ function maintargetosdoptions(_target)
|
|||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
linkoptions {
|
|
||||||
"-municode",
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
project ("osd_" .. _OPTIONS["osd"])
|
project ("osd_" .. _OPTIONS["osd"])
|
||||||
uuid (os.uuid("osd_" .. _OPTIONS["osd"]))
|
uuid (os.uuid("osd_" .. _OPTIONS["osd"]))
|
||||||
kind "StaticLib"
|
kind "StaticLib"
|
||||||
|
Loading…
Reference in New Issue
Block a user