From a70686aa48edfba30b238fe996e3bd6632ae1d91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Sat, 12 Dec 2015 17:28:23 -0800 Subject: [PATCH] Fixed "fix" --- scripts/texturec.lua | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/scripts/texturec.lua b/scripts/texturec.lua index d994fed7d..a324671bf 100644 --- a/scripts/texturec.lua +++ b/scripts/texturec.lua @@ -7,14 +7,11 @@ project "texturec" uuid "838801ee-7bc3-11e1-9f19-eae7d36e7d26" kind "ConsoleApp" - defines { - "ENTRY_CONFIG_PROFILER=0", - } - includedirs { path.join(BX_DIR, "include"), path.join(BGFX_DIR, "include"), path.join(BGFX_DIR, "src"), + path.join(BGFX_DIR, "3rdparty"), } files {