mirror of
https://github.com/holub/mame
synced 2025-06-29 23:48:56 +03:00
Restore ledutil for windows builds with TOOLS=1
This commit is contained in:
parent
73deef44fa
commit
3567c77114
@ -146,3 +146,30 @@ project ("ocore_" .. _OPTIONS["osd"])
|
|||||||
MAME_DIR .. "src/osd/modules/sync/work_osd.c",
|
MAME_DIR .. "src/osd/modules/sync/work_osd.c",
|
||||||
MAME_DIR .. "src/osd/modules/lib/osdlib_win32.c",
|
MAME_DIR .. "src/osd/modules/lib/osdlib_win32.c",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
--------------------------------------------------
|
||||||
|
-- ledutil
|
||||||
|
--------------------------------------------------
|
||||||
|
|
||||||
|
if _OPTIONS["with-tools"] then
|
||||||
|
project("ledutil")
|
||||||
|
uuid ("061293ca-7290-44ac-b2b5-5913ae8dc9c0")
|
||||||
|
kind "ConsoleApp"
|
||||||
|
|
||||||
|
options {
|
||||||
|
"ForceCPP",
|
||||||
|
}
|
||||||
|
|
||||||
|
targetdir(MAME_DIR)
|
||||||
|
|
||||||
|
links {
|
||||||
|
"ocore_" .. _OPTIONS["osd"],
|
||||||
|
}
|
||||||
|
|
||||||
|
includeosd()
|
||||||
|
|
||||||
|
files {
|
||||||
|
MAME_DIR .. "src/osd/windows/ledutil.c",
|
||||||
|
}
|
||||||
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user