mirror of
https://github.com/holub/mame
synced 2025-10-06 17:08:28 +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 {
|
forcedincludes {
|
||||||
MAME_DIR .. "src/osd/windows/winprefix.h"
|
MAME_DIR .. "src/osd/windows/winprefix.h"
|
||||||
}
|
}
|
||||||
|
configuration { "x64" }
|
||||||
|
defines {
|
||||||
|
"X64_WINDOWS_ABI",
|
||||||
|
}
|
||||||
|
configuration { }
|
||||||
elseif _OPTIONS["osd"]=="sdl" then
|
elseif _OPTIONS["osd"]=="sdl" then
|
||||||
forcedincludes {
|
forcedincludes {
|
||||||
MAME_DIR .. "src/osd/sdl/sdlprefix.h"
|
MAME_DIR .. "src/osd/sdl/sdlprefix.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user