Removed guids.

This commit is contained in:
Branimir Karadžić 2014-09-10 23:01:22 -07:00
parent 9287635b64
commit 0c0304b65d
2 changed files with 28 additions and 28 deletions
scripts

View file

@ -3,10 +3,10 @@
-- License: http://www.opensource.org/licenses/BSD-2-Clause
--
function bgfxProject(_name, _uuid, _kind, _defines)
function bgfxProject(_name, _kind, _defines)
project ("bgfx" .. _name)
uuid (_uuid)
uuid (os.uuid("bgfx" .. _name))
kind (_kind)
if _kind == "SharedLib" then