mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +03:00
portaudio needs COM (nw)
This commit is contained in:
parent
ebc23dacaf
commit
110bc692fa
@ -917,14 +917,14 @@ project "portaudio"
|
||||
"/wd4189", -- warning C4189: 'xxx' : local variable is initialized but not referenced
|
||||
"/wd4127", -- warning C4127: conditional expression is constant
|
||||
}
|
||||
if _OPTIONS["vs"]=="intel-15" then
|
||||
if _OPTIONS["vs"]=="intel-15" then
|
||||
buildoptions {
|
||||
"/Qwd869", -- remark #869: parameter "xxx" was never referenced
|
||||
"/Qwd1478", -- warning #1478: function "xxx" (declared at line yyy of "zzz") was declared deprecated
|
||||
"/Qwd2544", -- message #2544: empty dependent statement in if-statement
|
||||
"/Qwd1879", -- warning #1879: unimplemented pragma ignored
|
||||
}
|
||||
end
|
||||
end
|
||||
configuration { "vs2015*" }
|
||||
buildoptions {
|
||||
"/wd4456", -- warning C4456: declaration of 'xxx' hides previous local declaration
|
||||
|
@ -54,7 +54,6 @@ function maintargetosdoptions(_target,_subtarget)
|
||||
"SDL2",
|
||||
"Imm32",
|
||||
"Version",
|
||||
"Ole32",
|
||||
"OleAut32",
|
||||
}
|
||||
configuration { "vs*" }
|
||||
@ -92,6 +91,7 @@ function maintargetosdoptions(_target,_subtarget)
|
||||
}
|
||||
end
|
||||
links {
|
||||
"Ole32",
|
||||
"psapi",
|
||||
}
|
||||
configuration { "mingw*" }
|
||||
|
Loading…
Reference in New Issue
Block a user