mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
moved windows resources (nw)
This commit is contained in:
parent
bd0abfd004
commit
bab5d21cef
7 changed files with 2 additions and 5 deletions
Before Width: | Height: | Size: 364 KiB After Width: | Height: | Size: 364 KiB |
Before Width: | Height: | Size: 364 KiB After Width: | Height: | Size: 364 KiB |
|
@ -255,10 +255,7 @@ end
|
|||
local rctarget = _subtarget
|
||||
|
||||
if _OPTIONS["targetos"]=="windows" and (not override_resources) then
|
||||
local rcfile = MAME_DIR .. "src/" .. _target .. "/osd/".._OPTIONS["osd"].."/" .. _subtarget .. "/" .. rctarget ..".rc"
|
||||
if not os.isfile(rcfile) then
|
||||
rcfile = MAME_DIR .. "src/" .. _target .. "/osd/windows/" .. _subtarget .. "/" .. rctarget ..".rc"
|
||||
end
|
||||
rcfile = MAME_DIR .. "scripts/resources/windows/" .. _subtarget .. "/" .. rctarget ..".rc"
|
||||
if os.isfile(rcfile) then
|
||||
files {
|
||||
rcfile,
|
||||
|
@ -269,7 +266,7 @@ end
|
|||
else
|
||||
rctarget = "mame"
|
||||
files {
|
||||
MAME_DIR .. "src/mame/osd/windows/mame/mame.rc",
|
||||
MAME_DIR .. "scripts/resources/windows/mame/mame.rc",
|
||||
}
|
||||
dependency {
|
||||
{ "$(OBJDIR)/mame.res" , GEN_DIR .. "resource/" .. rctarget .. "vers.rc", true },
|
||||
|
|
Loading…
Reference in a new issue