mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-28 18:45:54 -05:00
Fixed VS2012 build.
This commit is contained in:
parent
44ee70e0a3
commit
4bb5cc23b5
2 changed files with 6 additions and 6 deletions
|
@ -40,12 +40,6 @@ function bgfxProject(_name, _kind, _defines)
|
|||
"$(DXSDK_DIR)/include",
|
||||
}
|
||||
|
||||
configuration { "windows" }
|
||||
links {
|
||||
"gdi32",
|
||||
"psapi",
|
||||
}
|
||||
|
||||
configuration { "xcode4 or osx or ios*" }
|
||||
files {
|
||||
BGFX_DIR .. "src/**.mm",
|
||||
|
|
|
@ -111,6 +111,12 @@ function exampleProject(_name)
|
|||
"/DELAYLOAD:\"libGLESv2.dll\"",
|
||||
}
|
||||
|
||||
configuration { "windows" }
|
||||
links {
|
||||
"gdi32",
|
||||
"psapi",
|
||||
}
|
||||
|
||||
configuration { "android*" }
|
||||
kind "ConsoleApp"
|
||||
targetextension ".so"
|
||||
|
|
Loading…
Reference in a new issue