mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
Fix for DRC, thanks Vas (nw)
This commit is contained in:
parent
fdd61e7569
commit
a24c492c6b
1 changed files with 5 additions and 0 deletions
|
@ -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 a new issue