From 8254693b1ec61668fabeae99ca5475a3f14285ce Mon Sep 17 00:00:00 2001 From: gered Date: Sat, 9 Feb 2013 11:46:48 -0500 Subject: [PATCH] change project/solution name (matches repo name) --- premake.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/premake.lua b/premake.lua index 17af0bc..d5a6606 100644 --- a/premake.lua +++ b/premake.lua @@ -12,11 +12,11 @@ if _ACTION == "clean" then os.rmdir(BUILD_DIR) end -solution "EngineTest" +solution "MyGameFramework" configurations { "Debug", "Release" } location (BUILD_DIR .. "/" .. _ACTION) -project "EngineTest" +project "MyGameFramework" kind "WindowedApp" language "C++" location (BUILD_DIR .. "/" .. _ACTION)