mirror of https://github.com/bkaradzic/bgfx
Cleanup.
This commit is contained in:
parent
07cdeea25b
commit
4583769681
|
@ -58,14 +58,6 @@ function bgfxProject(_name, _kind, _defines)
|
|||
}
|
||||
end
|
||||
|
||||
if (_OPTIONS["vs"] == "vs2012-xp")
|
||||
or (_OPTIONS["vs"] == "vs2013-xp") then
|
||||
configuration { "vs201*" }
|
||||
includedirs {
|
||||
"$(DXSDK_DIR)/include",
|
||||
}
|
||||
end
|
||||
|
||||
configuration { "Debug" }
|
||||
defines {
|
||||
"BGFX_CONFIG_DEBUG=1",
|
||||
|
|
|
@ -61,16 +61,10 @@ project ("example-common")
|
|||
}
|
||||
end
|
||||
|
||||
configuration { "vs2008" }
|
||||
includedirs {
|
||||
"$(DXSDK_DIR)/include",
|
||||
configuration { "osx or ios*" }
|
||||
files {
|
||||
path.join(BGFX_DIR, "examples/common/**.mm"),
|
||||
}
|
||||
if (_OPTIONS["vs"] == "vs2012-xp") or (_OPTIONS["vs"] == "vs2013-xp") then
|
||||
configuration { "vs201*" }
|
||||
includedirs {
|
||||
"$(DXSDK_DIR)/include",
|
||||
}
|
||||
end
|
||||
|
||||
configuration { "winphone8* or winstore8*"}
|
||||
linkoptions {
|
||||
|
|
|
@ -305,9 +305,6 @@ function exampleProject(_name)
|
|||
}
|
||||
|
||||
configuration { "osx" }
|
||||
files {
|
||||
path.join(BGFX_DIR, "examples/common/**.mm"),
|
||||
}
|
||||
links {
|
||||
"Cocoa.framework",
|
||||
"OpenGL.framework",
|
||||
|
@ -315,9 +312,6 @@ function exampleProject(_name)
|
|||
|
||||
configuration { "ios*" }
|
||||
kind "ConsoleApp"
|
||||
files {
|
||||
path.join(BGFX_DIR, "examples/common/**.mm"),
|
||||
}
|
||||
linkoptions {
|
||||
"-framework CoreFoundation",
|
||||
"-framework Foundation",
|
||||
|
|
|
@ -55,12 +55,6 @@ project "shaderc"
|
|||
path.join(GLSL_OPTIMIZER, "include/c99"),
|
||||
}
|
||||
|
||||
configuration { "vs*" }
|
||||
includedirs {
|
||||
"$(DXSDK_DIR)/include",
|
||||
}
|
||||
|
||||
|
||||
configuration { "vs* or mingw*" }
|
||||
links {
|
||||
"d3dcompiler",
|
||||
|
|
Loading…
Reference in New Issue