Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/windirstat.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Schneider <oliver@assarbad.net>2014-01-20 04:58:12 +0400
committerOliver Schneider <oliver@assarbad.net>2014-01-20 04:58:12 +0400
commit99c6251d9a7ef0f92bd9d5afdfcc1fe95cca3ad5 (patch)
treeec21a5df0f68f91ec1a4e764ee2dc815325e3f02 /3rdparty
parent4d28c9344c33936751c73fc281ec020f7644038b (diff)
Fixing the filters for use in the IDE
Diffstat (limited to '3rdparty')
-rw-r--r--3rdparty/lua/premake4.lua2
1 files changed, 1 insertions, 1 deletions
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")