From 22cdbda47d37909cb60ddafdbae1023cb74740cc Mon Sep 17 00:00:00 2001 From: dg <dg@51575b47-30f0-44d4-a5cc-537603b46e54> Date: Wed, 6 Apr 2011 19:06:43 +0000 Subject: [PATCH] oups git-svn-id: http://svn.net-core.org/repos/t-engine4@3173 51575b47-30f0-44d4-a5cc-537603b46e54 --- build/te4core.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/te4core.lua b/build/te4core.lua index ce27aa1708..6a641585cb 100644 --- a/build/te4core.lua +++ b/build/te4core.lua @@ -20,7 +20,7 @@ project "TEngine" kind "WindowedApp" language "C" - targetname("t-engine-") + targetname("t-engine") files { "../src/*.c", } links { "physfs", "lua".._OPTIONS.lua, "fov", "luasocket", "luaprofiler", "lualanes", "lpeg", "tcodimport", "lxp", "expatstatic", "luamd5", "luazlib", "luabitop" } defines { "_DEFAULT_VIDEOMODE_FLAGS_='SDL_HWSURFACE|SDL_DOUBLEBUF'" } -- GitLab