From 44dbc5ca570e8e2d6915200db070f9a83ee2e7b7 Mon Sep 17 00:00:00 2001 From: bkaradzic Date: Tue, 9 Sep 2014 12:24:17 -0700 Subject: [PATCH] Updated premake script. --- premake/premake4.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/premake/premake4.lua b/premake/premake4.lua index 4944ec0d..5c026b54 100644 --- a/premake/premake4.lua +++ b/premake/premake4.lua @@ -78,7 +78,7 @@ function exampleProject(_name, _uuid) "DelayImp", } - configuration { "vs2010" } + configuration { "vs201*" } linkoptions { -- this is needed only for testing with GLES2/3 on Windows with VS201x "/DELAYLOAD:\"libEGL.dll\"", "/DELAYLOAD:\"libGLESv2.dll\"",