diff options
Diffstat (limited to '3rdparty/bgfx/scripts/texturev.lua')
-rw-r--r-- | 3rdparty/bgfx/scripts/texturev.lua | 21 |
1 files changed, 2 insertions, 19 deletions
diff --git a/3rdparty/bgfx/scripts/texturev.lua b/3rdparty/bgfx/scripts/texturev.lua index 8d17034c664..f6e93d8ba06 100644 --- a/3rdparty/bgfx/scripts/texturev.lua +++ b/3rdparty/bgfx/scripts/texturev.lua @@ -80,6 +80,7 @@ project ("texturev") configuration { "vs20* or mingw*" } links { + "comdlg32", "gdi32", "psapi", } @@ -116,24 +117,6 @@ project ("texturev") "GLESv2", } - configuration { "nacl*" } - kind "ConsoleApp" - targetextension ".nexe" - links { - "ppapi", - "ppapi_gles2", - "pthread", - } - - configuration { "pnacl" } - kind "ConsoleApp" - targetextension ".pexe" - links { - "ppapi", - "ppapi_gles2", - "pthread", - } - configuration { "asmjs" } kind "ConsoleApp" targetextension ".bc" @@ -174,7 +157,7 @@ project ("texturev") "-framework QuartzCore", } - configuration { "xcode4", "ios" } + configuration { "xcode*", "ios" } kind "WindowedApp" configuration { "qnx*" } |