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-30 04:33:06 +0400
committerOliver Schneider <oliver@assarbad.net>2014-01-30 04:33:06 +0400
commitdf218ca45ad982df2466b5c1978cd65c4134938e (patch)
treef0567d8587f9fabc69f2da54d8067016846f408b /premake4.lua
parent96339717924e2730ff95fc787b6fb3f691631f0c (diff)
Making the tests a little more convenient
Diffstat (limited to 'premake4.lua')
-rw-r--r--premake4.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/premake4.lua b/premake4.lua
index d3dd9d3..e86b116 100644
--- a/premake4.lua
+++ b/premake4.lua
@@ -264,6 +264,8 @@ solution (iif(release, slnname, "windirstat"))
resoptions {"/nologo", "/l409"}
resincludedirs {".", "$(IntDir)"}
linkoptions {"/pdbaltpath:%_PDB%"}
+ prebuildcommands{"copy \"$(ProjectDir)lua_conf.lua\" \"$(TargetDir)\\\""}
+
files
{
"windirstat/WDS_Lua_C.c",