Remove premake5 namespace from globals

This commit is contained in:
Jason Perkins 2013-09-13 11:55:57 -04:00
parent 7c8881ddb2
commit aba1fc906d

View File

@ -5,13 +5,10 @@
--
--
-- Create a top-level namespace for Premake's own APIs. The premake5 namespace
-- is a place to do next-gen (5.0) work without breaking the existing code (yet).
-- I think it will eventually go away.
-- Create a top-level namespace for Premake's own APIs
--
premake = {}
premake5 = {}
premake.tools = {}