Can't do override checks due to QT headers (nw)

This commit is contained in:
Miodrag Milanovic 2015-12-07 06:57:05 +01:00
parent c87e264aae
commit 46471ac080
3 changed files with 0 additions and 18 deletions

View File

@ -21,8 +21,6 @@ project ("osd_" .. _OPTIONS["osd"])
"SingleOutputDir", "SingleOutputDir",
} }
addprojectflags()
dofile("osdmini_cfg.lua") dofile("osdmini_cfg.lua")
includedirs { includedirs {
@ -70,8 +68,6 @@ project ("ocore_" .. _OPTIONS["osd"])
"SingleOutputDir", "SingleOutputDir",
} }
addprojectflags()
dofile("osdmini_cfg.lua") dofile("osdmini_cfg.lua")
includedirs { includedirs {

View File

@ -313,8 +313,6 @@ project ("osd_" .. _OPTIONS["osd"])
uuid (os.uuid("osd_" .. _OPTIONS["osd"])) uuid (os.uuid("osd_" .. _OPTIONS["osd"]))
kind (LIBTYPE) kind (LIBTYPE)
addprojectflags()
dofile("sdl_cfg.lua") dofile("sdl_cfg.lua")
osdmodulesbuild() osdmodulesbuild()
@ -418,8 +416,6 @@ project ("ocore_" .. _OPTIONS["osd"])
"SingleOutputDir", "SingleOutputDir",
} }
addprojectflags()
dofile("sdl_cfg.lua") dofile("sdl_cfg.lua")
includedirs { includedirs {
@ -480,8 +476,6 @@ if _OPTIONS["with-tools"] then
"Symbols", -- always include minimum symbols for executables "Symbols", -- always include minimum symbols for executables
} }
addprojectflags()
dofile("sdl_cfg.lua") dofile("sdl_cfg.lua")
includedirs { includedirs {
@ -543,8 +537,6 @@ if _OPTIONS["targetos"] == "macosx" and _OPTIONS["with-tools"] then
"Symbols", -- always include minimum symbols for executables "Symbols", -- always include minimum symbols for executables
} }
addprojectflags()
dofile("sdl_cfg.lua") dofile("sdl_cfg.lua")
if _OPTIONS["SEPARATE_BIN"]~="1" then if _OPTIONS["SEPARATE_BIN"]~="1" then

View File

@ -107,8 +107,6 @@ project ("osd_" .. _OPTIONS["osd"])
dofile("windows_cfg.lua") dofile("windows_cfg.lua")
osdmodulesbuild() osdmodulesbuild()
addprojectflags()
defines { defines {
"DIRECT3D_VERSION=0x0900", "DIRECT3D_VERSION=0x0900",
} }
@ -199,8 +197,6 @@ project ("ocore_" .. _OPTIONS["osd"])
"SingleOutputDir", "SingleOutputDir",
} }
addprojectflags()
dofile("windows_cfg.lua") dofile("windows_cfg.lua")
includedirs { includedirs {
@ -268,8 +264,6 @@ if _OPTIONS["with-tools"] then
uuid ("061293ca-7290-44ac-b2b5-5913ae8dc9c0") uuid ("061293ca-7290-44ac-b2b5-5913ae8dc9c0")
kind "ConsoleApp" kind "ConsoleApp"
addprojectflags()
flags { flags {
"Symbols", -- always include minimum symbols for executables "Symbols", -- always include minimum symbols for executables
} }