mirror of
https://github.com/holub/mame
synced 2025-04-19 23:12:11 +03:00
Fix for DRC, thanks Vas (nw)
This commit is contained in:
parent
fdd61e7569
commit
a24c492c6b
@ -267,6 +267,11 @@ if _OPTIONS["osd"]=="windows" then
|
||||
forcedincludes {
|
||||
MAME_DIR .. "src/osd/windows/winprefix.h"
|
||||
}
|
||||
configuration { "x64" }
|
||||
defines {
|
||||
"X64_WINDOWS_ABI",
|
||||
}
|
||||
configuration { }
|
||||
elseif _OPTIONS["osd"]=="sdl" then
|
||||
forcedincludes {
|
||||
MAME_DIR .. "src/osd/sdl/sdlprefix.h"
|
||||
|
Loading…
Reference in New Issue
Block a user