浏览代码

Updated premake script.

bkaradzic 11 年之前
父节点
当前提交
44dbc5ca57
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      premake/premake4.lua

+ 1 - 1
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\"",