mirror of
https://github.com/holub/mame
synced 2025-04-16 13:34:55 +03:00
compile parameters specific for 3rdparty component (nw)
This commit is contained in:
parent
74cfff6fc6
commit
c15d7adef3
@ -129,11 +129,19 @@ project "softfloat"
|
||||
includedirs {
|
||||
MAME_DIR .. "src/osd",
|
||||
}
|
||||
configuration { "vs*" }
|
||||
buildoptions {
|
||||
"/wd4244", -- warning C4244: 'argument' : conversion from 'xxx' to 'xxx', possible loss of data
|
||||
"/wd4146", -- warning C4146: unary minus operator applied to unsigned type, result still unsigned
|
||||
"/wd4018", -- warning C4018: 'x' : signed/unsigned mismatch
|
||||
}
|
||||
if _OPTIONS["vs"]=="intel-15" then
|
||||
buildoptions {
|
||||
"/Qwd2557", -- remark #2557: comparison between signed and unsigned operands
|
||||
}
|
||||
end
|
||||
configuration { }
|
||||
|
||||
files {
|
||||
MAME_DIR .. "3rdparty/softfloat/softfloat.c",
|
||||
MAME_DIR .. "3rdparty/softfloat/fsincos.c",
|
||||
|
Loading…
Reference in New Issue
Block a user