mirror of
https://github.com/holub/mame
synced 2025-07-04 09:28:51 +03:00
Can't do override checks due to QT headers (nw)
This commit is contained in:
parent
c87e264aae
commit
46471ac080
@ -21,8 +21,6 @@ project ("osd_" .. _OPTIONS["osd"])
|
||||
"SingleOutputDir",
|
||||
}
|
||||
|
||||
addprojectflags()
|
||||
|
||||
dofile("osdmini_cfg.lua")
|
||||
|
||||
includedirs {
|
||||
@ -70,8 +68,6 @@ project ("ocore_" .. _OPTIONS["osd"])
|
||||
"SingleOutputDir",
|
||||
}
|
||||
|
||||
addprojectflags()
|
||||
|
||||
dofile("osdmini_cfg.lua")
|
||||
|
||||
includedirs {
|
||||
|
@ -313,8 +313,6 @@ project ("osd_" .. _OPTIONS["osd"])
|
||||
uuid (os.uuid("osd_" .. _OPTIONS["osd"]))
|
||||
kind (LIBTYPE)
|
||||
|
||||
addprojectflags()
|
||||
|
||||
dofile("sdl_cfg.lua")
|
||||
osdmodulesbuild()
|
||||
|
||||
@ -418,8 +416,6 @@ project ("ocore_" .. _OPTIONS["osd"])
|
||||
"SingleOutputDir",
|
||||
}
|
||||
|
||||
addprojectflags()
|
||||
|
||||
dofile("sdl_cfg.lua")
|
||||
|
||||
includedirs {
|
||||
@ -480,8 +476,6 @@ if _OPTIONS["with-tools"] then
|
||||
"Symbols", -- always include minimum symbols for executables
|
||||
}
|
||||
|
||||
addprojectflags()
|
||||
|
||||
dofile("sdl_cfg.lua")
|
||||
|
||||
includedirs {
|
||||
@ -543,8 +537,6 @@ if _OPTIONS["targetos"] == "macosx" and _OPTIONS["with-tools"] then
|
||||
"Symbols", -- always include minimum symbols for executables
|
||||
}
|
||||
|
||||
addprojectflags()
|
||||
|
||||
dofile("sdl_cfg.lua")
|
||||
|
||||
if _OPTIONS["SEPARATE_BIN"]~="1" then
|
||||
|
@ -107,8 +107,6 @@ project ("osd_" .. _OPTIONS["osd"])
|
||||
dofile("windows_cfg.lua")
|
||||
osdmodulesbuild()
|
||||
|
||||
addprojectflags()
|
||||
|
||||
defines {
|
||||
"DIRECT3D_VERSION=0x0900",
|
||||
}
|
||||
@ -199,8 +197,6 @@ project ("ocore_" .. _OPTIONS["osd"])
|
||||
"SingleOutputDir",
|
||||
}
|
||||
|
||||
addprojectflags()
|
||||
|
||||
dofile("windows_cfg.lua")
|
||||
|
||||
includedirs {
|
||||
@ -268,8 +264,6 @@ if _OPTIONS["with-tools"] then
|
||||
uuid ("061293ca-7290-44ac-b2b5-5913ae8dc9c0")
|
||||
kind "ConsoleApp"
|
||||
|
||||
addprojectflags()
|
||||
|
||||
flags {
|
||||
"Symbols", -- always include minimum symbols for executables
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user