Fix TOOLS=1 with OSD=windows

This commit is contained in:
Vas Crabb 2015-03-30 03:55:46 +11:00
parent 8e78543be3
commit 08fd3f4ec6

View File

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