Fixed VS2012 build.

This commit is contained in:
Branimir Karadžić 2014-10-15 23:21:46 -07:00
parent 44ee70e0a3
commit 4bb5cc23b5
2 changed files with 6 additions and 6 deletions

View file

@ -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",

View file

@ -111,6 +111,12 @@ function exampleProject(_name)
"/DELAYLOAD:\"libGLESv2.dll\"",
}
configuration { "windows" }
links {
"gdi32",
"psapi",
}
configuration { "android*" }
kind "ConsoleApp"
targetextension ".so"