Build: Upgrade to Premake5-alpha10, get rid of Premake4

This commit is contained in:
Jérôme Leclercq
2016-11-06 21:30:37 +01:00
parent 5aeb9f8d59
commit 88000ab2e4
3 changed files with 162 additions and 289 deletions

View File

@@ -1,6 +1,4 @@
if (PremakeVersion >= 50) then
dofile("codeblocks/_codeblocks.lua")
dofile("codeblocks/codeblocks.lua")
end
dofile("codeblocks/_codeblocks.lua")
dofile("codeblocks/codeblocks.lua")
ACTION.Manual = true