From 99c6251d9a7ef0f92bd9d5afdfcc1fe95cca3ad5 Mon Sep 17 00:00:00 2001 From: Oliver Schneider Date: Mon, 20 Jan 2014 00:58:12 +0000 Subject: Fixing the filters for use in the IDE --- 3rdparty/lua/premake4.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '3rdparty') diff --git a/3rdparty/lua/premake4.lua b/3rdparty/lua/premake4.lua index 22b5979..7e0bf52 100644 --- a/3rdparty/lua/premake4.lua +++ b/3rdparty/lua/premake4.lua @@ -125,7 +125,7 @@ function create_luajit_projects(basedir) objdir (int_dir) libdirs {"$(IntDir)"} defines {"NDEBUG", "_CRT_SECURE_NO_DEPRECATE"} - vpaths {["Header Files/*"] = { "src/host/*.h" }, ["Source Files/*"] = { "src/host/*.c" },} + vpaths {["Header Files/*"] = { bd.."src/host/*.h" }, ["Source Files/*"] = { bd.."src/host/*.c" },} files {bd.."src/host/minilua.c"} project ("buildvm") -- required to build LuaJIT uuid ("F949C208-7A2E-4B1C-B74D-956E88542A26") -- cgit v1.2.3